RSSM_START_IPAK_FOR_BAPI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSSM_START_IPAK_FOR_BAPI into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Start RSBATCH1 in own roll area from Bapi_ipak_start
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_SDL_INFOPACKAGE_DIALOG call function 'RSSM_SDL_INFOPACKAGE_DIALOG' exporting source = source typ = typ logsys = logsys variant = variant logdpid = logdpid logtyp = 'P' * OBJVERS = 'A' * RNR = oltpsource = oltpsrc oltptyp = oltptyp * COMMAND = bapi_call = 'X' bapi_rnr = bapirnr bapi_jobname = bapijob IMPORTING E_ABBR = l_abbr * E_REQUEST_RNR = exceptions others = 1.
DEQUEUE_ERSSDBATCH call function 'DEQUEUE_ERSSDBATCH' exporting mode_rssdbatch = 'E' logid = logdpid _scope = '3' _synchron = 'X'.
DEQUEUE_ERSSDBATCH call function 'DEQUEUE_ERSSDBATCH' exporting mode_rssdbatch = 'E' _scope = '3' _synchron = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSM_START_IPAK_FOR_BAPI - Start RSBATCH1 in own roll area from Bapi_ipak_start RSSM_START_IPAK_FOR_BAPI - Start RSBATCH1 in own roll area from Bapi_ipak_start RSSM_SM50_ALT - Test sm50 RSSM_SM50_ALT - Test sm50 RSSM_SM12_OLD - Display and Management of Lock Entries RSSM_SM12_OLD - Display and Management of Lock Entries