sapdev logo background
sapdev logo sapdev logo
Comments

ABAP4_CALL_TRANSACTION sap function module




The below code shows how ABAP4_CALL_TRANSACTION is used to call an SAP transaction.

Call SAP Transaction

      CALL FUNCTION 'ABAP4_CALL_TRANSACTION'
        EXPORTING
          tcode = 'SE80'.




comments powered by Disqus