SAP CALL PROCEDURES
Get Example source ABAP code based on a different SAP table
Calling Procedures
IMAGE ABDOC_Call_Proc.gif 467 360
The statements for calling procedures are
BEGIN_SECTION VERSION 5 OUT
END_SECTION VERSION 5 OUT
These statements supply the parameter interfaces of the procedures. When the call is terminated correctly, control returns to the statement after the call position.