SAP Reports / Programs

FICLA1FC SAP ABAP Report - View cluster maint.: User Exit Routines for FG A1FC







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


Text pool values


Selection Text: PA_CONGR = Consolidation group
Selection Text: PA_DIMEN = Dimension
Selection Text: PA_HRCHY = Hierarchy
Selection Text: PA_LTYPE = List type
Selection Text: PA_PERID = Period
Selection Text: PA_RVERS = Version
Selection Text: PA_RYEAR = Fiscal year
Selection Text: PA_TEST = Test run
Selection Text: SO_BUNIT = Consolidation unit
Title: View cluster maint.: User Exit Routines for FG A1FC
Text Symbol: 001 = Posting level
Text Symbol: B01 = Organizational Units
Text Symbol: B02 = Version/Time
Text Symbol: B03 = Technical settings
Text Symbol: F01 = Tasks for reclassifications
Text Symbol: F02 = Tasks for preparation for divestiture
Text Symbol: T01 = Journal Entry Layouts
Text Symbol: T02 = Breakdown categories


INCLUDES used within this REPORT FICLA1FC

INCLUDE LSVCMCOD.


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:

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING i_itclg = ld_itclg.

VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = 'V_TF103' TABLES excl_cua_funct = lt_vimexclfun.

VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = 'V_TF103A' TABLES excl_cua_funct = lt_vimexclfun.

FC_FIELD_PROPERTIES CALL FUNCTION 'FC_FIELD_PROPERTIES' EXPORTING e_langu = sy-langu IMPORTING it_fprop = lt_fprop it_fdep = lt_fdep.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-t02 show_linno = space EXCEPTIONS no_messages = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = is_fprop-scrtext_m msgv2 = id_itgrp txtnr = '767'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = is_fprop-scrtext_m msgv2 = id_itgrp txtnr = '115'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = is_fprop-scrtext_m msgv2 = id_itgrp txtnr = '117'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = is_fprop-scrtext_m msgv2 = id_itgrp txtnr = '116'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = ld_fieldname_text1 msgv2 = id_itgrp msgv3 = ld_fieldname_text2 txtnr = '111'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = ld_fieldname_text1 msgv2 = id_itgrp msgv3 = ld_fieldname_text2 txtnr = '113'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = ld_fieldname_text1 msgv2 = id_itgrp msgv3 = ld_fieldname_text2 txtnr = '114'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G0' msgty = 'E' msgv1 = ld_fieldname_text2 msgv2 = id_itgrp msgv3 = ld_fieldname_text1 txtnr = '112'.

G_SET_CHECK_CONTAINED_IN_SET CALL FUNCTION 'G_SET_CHECK_CONTAINED_IN_SET' EXPORTING i_setid = id_setid i_in_setid = id_in_setid EXCEPTIONS SET_NOT_CONTAINED = 1 others = 2.

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING e_setid = id_setid IMPORTING i_shortname = ld_setname.

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING e_setid = id_in_setid IMPORTING i_shortname = ld_in_setname.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G00' msgty = 'E' msgv1 = id_itgrp msgv2 = ld_setname msgv3 = ld_in_setname txtnr = '454'.

FC_AT_RECORDING_CHECK





CALL FUNCTION 'FC_AT_RECORDING_CHECK' EXPORTING e_object = 'CX0TC' IMPORTING i_object_appendable = ld_recording_of_changes.

FC_AT_REQUEST_APPEND CALL FUNCTION 'FC_AT_REQUEST_APPEND' EXPORTING e_tabname = 'TF103' e_object = 'CX0TC' TABLES it_keylist = lt_tf103.

FC_AT_REQUEST_SAVE CALL FUNCTION 'FC_AT_REQUEST_SAVE'.

FC_CONSISTENCY_CHECK1 CALL FUNCTION 'FC_CONSISTENCY_CHECK1' EXPORTING I_ITCLG = l_itclg CHANGING * CS_ITEM_PROC = CS_ITGRP_PROC = ls_itgrp_proc EXCEPTIONS OBJECT_NOT_DETERMINED = 1 CHECK_UPD_CONFLICT = 2 OBJECT_FOR_DELETION_USED = 3 "wms242733 LOCK_ERROR = 4 REQUIRED_BRKDOWN_FIELD_MISSING = 5 PROCESSING_ABORTED = 6 OTHERS = 7.



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