FAGL_HEADER_DYN_FIELDS 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 FAGL_HEADER_DYN_FIELDS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_READ_TEXT CALL FUNCTION 'G_READ_TEXT' EXPORTING date_valid = sy-datum field = ld_fieldname langu = sy-langu record_key = ls_glu1 t800d_table = ud_tab table = 'GLU1' value = ld_value IMPORTING ltext = ld_ltext_low EXCEPTIONS not_found = 1 OTHERS = 2.
G_READ_TEXT CALL FUNCTION 'G_READ_TEXT' EXPORTING date_valid = sy-datum field = ld_fieldname langu = sy-langu record_key = ls_glu1 t800d_table = ud_tab table = 'GLU1' value = ld_value IMPORTING ltext = ld_ltext_high EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_FIELDLABEL_GET CALL FUNCTION 'DDIF_FIELDLABEL_GET' EXPORTING tabname = ud_tab langu = sy-langu lfieldname = ld_field IMPORTING label = ld_label EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_HEADER_DYN_FIELDS - FAGLHEADERDYNFIELDS FAGL_HDB_PROT_GLPOSNCT - Anzeige Generierungsprotokoll für View GLPOS_N_CT FAGL_HDB_PROT_GLPOSNCT - Anzeige Generierungsprotokoll für View GLPOS_N_CT FAGL_HANA_RECONTOP - FAGLHANARECONTOP FAGL_HANA_RECONF02 - FAGLHANARECONF02 FAGL_HANA_RECON - Compare ERP Totals Records with HDB Totals Records