SAP Reports / Programs

/SAPAPO/TOGGLE_DISPATCHER_LRP SAP ABAP Report - Report for Preparing the WFM Core After Toggling Dispatchers







/SAPAPO/TOGGLE_DISPATCHER_LRP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is for preparing the WFM core after toggling the dispatchers...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 /SAPAPO/TOGGLE_DISPATCHER_LRP 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 /SAPAPO/TOGGLE_DISPATCHER_LRP. "Basic submit
SUBMIT /SAPAPO/TOGGLE_DISPATCHER_LRP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/TOGGLE_DISPATCHER_LRP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report for Preparing the WFM Core After Toggling Dispatchers
Text Symbol: 001 = Error list of program:
Text Symbol: 010 = Commit executed
Text Symbol: 011 = Rollback carried out
Text Symbol: 012 = No Scheduler in state inactive, nothing to do!
Text Symbol: AB1 = ***** copy LC Assignments to BuiltIn ...........: started *****
Text Symbol: AB2 = ***** copy of LC Assignments to BuiltIn ........: finished *****
Text Symbol: AB3 = ***** clean up of LC Assignments ...............: started *****
Text Symbol: AB4 = ***** clean up of BuiltIn Assignments ..........: finished *****
Text Symbol: AL1 = ***** copy BuiltIn Assignments to LC ...........: started *****
Text Symbol: AL2 = ***** copy BuiltIn Assignments to LC ...........: finished *****
Text Symbol: AL3 = ***** clean up of BuiltIn Assignments .........: started *****
Text Symbol: AL4 = ***** clean up of BuiltIn Assignments ..........: finished *****
Text Symbol: C01 = ***** clean up of LC master data ...............: started *****
Text Symbol: C02 = ***** clean up of LC master data ...............: finished *****
Text Symbol: L01 = ***** transfer of master data to LC ............: started *****
Text Symbol: L02 = resources and corresponding availabilities transfered to LC
Text Symbol: L03 = ***** transfer of master data to LC ............: finished *****


INCLUDES used within this REPORT /SAPAPO/TOGGLE_DISPATCHER_LRP

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:

ENQUEUE_/SAPAPO/ELRPCONF CALL FUNCTION 'ENQUEUE_/SAPAPO/ELRPCONF' EXPORTING mode_/sapapo/lrpdstl = 'E' mandt = sy-mandt * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_/SAPAPO/ELRPCONF CALL FUNCTION 'DEQUEUE_/SAPAPO/ELRPCONF' EXPORTING mode_/sapapo/lrpdstl = 'E' mandt = sy-mandt * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

/SAPAPO/OM_PLAN_VERSION_GET CALL FUNCTION '/SAPAPO/OM_PLAN_VERSION_GET' EXPORTING it_plan_version_id = lt_plan_version_id IMPORTING et_plan_version = lt_plan_version et_rc = lt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 0 OTHERS = 4.

WFD_LC_VERSION_CREATE CALL FUNCTION 'WFD_LC_VERSION_CREATE' EXPORTING it_mandt = lt_mandt.

/SAPAPO/OM_PLAN_VERSION_GET CALL FUNCTION '/SAPAPO/OM_PLAN_VERSION_GET' EXPORTING it_plan_version_id = lt_plan_version_id IMPORTING et_plan_version = lt_plan_version et_rc = lt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 0 OTHERS = 4.



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 /SAPAPO/TOGGLE_DISPATCHER_LRP or its description.