RELTCF01 is a standard ABAP INCLUDE 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 RELTCF01 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: Formroutines for Reload Program (AO: FI_LC_ITEM)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING ACTIVITY = '03' EXCEPTIONS NOT_AUTHORIZED = 01.
G_DISPLAY_LEDGERS_FOR_TABLE * CALL FUNCTION 'G_DISPLAY_LEDGERS_FOR_TABLE' * EXPORTING * GAPPL = C_APPL * GSUBAPPL = C_SUBAPPL * ONLY_FIXED_LEDGERS = LV_SET * ONLY_DISPLAY = LV_NO * WITH_DEPENDENT_LEDGERS = LV_NO * ONLY_FREE_LEDGERS = LV_NO * IMPORTING * PICKED_LEDGER = RLDNR_LOW_HIGH * TABLES * ALLOWED_TABLES = LT_ALLOWED_TABLES * EXCEPTIONS * NO_LEDGER_FOUND = 1 * OTHERS = 2.
RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING REPORT = V_PROGNAME DEFAULT_VALUES = ' ' TABLES FIELD_INFO = LT_FIELD_INFO DEF_VALUES = LT_DEF_VALUES.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RELTCF01 - Formroutines for Reload Program (AO: FI_LC_ITEM) RELSLTOP - Report RGURELSL (reload FI_SL_DATA): Global data RELSLSEL - Report RGURELSL (reload FI_SL_DATA): Selection options RELSLF01 - Report RGURELSL (Reload FI_SL_DATA): FORM Routines RELSETEBMASS - Activation of MR Results Estimated in Billing for Multiple Install. RELSETEBMASS - Activation of MR Results Estimated in Billing for Multiple Install.