RS_INITIAL_FILL_GFBDIR 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 RS_INITIAL_FILL_GFBDIR 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: Fills the GFBDIR on the basis of original function groups in a system
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' CHANGING program = wa_tfdir-pname complete_area = wa_area EXCEPTIONS not_enough_input = 1 no_function_pool = 2 delimiter_wrong_position = 3 OTHERS = 4.
TRINT_GFB_HANDLE *CALL FUNCTION 'TRINT_GFB_HANDLE' * EXPORTING * action = 'FUNCINSERT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_INITIAL_FILL_GFBDIR - Fills the GFBDIR on the basis of original function groups in a system RS_INITIAL_FILL_GFBDIR - Fills the GFBDIR on the basis of original function groups in a system RS_INFOSYSTEM_START - Start Workbench RS_INFOSYSTEM_START - Start Workbench RS_INFOSOURCE - Program RS_IS_MAINT RS_INFOSOURCE - Program RS_IS_MAINT