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

RMCAMUC5 SAP ABAP Report - Editing Statistical Data in Info Structure & (w/o Period Unit)







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


Text pool values


Title: Editing Statistical Data in Info Structure & (w/o Period Unit)
Text Symbol: 012 = Data target:
Text Symbol: 011 = Data source:
Text Symbol: 010 = Chosen editing options
Text Symbol: 009 = Additional logic: Expert mode
Text Symbol: 008 = LIS external data
Text Symbol: 007 = Transformation
Text Symbol: 006 = Edit target data
Text Symbol: 005 = Editing
Text Symbol: 004 = Connection processing
Text Symbol: 003 = Data target
Text Symbol: 002 = Data source
Text Symbol: 001 = Restrictions
Text Symbol: 013 = Edit data:
Text Symbol: 024 = Expert mode
Text Symbol: 023 = User mode
Text Symbol: 022 = Delete data only
Text Symbol: 021 = Change data only
Text Symbol: 020 = Copy + delete source data
Text Symbol: 019 = Copy + change source data
Text Symbol: 018 = Copy data only
Text Symbol: 017 = Transfer to updating
Text Symbol: 016 = LIS external data
Text Symbol: 015 = LIS information structure
Text Symbol: 014 = Editing mode:
Text Symbol: 800 = ***************Information for Mail:
Text Symbol: 101 = Actual data
Text Symbol: 100 = Source IS: &1, vers. &2
Text Symbol: 057 = Delete data
Text Symbol: 056 = Should the selected data really be deleted?
Text Symbol: 055 = Lock table
Text Symbol: 054 = Do you still want to continue processing?
Text Symbol: 053 = Not possible to lock table &1, version &2
Text Symbol: 052 = Reset target structure
Text Symbol: 051 = Do you want to delete ALL data in the system for the structure?
Text Symbol: 050 = Target structure contains data in other versions and/or clients!
Text Symbol: 026 = Selection criteria
Text Symbol: 850 = MESSAGE





Text Symbol: 810 = Info structure: &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 = Target info structure: &MCINFZ, target version: &VRSIOZ
Text Symbol: 802 = Source info structure: &MCINFQ, source version: &VRSIOQ
Text Symbol: 801 = LIS: Data copied/converted
Text Symbol: 025 = Key figures


INCLUDES used within this REPORT RMCAMUC5

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:

POPUP_TO_CONFIRM_STEP *+ CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' *+ EXPORTING *+ DEFAULTOPTION = 'N' *+ TEXTLINE1 = TEXT-056 *+ TITEL = TEXT-057 *+ CANCEL_DISPLAY = ' ' *+ IMPORTING *+ ANSWER = DEL_ANS.

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

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.

POPUP_TO_CONFIRM_STEP *+ CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' *+ EXPORTING *+ DEFAULTOPTION = 'N' *+ TEXTLINE1 = TEXT-050 *+ TEXTLINE2 = TEXT-051 *+ TITEL = TEXT-052 *+ START_COLUMN = 25 *+ START_ROW = 6 *+ CANCEL_DISPLAY = 'X' *+ IMPORTING *+ ANSWER = ANS_DCT *+ EXCEPTIONS *+ OTHERS = 1.

MCS_DROP_CREATE_TABLE *+ CALL FUNCTION 'MCS_DROP_CREATE_TABLE' *+ EXPORTING *+ I_MCINF = ' ' *+ I_GSTRU = HLP_GSTRUZ *+ EXCEPTIONS *+ NO_GSTRU = 1 *+ NO_NAMETAB = 2 *+ NO_CREATE_TABLE = 3 *+ OTHERS = 4.

MCS_DROP_CREATE_INDEX *+ CALL FUNCTION 'MCS_DROP_CREATE_INDEX' *+ EXPORTING *+ I_MCINF = ' ' *+ I_GSTRU = HLP_GSTRUZ *+ FLAG_DC = 'D' *+ IMPORTING *+ E_INDEX = I_INDEX *+ EXCEPTIONS *+ NO_GSTRU = 1 *+ NO_CREATE_INDEX = 2 *+ OTHERS = 3.

MCS_DROP_CREATE_INDEX *+ CALL FUNCTION 'MCS_DROP_CREATE_INDEX' *+ EXPORTING *+ I_MCINF = HLP_MCINF *+ I_GSTRU = HLP_GSTRU *+ FLAG_DC = 'D' *+ IMPORTING *+ E_INDEX = I_INDEX *+ EXCEPTIONS *+ NO_GSTRU = 1 *+ NO_CREATE_INDEX = 2 *+ OTHERS = 3.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

MCS_DROP_CREATE_INDEX *+ CALL FUNCTION 'MCS_DROP_CREATE_INDEX' *+ EXPORTING *+ I_MCINF = ' ' *+ I_GSTRU = HLP_GSTRUZ *+ FLAG_DC = 'D' *+ IMPORTING *+ E_INDEX = I_INDEX *+ EXCEPTIONS *+ NO_GSTRU = 1 *+ NO_CREATE_INDEX = 2 *+ OTHERS = 3.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

MCS_DROP_CREATE_INDEX





*+ CALL FUNCTION 'MCS_DROP_CREATE_INDEX' *+ EXPORTING *+ I_MCINF = ' ' *+ I_GSTRU = HLP_GSTRUZ *+ FLAG_DC = 'C' *+ IMPORTING *+ E_INDEX = I_INDEX *+ EXCEPTIONS *+ NO_GSTRU = 1 *+ NO_CREATE_INDEX = 2 *+ OTHERS = 3.

MCS_DROP_CREATE_INDEX *+ CALL FUNCTION 'MCS_DROP_CREATE_INDEX' *+ EXPORTING *+ I_MCINF = ' ' *+ I_GSTRU = HLP_GSTRU *+ FLAG_DC = 'C' *+ IMPORTING *+ E_INDEX = I_INDEX *+ EXCEPTIONS *+ NO_GSTRU = 1 *+ NO_CREATE_INDEX = 2 *+ OTHERS = 3.

RS_VARIANT_TEXT *+ CALL FUNCTION 'RS_VARIANT_TEXT' *+ EXPORTING *+ CURR_REPORT = HLP_REPID *+ LANGU = SY-LANGU *+ VARIANT = SY-SLSET *+ IMPORTING *+ V_TEXT = VTEXT *+ EXCEPTIONS *+ NO_TEXT = 1 *+ OTHERS = 2.

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 *+ I_ESTRUC = TRUE *+ IMPORTING *+ E_FLG_ALLOWED = FLG_ALLOWED *+ EXCEPTIONS *+ NO_FIELD_SELECTED = 1 *+ OTHERS = 2.

MCS_CM_LIST_FIELDS *+ CALL FUNCTION 'MCS_CM_LIST_FIELDS' *+ EXPORTING *+ I_GSTRU = HLP_GSTRUZ *+ I_MCINF = MCINFZ.

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 = ' ' *+ I_ESTRUC = TRUE *+ IMPORTING *+ E_MCINF = MCINFZ *+ EXCEPTIONS *+ NO_FIELD_SELECTED = 01.

DB_COMMIT *+ CALL FUNCTION 'DB_COMMIT'.

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