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

MC64SI0S SAP ABAP INCLUDE - documentation and ABAP source code







MC64SI0S 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 MC64SI0S 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 MC64SI0S. "Basic submit
SUBMIT MC64SI0S AND RETURN. "Return to original report after report execution complete
SUBMIT MC64SI0S 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 MC64SI0S

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:

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

CM_F_INFO call function 'CM_F_INFO' "ADIK000814 exporting "ADIK000814 all = y_x "ADIK000814 importing "ADIK000814 msg_counter_pro = f_cmfe_info-msg_count "ADIK000814 max_severity_pro = f_cmfe_info-max_sever. "P30K059526

T001W_READ call function 'T001W_READ' exporting werks = cki64a-werks importing struct = t001w.

CK_F_PC_MATERIAL_CHECK call function 'CK_F_PC_MATERIAL_CHECK' exporting checkvalues = ckipcmc * KALKULATIONSDATUM_AB = SY-DATUM P30K070948 kalkulationsdatum_ab = sy-datlo "P30K070948 kalkulationsvariante = cki64a-klvar kalkulationsversion = cki64a-tvers ohne_kalksegment_anlegen = y_x importing konfigunummer = f_cuobj-nr materialkennung = f_cuobj-id.

CK_F_PC_MATERIAL_CHECK call function 'CK_F_PC_MATERIAL_CHECK' exporting checkvalues = ckipcmc * KALKULATIONSDATUM_AB = SY-DATUM P30K070948 kalkulationsdatum_ab = sy-datlo "P30K070948 kalkulationsvariante = cki64a-klvar kalkulationsversion = cki64a-tvers objektnummer_konfigu = f_cuobj-nr ohne_kalksegment_anlegen = y_x importing erzeugniskalkulationsnummer = h_kmat_kalnr.

CK_F_KEKOKEY_GENERAL_SET call function 'CK_F_KEKOKEY_GENERAL_SET' exporting kadky = cki64a-kadat kkzma = f_keko-kkzma klvar = cki64a-klvar periv = h_periv tvers = cki64a-tvers.

CK_F_KEKO_KALNR_SET call function 'CK_F_KEKO_KALNR_SET' exporting kalnr = h_kalnr.

CK_F_KEKOKEY_GET call function 'CK_F_KEKOKEY_GET' exporting klvar = cki64a-klvar importing kekokey = f_keko_key.

DATE_TO_PERIOD_CONVERT call function 'DATE_TO_PERIOD_CONVERT' "Fkt.gr. ADAT

MATERIAL_READ_MA00 call function 'MATERIAL_READ_MA00' exporting schluessel = mtcom importing matdaten = makt return = mtcor tables seqmat01 = dummy.



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