带有AND RETURN的SUBMIT语句开启了一个新的SAP LUW,但是注意并不会自动开启一个新的database LUW。这意味着在这个SAP LUW中使用语句 CALL FUNCTION IN UPDATE TASK或者CALL FUNCTION IN BACKGROUND TASK in the tables VB... or ARFCSSTATE and ARFCSDATA会回滚全部登记项。在某些情况下,被调用程序的ROLLBACK W...
SUBMIT{rep|(name)}[USING SELECTION-SCREENdynnr][VIA SELECTION-SCREEN][USING SELECTION-SETvariant][USING SELECTION-SETS OFPROGRAMprog][WITH SELECTION-TABLErspar]{[WITHsel1{{{EQ|NE|CP|NP|GE|LT|LE|GT}dobj[SIGNsign]}|{[NOT]BETWEEN dobj1 AND dobj2[SIGNsign]}|{IN rtab}}][WITHsel2{{{EQ...
* Once report has finished and control has returned to calling * program, use function modules LIST_FROM_MEMORY, WRITE_LIST and * DISPLAY_LIST to retrieve and display report. *Example Code (Retrieving list from memory) DATA BEGIN OF itab_list OCCURS 0. INCLUDE STRUCTURE abaplist. DATA END ...
(2) 调用其他程序参数传递参数: *当被调用的程序的屏幕有输入参数时:SUBMITzreport with p_param1 ='value1'with p_param2='value2'.*当要传递一个内表到被调用的程序时,需要用SAP MEMORY或者ABAP MEMORY:*在调用的程序中:EXPORTit_tabTOMEMORY'Z_MEMORY'.*在被调用的程序中:IMPORTT_ITABFROMMEMORY'Z_...
SAP Versions used in the illustration: SAP S4 HANA Fashion 1709 We need to identify there are two programs when we discuss SUBMIT function. Calling Program: ABAP program which calls or executes the external ABAP program. This is the ABAP program we will implement the SUBMIT statement code. Exe...
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...
Submit Program in background avoiding confirm POPUP Former Member 2012 Oct 22 6:46 AM 0 Kudos 944 SAP Managed Tags: ABAP Development Hi Experts, I make submit to program SDV03V02 with job. But I get message asking me to confirm my action. How avoid this POPUP? my code:-...
SAP Managed Tags: ABAP Development Hi Friends, I have a SAP standard program SDRQCR21 which has select-option S_DOCUS. I have written a custom program ZABCD where in I am extracting the data from VBBE and VBUK tables for getting the sales orders and passing it to the selection screen ...
SAP Managed Tags: ABAP Development Hi Guyz, I created a program using submit and return..since it there is an existing program named ZFF_STA_VESSEL which wil generate a per cost center report, i will call it to my program ZF_SummarySOA which will create a multiple cost center report.....
SAP Managed Tags: ABAP Development Hi Sudeep, But my report B is made to run only via a TCode(ZEXECUTE) & hence when i submit program it is not executedas sy-tcode value in such case comes as SE38 . Do you mean there is a hardcoding in Report B to check the t-code? Furth...