RMCAMUS9 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 RMCAMUS9 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.
Selection Text: VON = From date
Selection Text: VERSION = Version
Selection Text: TYP3 = Self-defined
Selection Text: TYP2 = Current stock
Selection Text: TYP1 = Average stock
Selection Text: MCSRUME = Method
Selection Text: KUNDENNR = Customer number
Selection Text: KENNZAHL = Key figure
Selection Text: D_VERPA = Size
Selection Text: D_REGIO = Sales market
Selection Text: D_MATNR = Material number
Selection Text: D_MARKE = Brand
Selection Text: D_KUNNR = Customer number
Selection Text: D_ARTYP = Industry sector
Selection Text: BIS = To date
Title: Planning for info structure &
Text Symbol: 006 = Further selection criteria
Text Symbol: 005 = Version
Text Symbol: 004 = Further selection criteria
Text Symbol: 003 = Characteristics
Text Symbol: 002 = Inactive version
Text Symbol: 001 = Active version
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_EXTERNAL_SELSCREEN_STATUS *+ CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' *+ EXPORTING *+ p_fb = 'MC_STATUS_SELSCREEN_SET'.
RS_VARIANT_CONTENTS *+ CALL FUNCTION 'RS_VARIANT_CONTENTS' *+ EXPORTING *+ REPORT = '&REPONAME' *+ VARIANT = RM_VARIANT *+ MOVE_OR_WRITE = 'M' "ins H 725979 *+ TABLES *+ VALUTAB = RM_VALUTAB *+ EXCEPTIONS *+ VARIANT_NON_EXISTENT = 1 *+ VARIANT_OBSOLETE = 2 *+ OTHERS = 3.
POTENTIALANALYSIS_CHECK_INP *+ CALL FUNCTION 'POTENTIALANALYSIS_CHECK_INP' *+ EXPORTING *+ i_gstru = '&GSTRU' *+ I_PARAM_ID = 'MC94' *+ IMPORTING *+ E_INPUT_OK = flg_input_ok.
RS_VARIANT_EXISTS *+ CALL FUNCTION 'RS_VARIANT_EXISTS' *+ EXPORTING *+ REPORT = RM_DBPROG *+ VARIANT = RM_VARIANT *+ IMPORTING *+ R_C = RM_SUBRC *+ EXCEPTIONS *+ NOT_AUTHORIZED = 1 *+ NO_REPORT = 2 *+ REPORT_NOT_EXISTENT = 3 *+ REPORT_NOT_SUPPLIED = 4 *+ OTHERS = 5.
RS_VARIANT_DELETE *+ CALL FUNCTION 'RS_VARIANT_DELETE' *+ EXPORTING *+ report = RM_DBPROG *+ variant = RM_VARIANT *+ flag_confirmscreen = RM_y_on *+ flag_delallclient = RM_y_on * IMPORTING * VARIANT = *+ EXCEPTIONS *+ not_authorized = 1 *+ not_executed = 2 *+ no_report = 3 *+ report_not_existent = 4 *+ report_not_supplied = 5 *+ variant_locked = 6 *+ variant_not_existent = 7 *+ no_corr_insert = 8 *+ variant_protected = 9 *+ OTHERS = 10 *+ .
RS_CREATE_VARIANT *+ CALL FUNCTION 'RS_CREATE_VARIANT' *+ EXPORTING *+ CURR_REPORT = RM_DBPROG *+ CURR_VARIANT = RM_VARIANT *+ VARI_DESC = RM_VARI_DESC *+ TABLES *+ VARI_CONTENTS = RM_VARI_CONTENTS *+ VARI_TEXT = RM_VARI_TEXT *+ VSCREENS = RM_RSDYNNR *+ EXCEPTIONS *+ ILLEGAL_REPORT_OR_VARIANT = 1 *+ ILLEGAL_VARIANTNAME = 2 *+ NOT_AUTHORIZED = 3 *+ NOT_EXECUTED = 4 *+ REPORT_NOT_EXISTENT = 5 *+ REPORT_NOT_SUPPLIED = 6 *+ VARIANT_EXISTS = 7 *+ VARIANT_LOCKED = 8 *+ OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCAMUS9 - Planning for info structure & RMCAMUS9 - Planning for info structure & RMCAMUS8 - Program to Set Opening Stock for Info Structure & RMCAMUS8 - Program to Set Opening Stock for Info Structure & RMCAMUS7 - Calculate Proportions for Planning Hierarchy RMCAMUS7 - Calculate Proportions for Planning Hierarchy