FICG0510 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 FICG0510 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!
DDIF_TABL_GET * call function 'DDIF_TABL_GET' * exporting name = i_name * state = 'M' * importing gotstate = l_gotstate * tables dd03p_tab = lt_dd03p_old.
DDIF_TABL_PUT * call function 'DDIF_TABL_PUT' * exporting name = i_name * dd02v_wa = ls_dd02v * tables dd03p_tab = lt_dd03p * exceptions put_failure = 1.
FC_ADDFLD_DYNP_TXTFLD_CREATE CALL FUNCTION 'FC_ADDFLD_DYNP_TXTFLD_CREATE' EXPORTING I_FLG_STANDARD = I_FLG_STANDARD I_TABNAME_ADDFLD = GC_0510_STRUC_PT_DYNP I_TABNAME_ADDFLDTXT = GC_0510_STRUC_PT_TXT CHANGING C_T_TXTFLD = CT_TXTFLD[] EXCEPTIONS TABNAME_MISSING = 1 TXTFLDS_NOT_UNIQUE = 2 NO_TXTFLD_FOR_STANDARD_ADDFLD = 3 ADDFLD_TXTFLD_IDENTICAL = 4 OTHERS = 5.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' "wms35123 EXPORTING "wms35123 name = gc_dtel_txt "wms35123 IMPORTING "wms35123 DD04V_WA = ss_dd04v. "#EC DOM_EQUAL "wms35123
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = is_fprop-rollname * LANGU = ' ' IMPORTING DD04V_WA = ls_dd04v. "#EC DOM_EQUAL
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.