FINB_GN_LOG_NAME is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The new catalog management of the generator tool requires that all objects generated above the high level interface of the generator have a logical name...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FINB_GN_LOG_NAME 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.
Selection Text: APPL = D Application
Selection Text: CLIENT = D Client
Selection Text: SIMULATE = Simulation Mode
Title: Generator Catalog: Add Logical Names
Text Symbol: PM1 = Production Mode
Text Symbol: SM1 = Simulation Mode
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_FINB_GN_ENQ_GOBJ call function 'ENQUEUE_FINB_GN_ENQ_GOBJ' exporting MODE_FINB_GN_V_GOBJ = 'E' * KIND = * PHYSICAL_NAME = * VERSION = * X_KIND = ' ' * X_PHYSICAL_NAME = ' ' * X_version = ' ' _SCOPE = '1' _WAIT = 'X' * _COLLECT = ' ' exceptions FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 others = 3.
ENQUEUE_FINB_GN_ENQ_EXBP call function 'ENQUEUE_FINB_GN_ENQ_EXBP' exporting MODE_FINB_GN_TEXBP = 'E' APPL = APPL CLIENT = CLIENT * BUILDING_PLAN = * CONFIG_OBJ = * CONFIG_KEY = * X_APPL = ' ' * X_BUILDING_PLAN = ' ' * X_CONFIG_OBJ = ' ' * X_CONFIG_KEY = ' ' _SCOPE = '1' _WAIT = 'X' * _COLLECT = ' ' exceptions FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 others = 3.
DEQUEUE_FINB_GN_ENQ_GOBJ call function 'DEQUEUE_FINB_GN_ENQ_GOBJ' exporting MODE_FINB_GN_V_GOBJ = 'E' * KIND = * PHYSICAL_NAME = * VERSION = * X_KIND = ' ' * X_PHYSICAL_NAME = ' ' * X_version = ' ' _SCOPE = 1.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables XMSG = GT_MSG exceptions others = 0.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 0.
DEQUEUE_FINB_GN_ENQ_GOBJ call function 'DEQUEUE_FINB_GN_ENQ_GOBJ' exporting MODE_FINB_GN_V_GOBJ = 'E' * KIND = * PHYSICAL_NAME = * VERSION = * X_KIND = ' ' * X_PHYSICAL_NAME = ' ' * X_version = ' ' _SCOPE = 1.
DEQUEUE_FINB_GN_ENQ_EXBP call function 'DEQUEUE_FINB_GN_ENQ_EXBP' exporting MODE_FINB_GN_TEXBP = 'E' * APPL = * CLIENT = * BUILDING_PLAN = * CONFIG_OBJ = * CONFIG_KEY = * X_APPL = ' ' * X_BUILDING_PLAN = ' ' * X_CONFIG_OBJ = ' ' * X_CONFIG_KEY = ' ' _SCOPE = '1'.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables XMSG = GT_MSG exceptions others = 0.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.