FICVALA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 FICVALA0 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.
Selection Text: PA_CIGEN = Generation is completed
Selection Text: SO_FIELD = Characteristics
Title: SAP Consolidation Validation: Delete or Add Custom Characteristics
Text Symbol: LI0 = List has no entries
Text Symbol: LI1 = Direct use in rules
Text Symbol: LI2 = Indirect use in rules
Text Symbol: LI3 = Direct and indirect use in validations
Text Symbol: TB1 = Use of characteristics to be deleted not allowed
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = GC_TABNAME_TOTALS TABLES X031L_TAB = ET_TOTALS.
FC_FIELD_PROPERTIES CALL FUNCTION 'FC_FIELD_PROPERTIES' IMPORTING IT_FPROP = LT_FPROP.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = GC_TABNAME_DOCUMENT "#EC DOM_EQUAL TABLES X031L_TAB = ET_DOCUMENT.
FC_PARSING_VALIDATION CALL FUNCTION 'FC_PARSING_VALIDATION' EXPORTING E_BOOLID = ID_RULE E_MULTILINE = 'X' IMPORTING I_PS = ES_PARSED.
G_SET_GET_ALL_VALUES CALL FUNCTION 'G_SET_GET_ALL_VALUES' EXPORTING SETNR = LD_SETID TABLE = 'FIMC' TABLES SET_VALUES = IT_SET_VALUES EXCEPTIONS SET_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.
FICVALA0 - SAP Consolidation Validation: Delete or Add Custom Characteristics FICVALA0 - SAP Consolidation Validation: Delete or Add Custom Characteristics FICVAL4S - documentation and ABAP source code FICVAL2S - documentation and ABAP source code FICVAL20 - Validate totals data FICVAL20 - Validate totals data