SAP Reports / Programs

FICCOMD0 SAP ABAP Report - Consolidation: Generate Routines for Master Data Maintenance







FICCOMD0 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 FICCOMD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CX0A3 - Generate Master Data Maint. Modules


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


Text pool values


Title: Consolidation: Generate Routines for Master Data Maintenance
Text Symbol: 001 = No errors in test generation of update routines for master data
Text Symbol: 002 = Routines for master data maintenance (FICMDEXC) generated
Text Symbol: 003 = Processing:
Text Symbol: 004 = Generate
Text Symbol: 005 = Display only
Text Symbol: 008 = You can generate routines for processing the remaining fields


INCLUDES used within this REPORT FICCOMD0

No INCLUDES are used within this REPORT code!


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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'KX' MSGTY = ERRORTAB-MSGTY TXTNR = ERRORTAB-MSGNR MSGV1 = ERRORTAB-FIENM.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 1 I_MESSAGE = 1 W_MESSAGE = 1.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = gc_repid SHOW_LINNO = ' ' EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2.

RKC_FCAT_GET_FIELDS CALL FUNCTION 'RKC_FCAT_GET_FIELDS' EXPORTING USG_SEL = 'D' TIM_SEL = '*' REFRESH_FCAT = 'X' APPLC = 'FC ' TABLES FCAT_TAB = CRIT_INFO_FCAT EXCEPTIONS OTHERS = 1.

RKC_FCAT_GET_FIELDS CALL FUNCTION 'RKC_FCAT_GET_FIELDS' EXPORTING USG_SEL = 'B' TIM_SEL = '*' REFRESH_FCAT = SPACE APPLC = 'FC ' TABLES FCAT_TAB = KYRA_INFO_FCAT EXCEPTIONS OTHERS = 1.

RKC_FDEP_GET_ATTR CALL FUNCTION 'RKC_FDEP_GET_ATTR' EXPORTING APPLC = 'FC' FIENM = '*' ROL_INFO = 'X' CHF_INFO = 'X' TABLES FDEP_TAB = IFDEP.

RKC_ATR_GET CALL FUNCTION 'RKC_ATR_GET' "HGK/40A EXPORTING I_FIENM = '*' I_ATR_REFRESH = 'X' I_APPLC = 'FC ' IMPORTING E_T_ATR = ATTR_TAB EXCEPTIONS OTHERS = 0.

RKC_CDITHE_GET CALL FUNCTION 'RKC_CDITHE_GET' EXPORTING TABNM = CHTAB IMPORTING CDITHE = CDITHE EXCEPTIONS OTHERS = 4.

RKC_CDITHE_GET CALL FUNCTION 'RKC_CDITHE_GET' EXPORTING TABNM = RETAB IMPORTING CDITHE = CDITHE EXCEPTIONS OTHERS = 4.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING ROLNM = ROLNM IMPORTING CDIROL = CDIROL EXCEPTIONS OTHERS = 4.



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