SAP Reports / Programs

RFRERAPP_SINGLE SAP ABAP Report - Periodic Posting for Contract







RFRERAPP_SINGLE 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 RFRERAPP_SINGLE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RERAPP_SINGLE - Periodic Posting for a Contract


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 RFRERAPP_SINGLE. "Basic submit
SUBMIT RFRERAPP_SINGLE AND RETURN. "Return to original report after report execution complete
SUBMIT RFRERAPP_SINGLE 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: S_DUEDT = D .
Selection Text: S_CONDTP = D .
Selection Text: S_CONDPE = D .
Selection Text: P_VARI = D .
Selection Text: P_RECNNR = D .
Selection Text: P_PERIOD = D .
Selection Text: P_PDATE = D .
Selection Text: P_HDTXT = D .
Selection Text: P_DDATE = D .
Selection Text: P_BUKRS = D .
Selection Text: P_YEAR = Year for Posting Run
Selection Text: P_PTYPE = Type of Posting Run
Selection Text: P_PMODE = Posting Run Mode
Selection Text: P_MSGLST = Only Display Error Log
Selection Text: P_MONTH = Month for Posting Run
Selection Text: P_DISUPD = Do Not Update Conditions
Selection Text: P_CALCTO = Calculation Date To
Title: Periodic Posting for Contract
Text Symbol: PRT = Posting Log
Text Symbol: HDT = Per.Posting: &MS& &Y2&
Text Symbol: 117 = Condition Type
Text Symbol: 116 = Condition Purpose
Text Symbol: 115 = Further Restrictions
Text Symbol: 114 = Update
Text Symbol: 113 = Output
Text Symbol: 112 = Posting
Text Symbol: 111 = Period
Text Symbol: 103 = Contract
Text Symbol: 102 = Output Parameters
Text Symbol: 101 = Posting Parameters


INCLUDES used within this REPORT RFRERAPP_SINGLE

No INCLUDES are used within this REPORT code!


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:

RECA_GUI_MSGLIST_APPL_LAST CALL FUNCTION 'RECA_GUI_MSGLIST_APPL_LAST' EXPORTING id_object = go_process->mo_param->ms_process-msg_obj id_subobject = go_process->mo_param->ms_process-msg_subobj.

RECA_GUI_MSGLIST_APPL_OVERVIEW CALL FUNCTION 'RECA_GUI_MSGLIST_APPL_OVERVIEW' EXPORTING id_object = go_process->mo_param->ms_process-msg_obj id_subobject = go_process->mo_param->ms_process-msg_subobj.



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 RFRERAPP_SINGLE or its description.