SAP Managed Tags: ABAP Development Hi, You cannot use the SUBMIT statement on Module Pool Program. SAPMM61X is dailog program you can check from the attributes. You can check the CALL DIALOG statement instead of SUBMIT. Or you can go ahead with CALL TRANSACTION Reply Former Member In r...
SAP Managed Tags: ABAP Development Can i do this in ABAP webdynpro method? Is you transaction a Web dynpro application ? I'm not sure if you can record a Web Dynpro app. But if it is a normal report program or module pool, you can record the transaction using t-code transaction ...
LEAVE is a keyword used in SAP ABAP programming. This tutorial covers its introduction & syntax details. LEAVE EffectLeave processing... SCROLL ( SAP ABAP keyword) SCROLL is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. SCROLL Program-driven scroll...
In texpr, the selections for the dynamic selections are specified in an internal format (Reverse Polish Notation). The function modules FREE_SELECTIONS_INIT, FREE_SELECTIONS_DIALOG, and FREE_SELECTIONS_RANGE_2_EX from the function pool SSEL can be used to fill texpr in the calling program. ...
SAP Managed Tags: ABAP Development HI, submit is for calling executable programs, call transaction is for calling module pool programs. u can create a tcode for executable program and call using call transaction but it will cause an extra object(and the program should have a screen or select...
SAP Managed Tags: ABAP Development Hello, There is a need in my function module where I need to take the help of a transaction wherein I would require the values of an internal table ( which is populated somewhere in the transaction program ) to be passed back to my function module whe...