RG_SET_PROFIL_AND_TABLE 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 RG_SET_PROFIL_AND_TABLE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GLPLSET - FI-SL: Set a Planner Profile
FAGLPLSET - Gen. Ledger: Set Planner Profile
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: Program RG_SET_PROFIL_AND_TABLE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_PLAN_PLPROF_SET CALL FUNCTION 'K_PLAN_PLPROF_SET' EXPORTING * DISPLAY = ' ' PLPROF = PLPROF POPUP = 'X' SUBCLASS = '07' IMPORTING PLPROF = PLPROF ACTION = ACTION EXCEPTIONS NOT_FOUND = 1 NO_APPLICATIONS = 2 NO_POSITIONS = 3 NO_AUTHORITY = 4 OTHERS = 5 .
G_PLAN_TABNAME_GET CALL FUNCTION 'G_PLAN_TABNAME_GET' EXPORTING APPL = 'GLU1' SUBCLASS = '07' PLPROF = PLPROF CHANGING TABNAME = KPP0S-ZSTABN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RG_SET_PROFIL_AND_TABLE - Program RG_SET_PROFIL_AND_TABLE RG_SET_PROFIL_AND_TABLE - Program RG_SET_PROFIL_AND_TABLE RG_SAC_TEMPLATE_01 - Program Template for Subroutine Pool RG_SAC_TEMPLATE_01 - Program Template for Subroutine Pool RG_SAC_SHARED_F01 - Include RG_SAC_SHARED_F01 RG_SAC_CENTRAL_TOP - Include RG_SAC_CENTRAL_TOP