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
Below is a list of transaction codes which are relevant to this SAP report
CM40 - Capacity leveling in the background
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: 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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.