SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CCMSBI_MD_EXTRACT_CHECK SAP ABAP Report - Test CCMS Master Data Extraction







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


Text pool values


Title: Test CCMS Master Data Extraction


INCLUDES used within this REPORT CCMSBI_MD_EXTRACT_CHECK

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:

CCMSBI_SYSDATA_EXTRACT CALL FUNCTION 'CCMSBI_SYSDATA_EXTRACT' EXPORTING I_REQUNR = 'EGAL' * I_ISOURCE = I_MAXSIZE = 10000 I_INITFLAG = 'X' I_UPDMODE = 'F' * I_READ_ONLY = * I_DATAPAKID = * I_PRIVATE_MODE = * I_CALLMODE = TABLES I_T_SELECT = seltab * I_T_FIELDS = * E_T_DATA = EXCEPTIONS NO_MORE_DATA = 1 ERROR_PASSED_TO_MESS_HANDLER = 2 OTHERS = 3 .

CCMSBI_SYSDATA_EXTRACT CALL FUNCTION 'CCMSBI_SYSDATA_EXTRACT' EXPORTING I_REQUNR = 'EGAL' * I_ISOURCE = I_MAXSIZE = 10000 I_INITFLAG = ' ' I_UPDMODE = 'F' * I_READ_ONLY = * I_DATAPAKID = * I_PRIVATE_MODE = * I_CALLMODE = TABLES * I_T_SELECT = seltab * I_T_FIELDS = E_T_DATA = extab EXCEPTIONS NO_MORE_DATA = 1 ERROR_PASSED_TO_MESS_HANDLER = 2 OTHERS = 3 .

CCMSBI_CONFIGDATA_WRITE CALL FUNCTION 'CCMSBI_CONFIGDATA_WRITE' destination -desti * EXPORTING * WRITE_CONF = 'X' * WRITE_TYPE = 'X' TABLES CONFIGDATA = tab EXCEPTIONS UPDATE_ERROR = 1 AUTHORITY_CHECK_FAILED = 2 COMMUNICATION_FAILURE = 3 SYSTEM_FAILURE = 4 OTHERS = 5.

RSDRI_ODSO_MODIFY_RFC CALL FUNCTION fname ""'RSDRI_ODSO_MODIFY_RFC' destination -desti EXPORTING I_ODSOBJECT = '0CCMSYINF' I_RFCDATA_UC = pack IMPORTING E_NUMROWS = poiu TABLES I_T_DATA = dummy EXCEPTIONS DATA_TARGET_NOT_ODS = 1 ODS_TYPE_NOT_TRANSACTIONAL = 2 ACTIVE_TABLE_NAME_NOT_FOUND = 3 RECORD_KEY_ALREADY_EXISTS = 4 ARRAY_MODIFY_FAILED = 5 INTERNAL_ERROR = 6 COMMUNICATION_FAILURE = 7 SYSTEM_FAILURE = 8 RESOURCE_FAILURE = 9 OTHERS = 99.

RFC_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' destination rfc_dest EXPORTING FUNCNAME = fm_name * GROUPNAME = ' ' * LANGUAGE = SY-LANGU TABLES FUNCTIONS = dummy EXCEPTIONS NOTHING_SPECIFIED = 1 NO_FUNCTION_FOUND = 2 COMMUNICATION_FAILURE = 3 SYSTEM_FAILURE = 4 OTHERS = 5 .

CCMSBI_GET_ODS_STRUC CALL FUNCTION 'CCMSBI_GET_ODS_STRUC' destination dest EXPORTING ODSNAME = odsname UNICODE_CHECK = 'X' TABLES FIELDS = ftab EXCEPTIONS INFOCUBE_NOT_FOUND = 1 ILLEGAL_INPUT = 2 STRUC_NOT_FOUND = 3 COMMUNICATION_FAILURE = 4 MESSAGE MSG_TXT SYSTEM_FAILURE = 5 MESSAGE MSG_TXT RESOURCE_FAILURE = 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 CCMSBI_MD_EXTRACT_CHECK or its description.