endloop. SUBMIT zreport with selection-table seltab via selection-screen. 3、带parameters程序的Submit的用法 *Code used to populate 'parameters' & execute report SUBMIT zreport with p_param1 = 'value' with p_param2 = 'value'. 4、其他情况 *Submit report and return to current program afterwa...
CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN. WHEN 'BusTrEvent'. SUBMIT rfopfi00 WITH event = i_userexit-modname(8) AND RETURN. WHEN OTHERS. MESSAGE s030(cj)."Navigation not possible ENDCASE. WHEN 'I_USEREXIT-MODATTR-NAME'. IF NOT i_userexit-modattr-name IS INITIAL. SET PARAMETER...
G_SUBRC.IFNOTG_SUBRCISINITIAL.MESSAGEID'QA'TYPE'S'NUMBER'068'WITHPRUEFLOS.SUBMIT(SY-REPID) VIASELECTION-SCREEN.ENDIF.PERFORMREAD_MSEGUSINGG_MKPF_TAB G_MSEG_TAB G_SUBRC.IFNOTG_SUBRCISINITIAL.MESSAGEIDSY-MSGIDTYPE'S'NUMBERSY-MSGNOWITHSY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.SUBMIT(SY-REPID...
2012 Mar 20 8:00 AM 0 Kudos 1,761 SAP Managed Tags: ABAP Development Yes, VIA SELECTION-SCREEN force display of the screen, where USING SELECTION-SCREEN only specifies the selection screen, so remove this option. (SUBMIT - selscreen_options) Regards,Raymond Reply ...
not_found=1 no_report=2 OTHERS=3. IF sy-subrc <>0. MESSAGEID sy-msgidTYPE sy-msgtyNUMBER sy-msgno WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4. ENDIF. SUBMIT zjrfi018WITHSELECTION-TABLE l_seltab VIASELECTION-SCREEN. WHEN'&Z_F12'. ...
Solved: Hi, I am trying to submit FI report F.05 via selection screen but on selection screen i have to press execute button twice, then only the report gets executed.
SUBMITCalls an executable program. SyntaxSUBMIT <rep> [AND RETURN] [VIA SELECTION-SCREEN] [USING SELECTION-SET ] [WITH <sel> <criterion>] [WITH FREE SELECTIONS <freesel>] [WITH SELECTION-TABLE <rspar>] [LINE-SIZE <width>] [LINE-COUNT <length>]. Calls the program <rep>. If you omit...
SELECTION-SCREEN : FUNCTION KEY 1. SSCRFIELDS-FUNCTXT_01 = 'Report'. SELECTION-SCREEN : FUNCTION KEY 2. SSCRFIELDS-FUNCTXT_02 = 'Report2'. AT SELECTION-SCREEN. IF sscrfields-ucomm = 'FC01'. SUBMIT ZXXX1 VIA SELECTION-SCREEN AND RETURN. ENDIF. IF sscrfields-ucomm = 'FC01'. SUBMIT...
SUBMIT rfitemar VIA SELECTION-SCREEN WITH SELECTION-TABLE it_seltab WITH FREE SELECTIONS it_texpr AND RETURN. - Reply how this code worked in ur system, with above i got 2 Active on Dynamic Selections . I did not have the values for P_CPUDT IT_SELTAB So i tried with commenting tha...
Hi, data :SELTAB TYPE TABLE OF RSPARAMS. Im using submit zprog using selection-table seltab. But My selection screen of zprog is still visible and im able to change the