SAP CALL FUNCTION DESTINATION INT ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet
• KEEPING LOGICAL UNIT OF WORK CALL FUNCTION - internal

ABAP Addition
... KEEPING LOGICAL UNIT OF WORK

What does it do? This addition has the effect that the work process of the caller is kept and no database commit is performed.



Latest notes:When this addition is used incorrectly, the worst case
scenario may be a system shutdown.

Return to menu