SUBMIT {rep|(name)} [selscreen_options] [list_options] [job_options] [AND RETURN]. selscreen_options:主要是标准程序选择界面Field,通过F1去查看具体Field name 方式一:获取ALV报表结果数据(不局限于严格意义上的ALV Grid、LIST报表也能获取到值),关键代码: SUBMIT TRY. cl_salv_bs_runtime_info=>get_d...
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 afterwards SUBMIT zreport AND RETURN. *Submit report via its own selection screen...
IT计算机 > 待分类 > sapsubmitandreturn 下载文档 收藏 打印 转格式 28阅读文档大小:5.52K10页小小程序员上传于2013-08-17格式:TXT sapsubmitandreturn,,
via selection-screen. 带parameters程序的Submit的用法 *Code used to populate 'parameters' & execute report SUBMIT zreport with p_param1 = 'value' with p_param2 = 'value'. 其他情况 *Submit report and return to current program afterwards SUBMIT zreport AND RETURN. *Submit report via its own ...
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
Use Sumbit instead of submit and return. in the event at user command... when 'BACK' check for your condition and stop there... when you want to go back to your previous program... use leave to screen 0 or leave to program (Read help on it) if they dont work as you expected...
I want to create a report and need to call the report program AUT_REP10 in this program using submit and return. Transaction is AUT10. When I tried to call using submit with parameters exporting list to memory and return, it is showing the below dump. Access via 'Null' object reference...
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 afterwards SUBMIT zreport AND RETURN. ...
一,同步调用从一个程序同步调用其他的ABAP程序,有2种方式: 1,调用程序被打断,当被调用程序执行完毕之后,调用程序继续执行。如:CALL FUNCTION <function>SUBMIT <program> AND RETURNCALL TRANSACTION <tcode> 使用CALL FUNCTION 'AAA'调用FM的时候,相应的FUNCTION GROUP被加载到调用程序所在的internal session。当FM执...
● CALL TRANSACTION、CALL DIALOG、または SUBMIT … AND RETURN を使用して呼び出されたプログラムでは、SY-CALLD は‘X‘ に設定されます。● LEAVE TO TRANSACTION を使用し、トランザクションコードを Dynpro に入力し、バッチインプットフォルダを処理して呼び出されたプログラムでは...