RPPF_TST_START 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 RPPF_TST_START 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.
Selection Text: P_1410 = Log Callback 1410
Selection Text: P_CMSGO = No. of Messages per Object
Selection Text: P_COBJP = Number of Objects per Pacakge
Selection Text: P_CPCK = No. Packages
Selection Text: P_CSTEPS = No. of Levels
Selection Text: P_DUEDAT = Due Date
Selection Text: P_DUMP1 = No. Packages till Dump in 205
Selection Text: P_DUMP2 = No. Packages till Dump in 1300
Selection Text: P_NR160 = No. of Repeat Attempts
Selection Text: P_PERCR = Tolerance [%] Re. Reset Object
Selection Text: P_ST160 = Level Number
Selection Text: P_WAIT = Delay in Seconds in 1300
Selection Text: P_WAIT2 = Delay in Seconds in 0205
Selection Text: P_X0100 = Change Param. in Callb. 0100
Selection Text: P_X1300 = Reset Objects
Selection Text: P_XC110 = Activate Callback 0110
Selection Text: P_XC140 = Activate Callback 0140
Selection Text: P_XC160 = Activate Callback 0160
Selection Text: P_XC206 = Activate Callb. 0206 + 0207
Selection Text: P_XCDEEP = Deep Struct. for Pack.Attrbs
Selection Text: P_XCPCKP = Use Package Attributes
Selection Text: P_XDIA = Dialog Execution
Selection Text: P_XE130 = RC <> 0 in Callback 0130
Selection Text: P_XE300 = RC <> 0 in Callback 0300
Selection Text: P_XLOG = Write Log
Selection Text: P_XSEQF = Get Packages Sequentially
Selection Text: P_XSYNC = Synchronous Execution
Selection Text: P_XTLOGG = Test Application Logger Active
Selection Text: P_XUNI = External ID Is Unique
Selection Text: P_XUPDT = Use Update Task
Selection Text: P_CREPP = D .
Selection Text: P_CREPS = D .
Selection Text: P_PCKDEF = D .
Selection Text: P_PMID = D .
Selection Text: P_PRGDT = D .
Selection Text: P_PRGNO = D .
Selection Text: P_PROGN = D .
Selection Text: P_RIDEXT = D .
INCLUDE EMSG.
INCLUDE PPF_TST_CONSTANTS.
INCLUDE RPPF_TST_STARTTOP.
No SAP DATABASE tables are accessed within this REPORT code!
BANK_MAP_PP_EDIT_JOBDIST CALL FUNCTION 'BANK_MAP_PP_EDIT_JOBDIST' CHANGING c_tab_jobdist = g_tab_jobdist[].
PPF_TST_API_CUSTOMIZING_SET CALL FUNCTION 'PPF_TST_API_CUSTOMIZING_SET' EXPORTING i_flg_event_0110 = p_xc110 i_flg_event_0140 = p_xc140 i_flg_event_0160 = p_xc160 i_flg_event_0206 = p_xc206 i_flg_use_packattr = p_xcpckp i_flg_use_deep_packattr = p_xcdeep i_flg_all_persistent = p_xallp i_max_perc_retry = p_percr i_cnt_max_rep_par = p_crepp i_cnt_max_rep_seq = p_creps.
PPF_TST_API_START CALL FUNCTION 'PPF_TST_API_START' EXPORTING i_str_runkey = g_str_runkey i_runid_ext = p_ridext i_flg_unique_extid = p_xuni i_startmode = p_stmode i_packman_id = p_pmid i_flg_packcr_async = p_xpckca i_flg_packfetch_seq = p_xseqf i_xsimulrun = p_xsim i_maxstepno = p_csteps i_str_appl_param = g_str_param i_xlog = p_xlog i_tab_log = g_tab_log[] i_ref_logger = g_ref_logger i_x_sync = p_xsync i_x_use_dialog_wp = p_xdia i_tab_jobdist = g_tab_jobdist[] IMPORTING e_str_runkey = g_str_newkey e_runstatus = g_runstatus e_rcd = g_rcd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RPPF_TST_START or its description.
RPPF_TST_START - Start Test Application RPPF_TST_START - Start Test Application RPPF_TST_HISTORY_MONITOR - Program RPPF_TST_HISTORY_MONITOR RPPF_TST_HISTORY_MONITOR - Program RPPF_TST_HISTORY_MONITOR RPPF_TST_HISTORY_DELETE - Program RPPF_TST_HISTORY_DELETE RPPF_TST_HISTORY_DELETE - Program RPPF_TST_HISTORY_DELETE