MMCY1FC0 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 MMCY1FC0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = DYNPROFELD STRING = CHARXX IMPORTING DECIM = cc_DEZIMALEN EXPON = cc_EXPONENT FLSTR = FLOATXX.
MC_FLTP_CHAR CALL FUNCTION 'MC_FLTP_CHAR' EXPORTING FC_A_FLD = FLOATXX IMPORTING FC_R_FLD = CHARXX.
CONVERT_DATE_INPUT CALL FUNCTION 'CONVERT_DATE_INPUT' EXPORTING INPUT = dfeld IMPORTING OUTPUT = H_DATE EXCEPTIONS WRONG_FORMAT_IN_INPUT = 1 PLAUSIBILITY_CHECK_FAILED = 1.
CONVERT_TIME_INPUT CALL FUNCTION 'CONVERT_TIME_INPUT' EXPORTING INPUT = dfeld IMPORTING OUTPUT = H_TIME EXCEPTIONS WRONG_FORMAT_IN_INPUT = 1 PLAUSIBILITY_CHECK_FAILED = 1.
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING * I_FLG_EVALUATION = ' ' * I_FLG_ONLY_GENERATED = ' ' * I_FLG_ONLY_WITH_TABLE = ' ' * I_FLG_PLANNING = ' ' * I_HIERT = ' ' * I_MCAPP = ' ' * I_DISPLAY_ONLY = ' ' I_FLG_CHECK_ONLY = true I_MCINF_TO_CHECK = cm_mcinf IMPORTING * E_ISTXT = * E_MCINF = E_FLG_ALLOWED = cm_flg_mcinf_allowed EXCEPTIONS NO_FIELD_SELECTED = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.