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...
The language runs in a SAP ABAP runtime environment and is used to develop reports, module pool programming, interfaces, forms, data conversions, and user exists and BADI. Tutorials on various aspects of SAP ABAP programming are put forth, from an overview of the language, and training ...
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...
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 ...
I am calling report "RKAEP000'(This is the report for tcode KSB1) using submit statement in my program to import the ksb1 output in my program. For time being I am calling this report using selection-set 'variant'. The selection screen of ksb1 is designed with modulepool program (screen...
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...