SAP Reports / Programs

FINB_GN_LOG_NAME SAP ABAP Report - Generator Catalog: Add Logical Names







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FINB_GN_LOG_NAME. "Basic submit
SUBMIT FINB_GN_LOG_NAME AND RETURN. "Return to original report after report execution complete
SUBMIT FINB_GN_LOG_NAME VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FINB_GN_LOG_NAME

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FINB_GN_LOG_NAME or its description.