SAP Reports / Programs | Production Planning and Control | Capacity Requirements Planning | Capacity Leveling(PP-CRP-LVL) SAP PP

RCCYMAB1 SAP ABAP Report - Definition of parameters for mass processing







RCCYMAB1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report defines all parameters that are required for mass processing...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCCYMAB1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CM40 - Capacity leveling in the background


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 RCCYMAB1. "Basic submit
SUBMIT RCCYMAB1 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCYMAB1 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: USEREXIT = User exit
Selection Text: SH_PROT = Then display log
Selection Text: PRFID = Overall profile
Selection Text: NURSAVE = Only save parameters
Selection Text: NEU_FLT = Redefine selection
Selection Text: IMDIALOG = Online
Selection Text: IMBATCH = In batch (background)
Selection Text: EINPL = Dispatch
Selection Text: BTCH_ACT = Processing mode
Selection Text: BATCHNM = Job name
Selection Text: AUSPL = Deallocate
Title: Definition of parameters for mass processing
Text Symbol: 200 = The parameters were deleted
Text Symbol: 180 = No selection criteria found
Text Symbol: 170 = Parameters were saved
Text Symbol: 160 = Job is still active
Text Symbol: 150 = Batch job could not be started
Text Symbol: 130 = Wrong presentation in control profile (<>3)
Text Symbol: 120 = Does Not Exist
Text Symbol: 110 = Overall prof:
Text Symbol: 100 = No batch name was entered.
Text Symbol: 055 = Order strt
Text Symbol: 050 = Start date
Text Symbol: 045 = Background job
Text Symbol: 040 = Call up function
Text Symbol: 035 = Selection
Text Symbol: 030 = Display error log
Text Symbol: 025 = Execute job at once online
Text Symbol: 021 = Schedule batch job
Text Symbol: 020 = Execute background job at once
Text Symbol: 015 = Action
Text Symbol: 012 = Redefine selection
Text Symbol: 011 = Mass dispatching
Text Symbol: 010 = Parameter for mass processing
Text Symbol: 005 = Save parameters
Text Symbol: 210 = Batch job was dispatched
Text Symbol: 300 = Start of batch job:
Text Symbol: 310 = Message:





Text Symbol: 320 = Action (D-disp.A-deall.U-user exit):
Text Symbol: 330 = Total number of objects:
Text Symbol: 340 = No. of objects processed:
Text Symbol: 350 = No. of messages saved:
Text Symbol: 360 = Job name:
Text Symbol: 370 = Overall profile:
Text Symbol: 400 = Log for batch run is empty:
Text Symbol: 410 = Error: NOT_ACTIVE in CM_F_ANALYSIS


INCLUDES used within this REPORT RCCYMAB1

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:

BP_JOBVARIANT_SCHEDULE CALL FUNCTION 'BP_JOBVARIANT_SCHEDULE' EXPORTING TITLE_NAME = TEXT-011 JOB_NAME = JOB_NAME PROG_NAME = 'RCCYMAB2' EXCEPTIONS NO_SUCH_PROGRAM = 1 OTHERS = 2.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING DISPLAY = ' ' FIELDNAME = 'PROFILE_ID' INPUT_VALUE = ' ' TABNAME = 'TCY30' IMPORTING SELECT_VALUE = PRFID * SELECT_INDEX = EXCEPTIONS OTHERS = 1.



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