Ansicht
Dokumentation

ABENEND_PROCESSING_BLOCKS - END PROCESSING BLOCKS

ABENEND_PROCESSING_BLOCKS - END PROCESSING BLOCKS

General Data in Customer Master   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Regular Exiting of a Processing Block

A processing block is terminated regularly when its end is reached. For processing blocks that are completed using an END statement, this is the end. Event blocks that are not completed explicitly with a statement have an implicit completion after their last statement.

Depending on the processing block that is exited, the runtime framework behaves as follows:

  • In procedures, the program returns to the position after the procedure call. The output parameters for which pass by values are defined are passed to the bound actual parameters.
  • In event blocks, the control is returned back to the runtime framework and the current process of the runtime framework continues with the program execution.

Example

Output before, during, and after execution of a procedure.






TXBHW - Original Tax Base Amount in Local Currency   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 1547 Date: 20240425 Time: 144234     sap01-206 ( 14 ms )