RFRECABT 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 RFRECABT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RECABT - Generate BDT Subscreen Containers
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: S_CLIENT = D Client
Selection Text: S_OBJAP = D Application Object
Title: Generate BDT Subscreen Containers for RE-FX
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUS_SCR_CONTAINER_MAIN CALL FUNCTION 'BUS_SCR_CONTAINER_MAIN' EXPORTING iv_xall = 'X' * IV_XDELETE = ' ' * IV_XDIALOG = ' ' TABLES it_client = s_client it_objap = s_objap * IT_DYNID = EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFRECABT - Generate BDT Subscreen Containers for RE-FX RFRECABT - Generate BDT Subscreen Containers for RE-FX RFRECAARE - Display Archived Data RFRECAARE - Display Archived Data RFREBU_BALANCE_FIELDGROUP - REBDBU: Comparison of BDT Field Groups for Building RFREBU_BALANCE_FIELDGROUP - REBDBU: Comparison of BDT Field Groups for Building