SAP Reports / Programs | Financials | Financials Basis(FIN-FB) SAP FIN

FINB_GN_CONVERT_F01 SAP ABAP INCLUDE - FINBGNCONVERTF01







FINB_GN_CONVERT_F01 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 FINB_GN_CONVERT_F01 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_CONVERT_F01. "Basic submit
SUBMIT FINB_GN_CONVERT_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT FINB_GN_CONVERT_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FINB_GN_CONVERT_F01

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:

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting TABNAME = IS_CATALOG_ENTRY-PHYSICAL_NAME tables DFIES_TAB = LT_DFIES exceptions others = 4.

DB_COMMIT call function 'DB_COMMIT'.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting TABNAME = -PHYSICAL_NAME tables DFIES_TAB = LT_DFIES exceptions others = 4.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting TABNAME = IS_CATALOG_ENTRY-PHYSICAL_NAME tables DFIES_TAB = LT_DFIES.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting NAME = IS_CATALOG_ENTRY-PHYSICAL_NAME STATE = 'M' importing GOTSTATE = L_STATE_P tables DD03P_TAB = LT_DD03P_P DD12V_TAB = LT_DD12V_P * DD05M_TAB = * DD08V_TAB = * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting TABNAME = LS_DEP_TAB-TABNAME ALL_TYPES = 'X' importing DDOBJTYPE = L_OBJTYPE exceptions others = 4.

DDIF_INDX_GET call function 'DDIF_INDX_GET' exporting NAME = -SQLTAB ID = -INDEXNAME STATE = 'M' LANGU = SY-LANGU importing GOTSTATE = L_STATE DD12V_WA = LS_DD12V tables DD17V_TAB = LT_DD17V exceptions ILLEGAL_INPUT = 1 others = 2.

DDIF_OBJECT_DELETE call function 'DDIF_OBJECT_DELETE' exporting TYPE = 'INDX' NAME = -SQLTAB ID = -INDEXNAME * AUTHORITY_CHECK = ' ' importing DELETED = L_DELETED exceptions others = 0.

DDIF_INDX_PUT call function 'DDIF_INDX_PUT' exporting NAME = -SQLTAB ID = -INDEXNAME DD12V_WA = LS_DD12V tables DD17V_TAB = LT_DD17V exceptions INDX_NOT_FOUND = 1 NAME_INCONSISTENT = 2 INDX_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 others = 6.

DB_COMMIT call function 'DB_COMMIT'.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting NAME = LS_DEP_TAB-TABNAME STATE = 'M' importing GOTSTATE = L_STATE_M tables DD03P_TAB = LT_DD03P_M DD05M_TAB = LT_DD05M_M DD08V_TAB = LT_DD08V_M * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting NAME = LS_DEP_TAB-TABNAME STATE = 'A' importing GOTSTATE = L_STATE_A tables DD03P_TAB = LT_DD03P_A DD05M_TAB = LT_DD05M_A DD08V_TAB = LT_DD08V_A * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .

DDIF_TABL_PUT call function 'DDIF_TABL_PUT' exporting NAME = LS_DEP_TAB-TABNAME tables DD03P_TAB = LT_DD03P_A DD05M_TAB = LT_DD05M_A DD08V_TAB = LT_DD08V_A * EXCEPTIONS * TABL_NOT_FOUND = 1 * NAME_INCONSISTENT = 2 * TABL_INCONSISTENT = 3 * PUT_FAILURE = 4 * PUT_REFUSED = 5 * OTHERS = 6 .

DDIF_TABL_ACTIVATE call function 'DDIF_TABL_ACTIVATE' exporting NAME = LS_DEP_TAB-TABNAME * AUTH_CHK = 'X' * PRID = -1 importing RC = L_RC exceptions NOT_FOUND = 1 PUT_FAILURE = 2 others = 3.

DDIF_TABL_PUT call function 'DDIF_TABL_PUT' exporting NAME = LS_DEP_TAB-TABNAME tables DD03P_TAB = LT_DD03P_M DD05M_TAB = LT_DD05M_M DD08V_TAB = LT_DD08V_M * EXCEPTIONS * TABL_NOT_FOUND = 1 * NAME_INCONSISTENT = 2 * TABL_INCONSISTENT = 3 * PUT_FAILURE = 4 * PUT_REFUSED = 5 * OTHERS = 6 .

DB_COMMIT call function 'DB_COMMIT'.



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_CONVERT_F01 or its description.