SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSAL_ALLONGJOB_CTRL_SET SAP ABAP Report - Create and Change Entries in ALLONGJOB_CTRL







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


Text pool values


Title: Create and Change Entries in ALLONGJOB_CTRL
Text Symbol: TI7 = Deactivation successful
Text Symbol: TI6 = Successful Activation
Text Symbol: TI5 = Deletion successful
Text Symbol: TI4 = Error
Text Symbol: TI3 = Successfully stored
Text Symbol: TI2 = Incorrect operation settings
Text Symbol: TI1 = Incorrect Customizing settings
Text Symbol: SU5 = Entry successfully deactivated
Text Symbol: SU4 = Entry successfully activated
Text Symbol: SU3 = Entry successfully deleted
Text Symbol: SU2 = Entry successfully updated
Text Symbol: SU1 = Entry successfully stored
Text Symbol: PL4 = Specify at least job name and positive or negative
Text Symbol: PL3 = Specify job name
Text Symbol: PL2 = Select only one operation
Text Symbol: PL1 = Set positively or negatively
Text Symbol: HEC = Fill Maxruntm with the threshold value for job in minutes (Default 360).
Text Symbol: HEB = Set Mteclass to determine the MTE class name of the MTE.
Text Symbol: HEA = Set Help to display this text.
Text Symbol: HE9 = Set Deactiv to deactivate an entry.
Text Symbol: HE8 = Set Activate to activate an entry.
Text Symbol: HE7 = Set Delentry to delete an entry.
Text Symbol: HE6 = Operations: Set Addentry to add or update an entry.
Text Symbol: HE5 = Set Autocmpl to automatically confirm job alerts.
Text Symbol: HE4 = Set negatively to exclude the specified jobs from the default monitoring of all jobs.
Text Symbol: HE3 = Set positively to monitor only the specified jobs.
Text Symbol: HE2 = Enter the names of the jobs to be monitored - * wildcards are permitted
Text Symbol: HE1 = Set up CCMS monitoring of long jobs with this report.
Text Symbol: FE4 = Could not update entry
Text Symbol: FE3 = Entry for job name not found
Text Symbol: FE2 = Entry not deleted - not found
Text Symbol: FE1 = Could not store or update entry


INCLUDES used within this REPORT RSAL_ALLONGJOB_CTRL_SET

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_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect customizing settings'(ti1) TXT1 = 'Set only positive OR negative'(pl1) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect action settings'(ti2) TXT1 = 'Set only one action flag'(pl2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect customizing settings'(ti1) TXT1 = 'Specify the job name'(pl3) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect action settings'(ti2) TXT1 = 'Set only one action flag'(pl2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect action settings'(ti2) TXT1 = 'Supply both job name and positive or negative setting, at least'(pl4) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Storage successful'(ti3) TXT1 = 'Record added successfully'(su1) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Storage successful'(ti3) TXT1 = 'Record updated successfully'(su2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Error'(ti4) TXT1 = 'Record could not be added or updated'(fe1) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect action settings'(ti2) TXT1 = 'Set only one action flag'(pl2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Deletion successful'(ti5) TXT1 = 'Record deleted successfully'(su3) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Error'(ti4) TXT1 = 'Record could not be deleted - not found'(fe2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect action settings'(ti2) TXT1 = 'Set only one action flag'(pl2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Error'(ti4) TXT1 = 'Job specification could not be found'(fe3) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Activation successful'(ti6) TXT1 = 'Record activated successfully'(su4) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Error'(ti4) TXT1 = 'Record could not be updated'(fe4) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Incorrect action settings'(ti2) TXT1 = 'Set only one action flag'(pl2) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Error'(ti4) TXT1 = 'Job specification could not be found'(fe3) TXT2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Deactivation successful'(ti7) TXT1 = 'Record deactivated successfully'(su5) TXT2 = space.

POPUP_TO_INFORM





CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Error'(ti4) TXT1 = 'Record could not be updated'(fe4) TXT2 = space.



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