Execute ABAP code from within SAPScript code

The following example demonstrates the ability to execute ABAP c ode from with SAPScript.

	PERFORM 1000_GET_VAT_RATE IN PROGRAM ZPROGRAM
                                        USING &KNUMV&
                                             .....
	ENDPERFORM


Related Articles

Create basic SAPScript document using transaction SE71
Add lines to SAP sapscript form via tcode SE71
SAPScript Development Info - Example code and information on various areas of SAPScript development
Debug SAPscript form
SAPscript function modules used to populate form
Maintenance and implementation of SAPScript texts in SAP
Start SAPScript document on specific page number
SAP standard texts Object and Text id details required to retrieve value
Maintenance and implementation of standard texts or SAPSCript texts