SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Planning(CO-PC-PCP) SAP CO

MC64SO0S SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MC64SO0S

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:

CK_F_TCK03_HIERARCHY_READING CALL FUNCTION 'CK_F_TCK03_HIERARCHY_READING' EXPORTING P_KLVAR = T_TCK03-KLVAR IMPORTING F_TCK04 = F_TCK04 EXCEPTIONS OTHERS = 0.

MATERIAL_READ_MA00 CALL FUNCTION 'MATERIAL_READ_MA00' "ADIK000327 EXPORTING "ADIK000327 SCHLUESSEL = MTCOM "ADIK000327 IMPORTING "ADIK000327 MATDATEN = MAKT "ADIK000327 RETURN = MTCOR "ADIK000327 TABLES "ADIK000327 SEQMAT01 = DUMMY. "ADIK000327

MATERIAL_READ_MA00 CALL FUNCTION 'MATERIAL_READ_MA00' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MAKT RETURN = MTCOR TABLES SEQMAT01 = DUMMY.

CKML_MGV_PROCALTN_TEXT_READ CALL FUNCTION 'CKML_MGV_PROCALTN_TEXT_READ' EXPORTING I_KALNR = CKI64A-KALNR_BA I_LANGUAGE = SY-LANGU IMPORTING E_GENER_NAME = K_GENER_NAME E_MANU_NAME = K_MANU_NAME.

CK_F_TCK03_HIERARCHY_READING CALL FUNCTION 'CK_F_TCK03_HIERARCHY_READING' EXPORTING P_KLVAR = CKI64A-KLVAR IMPORTING F_TCK01 = F_TCK01 F_TCK03 = F_TCK03 EXCEPTIONS OTHERS = 0.

CM_F_INFO CALL FUNCTION 'CM_F_INFO' "ADIK000814 EXPORTING "ADIK000814 ALL = 'X' "ADIK000814 IMPORTING "ADIK000814 E_MSG_COUNTER_PRO = F_CMFE_INFO-E_COUNTER "ADIK000814 MSG_COUNTER_PRO = F_CMFE_INFO-MSG_COUNT. "ADIK000814

CK_F_TCK03_HIERARCHY_READING CALL FUNCTION 'CK_F_TCK03_HIERARCHY_READING' EXPORTING P_KLVAR = T_TCK03-KLVAR IMPORTING F_TCK04 = F_TCK04 EXCEPTIONS OTHERS = 0.



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