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...
英文:Contains a blank character in the first program in a call sequence, otherwise contains the value "X". Is set to "X" after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT ... AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or a transaction from the scre...
screenSUBMITzreportEXPORTINGLISTTOMEMORY.*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)DATABEGINOFitab_listOCCURS0.INCLUDESTRUCTUREabap...
* 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 ...
ABAP SUBMIT的使用方法 1、最普通的用法 *Codeusedtoexecuteareport SUBMITZreport. 2、带select-options程序的Submit的用法 *Codeusedtopopulate'select-options'&executereport DATA:seltabtypetableofrsparams, seltab_walikelineofseltab. seltab_wa-selname='PNPPERNR'. seltab_wa-sign='I'. seltab_wa-...
USING SELECTION-SETS OF PROGRAM prog 指定使用的变式的程序 WITH SELECTION-TABLE rspar 选择屏幕使用内表rspar中的值,内表的行结构为RSPARAMS或者RSPARAMSL_255,如图 WITH sel1 ... WITH sel2 ... 传入单独的参数和条件值(selection criteria ) sel1, sel2...给选择屏幕: {...
ABAPSUBMIT的使用方法 1、最普通的用法 *Codeusedtoexecuteareport SUBMITZreport. 2、带select-options程序的Submit的用法 *Codeusedtopopulate'select-options'&executereport DATA:seltabtypetableofrsparams, seltab_walikelineofseltab. seltab_wa-selname='PNPPERNR'. ...
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 ...
Any names passed to a program from outside must be checked thoroughly before being used in calls. The system class CL_ABAP_DYN_PRG, for example, can be used to do this. See Dynamic Calls. Addition ... AND RETURN Effect The addition AND RETURN determines the object accessed by the run...
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...