SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

RMCAMUK5 SAP ABAP Report - Conversion of Statistical Data in Info Structure & (Delete After 3.0F)







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


Text pool values


Title: Conversion of Statistical Data in Info Structure & (Delete After 3.0F)
Text Symbol: 850 = Message
Text Symbol: 810 = Info struct.: &MCINFQ, Version: &VRSIOQ
Text Symbol: 809 = Selected data deleted
Text Symbol: 808 = LIS Copy Management: Job completed
Text Symbol: 807 = Conclusion of job: &DATE &TIME
Text Symbol: 806 = Number of not converted/copied data records: &NUMBERNOTCONVERTED
Text Symbol: 805 = Number of converted/copied data records: &NUMBERCONVERTED
Text Symbol: 804 = ----------------------------------------------------------------------
Text Symbol: 803 = Tgt info struct.: &MCINFZ, target version: &VRSIOZ
Text Symbol: 802 = Srce info struct.: &MCINFQ, source version: &VRSIOQ
Text Symbol: 801 = LIS: Data copied/converted
Text Symbol: 800 = ***************Information for Mail:
Text Symbol: 101 = Act.data
Text Symbol: 100 = Source IS: &1, vers. &2
Text Symbol: 007 = Transformation
Text Symbol: 006 = Edit target data
Text Symbol: 005 = Processing
Text Symbol: 004 = Processing logic
Text Symbol: 003 = Data trgt
Text Symbol: 002 = Srce data
Text Symbol: 001 = Restrictions


INCLUDES used within this REPORT RMCAMUK5

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:

MCS_CODING_GENER_TEMP *+ CALL FUNCTION 'MCS_CODING_GENER_TEMP' *+ EXPORTING *+ I_CSTRU_GEN = HLP_GSTRU *+ I_MCINF_GEN = MCINFZ *+ I_MUSTERREPORT = 'RMCSMUS4' *+ IMPORTING *+ E_REPORTNAME = HLP_REPORTNAME *+ EXCEPTIONS *+ GENERATION_FAILED = 01.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

MCS_TMC4_F4 *+ CALL FUNCTION 'MCS_TMC4_F4' *+ EXPORTING *+ I_FLG_ONLY_WITH_TABLE = TRUE *+ I_FLG_CHECK_ONLY = TRUE *+ I_MCINF_TO_CHECK = MCINFZ *+ IMPORTING *+ E_FLG_ALLOWED = FLG_ALLOWED *+ EXCEPTIONS *+ NO_FIELD_SELECTED = 1 *+ OTHERS = 2.

MCS_TMC4_F4 *+ CALL FUNCTION 'MCS_TMC4_F4' *+ EXPORTING *+ I_FLG_EVALUATION = ' ' *+ I_FLG_ONLY_GENERATED = ' ' *+ I_FLG_ONLY_WITH_TABLE = 'X' *+ I_FLG_PLANNING = ' ' *+ I_HIERT = ' ' *+ I_MCAPP = ' ' *+ I_DISPLAY_ONLY = ' ' *+ IMPORTING *+ E_MCINF = MCINFZ *+ EXCEPTIONS *+ NO_FIELD_SELECTED = 01.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.



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