Open all | Close all

Getting the LATEST information!

To ensure you are getting the latest information please vist this page on the new domain for SAP Development


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