FGIDBF22 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 FGIDBF22 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: Generate Direct Posting: LGLInf90
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = 'REFDOCLN' table = t800a-ntable EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = 'GLEDGER' fieldname = 'G_UPD_MODE' IMPORTING field_attr = dfies EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = t800a-ntable fieldname = 'DRCRK' IMPORTING field_attr = dfies EXCEPTIONS not_found = 1 OTHERS = 2.
CALL FUNCTION x IN UPDATE TASK * STRING = 'CALL FUNCTION x IN UPDATE TASK'.
CALL FUNCTION *** 0 'CALL FUNCTION ''G_GLDB_POSTING'' ' 0 15, * 0 'TABLES INT_USED = USED_V1 ' 0 0, * 0 'TABLES INT_ACTIVITY = ACTIVITY_V1V2 ' 0 7.
CALL FUNCTION * 0 'CALL FUNCTION ''G_GLU1_POSTING'' ' 0 15,
* PERFORM APPEND-C USING: * 0 'ENDCASE.' -2 0,
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = 'REFDOCLN' table = t800a-tab EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = t800a-ntable fieldname = 'DRCRK' IMPORTING field_attr = dfies EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ * CALL FUNCTION 'G_FIELD_READ' * EXPORTING * TABLE = T800A-TAB * FIELDNAME = 'REFDOCNR ' * IMPORTING * FIELD_ATTR = DFIES * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
G_FIELD_READ * CALL FUNCTION 'G_FIELD_READ' * EXPORTING * TABLE = T800A-TAB * FIELDNAME = 'REFDOCNR ' * IMPORTING * FIELD_ATTR = DFIES * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
CALL FUNCTION PERFORM append-c USING: 0 'CALL FUNCTION ''FAGL_MIG_GET_DOCNR'' ' 0 0.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = 'GLU1 ' fieldname = 'REFDOCNR ' IMPORTING field_attr = dfies EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = 'GLU1 ' fieldname = 'REFDOCNR ' IMPORTING field_attr = dfies EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.