SAP Reports / Programs

RMCAMUSH SAP ABAP Report - Planning Hierarchy: Execution of Auxiliary Tool







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


Text pool values


Selection Text: FLG_SIM = Simulation only
Selection Text: FLG_COPY = Append existing sub-tree
Title: Planning Hierarchy: Execution of Auxiliary Tool
Text Symbol: 701 = regenerated for the hierarchy because the detailed entry was missing.
Text Symbol: 700 = The following charact. values combinatns could not be
Text Symbol: 500 = Foreign key check - entry does not exist:
Text Symbol: 401 = The following charact. values combinatns will be deleted from the database:
Text Symbol: 308 = choose a valid charact. values combinatn!
Text Symbol: 307 = The source planning level is not known. Please
Text Symbol: 306 = planning hierarchy!
Text Symbol: 305 = Characteristic values combinatn exists in
Text Symbol: 304 = Creation only single-level!
Text Symbol: 303 = Target planning level not known
Text Symbol: 302 = cannot be filled. Please press Enter.
Text Symbol: 301 = When appending, the last characteristic
Text Symbol: 211 = New entries in the PGAN table
Text Symbol: 210 = New entries in the E table
Text Symbol: 202 = the changes are made directly in the database.
Text Symbol: 201 = If you deactivate the checkbox for simulation,
Text Symbol: 200 = All members that correspond to the selection are deleted.
Text Symbol: 106 = directly in the database.
Text Symbol: 105 = If you deactivate the checkbox for simulation, the changes are made
Text Symbol: 104 = to the new member.
Text Symbol: 103 = also append an existing sub-tree of a parallel characteristic
Text Symbol: 102 = If you activate the checkbox and choose ENTER, you can
Text Symbol: 101 = It is created for all sub-trees that meet the selection criteria.
Text Symbol: 100 = The lowest characteristic entered is created again (single-level)
Text Symbol: 010 = Function description
Text Symbol: 009 = Enhance characteristics
Text Symbol: 005 = Member to be deleted
Text Symbol: 004 = Please specify the source of the sub-tree:
Text Symbol: 003 = Characteristics
Text Symbol: 002 = Existing member
Text Symbol: 001 = New member


INCLUDES used within this REPORT RMCAMUSH

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:

RS_EXTERNAL_SELSCREEN_STATUS * CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' * EXPORTING * p_fb = 'MC_STATUS_SELSCREEN_SET'.

MC_GSTRU_PRUEFEN *+ CALL FUNCTION 'MC_GSTRU_PRUEFEN' *+ EXPORTING *+ i_gstru = '&GSTRU' *+ I_LANGU = SY-LANGU *+ tables *+ t_datf = int_datf *+ t_keys = int_keyf *+ t_units = int_units.

HELP_DOCULINES_SHOW *+ CALL FUNCTION 'HELP_DOCULINES_SHOW' *+ EXPORTING *+ help_infos = dum_help_info *+ TABLES *+ excludefun = hlp_excl_tab *+ helplines = hlp_tline.

NUMBER_GET_NEXT *+ CALL FUNCTION 'NUMBER_GET_NEXT' *+ EXPORTING *+ NR_RANGE_NR = '01' *+ QUANTITY = NO_ANZ *+ OBJECT = 'MCLIS' *+ IMPORTING *+ NUMBER = NO_OBJNR *+ QUANTITY = NO_ANZ *+ RETURNCODE = NO_SUBRC *+ EXCEPTIONS *+ INTERVAL_NOT_FOUND = 01 *+ NUMBER_RANGE_NOT_INTERN = 02 *+ OBJECT_NOT_FOUND = 03 *+ QUANTITY_IS_0 = 04.



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