MC64SO0C 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 MC64SO0C into the relevant SAP transactions such as SE38 or SE80
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.
Title: Output Modules with C
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CF_UT_DOMVALUES_READ CALL FUNCTION 'CF_UT_DOMVALUES_READ' EXPORTING DOMNAME_IMP = F_DOM-NAME DOMVALUE_IMP = F_DOM-VAL LANGU_IMP = SY-LANGU IMPORTING DDTEXT_EXP = F_DOM-TEXT EXCEPTIONS VALUE_NOT_FOUND = 1.
KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING I_BUKRS = KALA-BUKRS IMPORTING E_KOKRS = KALA-KOKRS EXCEPTIONS NO_KOKRS_FOUND = 1 OTHERS = 2.
CK_F_TCK28_READING CALL FUNCTION 'CK_F_TCK28_READING' EXPORTING KOKRS = KALA-KOKRS KALKA = T_TCK03-KALKA BWVAR = T_TCK03-BWVAR IMPORTING CK28 = F_TCK28 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.