SAP Reports / Programs

RPPF_TST_START SAP ABAP Report - Start Test Application







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPPF_TST_START. "Basic submit
SUBMIT RPPF_TST_START AND RETURN. "Return to original report after report execution complete
SUBMIT RPPF_TST_START VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 .





Selection Text: P_STMODE = D .
Selection Text: P_XALLP = D .
Selection Text: P_XPCKCA = D .
Selection Text: P_XSIM = D .
Selection Text: S_ORG = D .
Selection Text: P_0100 = Log Callback 0100
Selection Text: P_0110 = Log Callback 0110
Selection Text: P_0140 = Log Callback 0140
Selection Text: P_0150 = Log Callback 0150
Selection Text: P_0205 = Log Callback 0205
Selection Text: P_0206 = Log Callback 0206
Selection Text: P_0300 = Log Callback 0300
Selection Text: P_1000 = Log Callback 1000
Selection Text: P_1100 = Log Callback 1100
Selection Text: P_1200 = Log Callback 1200
Selection Text: P_1260 = Log Callback 1260
Selection Text: P_1270 = Log Callback 1270
Selection Text: P_1300 = Log Callback 1300
Selection Text: P_1350 = Log Callback 1350
Selection Text: P_1400 = Log Callback 1400
Title: Start Test Application
Text Symbol: APP = Application Parameters
Text Symbol: BEH = Reaction in Callb. 0160
Text Symbol: CCS = Customer Customizing
Text Symbol: CH0 = Start OK
Text Symbol: CH1 = No Start
Text Symbol: CH2 = Dump
Text Symbol: CUS = Customizing
Text Symbol: HIS = History
Text Symbol: JBD = Job Distribution
Text Symbol: PCK = Pacakge Formation
Text Symbol: RRS = Mass Run for Restart
Text Symbol: RSE = Mass Run Selection
Text Symbol: RTI = Runtime Response
Text Symbol: RUN = Mass Run
Text Symbol: SYC = System Customizing
Text Symbol: TEC = Technical Parameters
Text Symbol: X00 = None
Text Symbol: X01 = not_found





Text Symbol: X02 = Not Unique
Text Symbol: X03 = Not Selected
Text Symbol: X04 = Failed
Text Symbol: X05 = Serious Err.
Text Symbol: X06 = External Termination
Text Symbol: XX1 = Exception in Callback 0150
Text Symbol: XX2 = Exception in Callback 0205
Text Symbol: XX3 = Exception in Callback 1100
Text Symbol: XX4 = Exception in Callback 1350


INCLUDES used within this REPORT RPPF_TST_START

INCLUDE EMSG.
INCLUDE PPF_TST_CONSTANTS.
INCLUDE RPPF_TST_STARTTOP.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.