SAP Reports / Programs

RSEXTSDL_TEST SAP ABAP Report - Test the External Scheduler







RSEXTSDL_TEST 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 RSEXTSDL_TEST 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 RSEXTSDL_TEST. "Basic submit
SUBMIT RSEXTSDL_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RSEXTSDL_TEST 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: M_OUTPUT = Display Output IDs
Selection Text: M_PARAMS = Display Parameters
Selection Text: M_RAISE = Trigger
Selection Text: M_RESDL = Reschedule
Selection Text: P1 = Parameter 1 (Name/Value)
Selection Text: P1_NAME = Parameter 1 - Name
Selection Text: P1_VALUE = Parameter 1 - Value
Selection Text: P2 = Parameter 2 (Name/Value)
Selection Text: P2_NAME = Parameter 2 - Name
Selection Text: P2_VALUE = Parameter 2 - Value
Selection Text: P3 = Parameter 3 (Name/Value)
Selection Text: P3_NAME = Parameter 3 - Name
Selection Text: P3_VALUE = Parameter 3 - Value
Selection Text: PRIOR = Priority
Selection Text: QUEUE = Name of a Queue
Selection Text: S1 = Sdl Option 1 (Name/Value)
Selection Text: S2 = Sdl Option 2 (Name/Value)
Selection Text: SNOTIF = With Status Notification
Selection Text: SORTMODE = Name of a Job Sort
Selection Text: STRTTYPE = Type of Start Condition
Selection Text: SYSTEM = Name of an SAP System
Selection Text: DOCID = D .
Selection Text: FILTER = D .
Selection Text: APPL = Application
Selection Text: CLORIG = Cancel Predecessor
Selection Text: CONN = Name of Destination
Selection Text: DEFNAME = Name of a Job Definition
Selection Text: DEFTYPE = Type of a Job Definition
Selection Text: EVENT = Name of an Event
Selection Text: HOLD = Hold on Submit
Selection Text: ISOLGRP = Isolation Group
Selection Text: JOBID = ID of an External Job
Selection Text: M_CANCL = Cancel
Selection Text: M_CLEAR = Reset
Selection Text: M_CONN = Connection Test
Selection Text: M_EVENT = Event Mode
Selection Text: M_EVTST = Display Status
Selection Text: M_INFO = Read Scheduler Information





Selection Text: M_JOBHDL = Monitor Mode
Selection Text: M_JOBSDL = Scheduling Mode
Selection Text: M_JOBST = Display Status
Selection Text: M_LIST = Display List
Title: Test the External Scheduler
Text Symbol: 003 = Eventing
Text Symbol: 002 = Monitoring
Text Symbol: 001 = Scheduling


INCLUDES used within this REPORT RSEXTSDL_TEST

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:

No SAP FUNCTION MODULES are executed within this report code!



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