SAP Reports / Programs | Cross-Application Components | General Application Functions | Workforce Management Core(CA-GTF-WFM) SAP CA

/SAPAPO/WFM_TOGGLE_DISPATCH_UF SAP ABAP INCLUDE - Include /SAPAPO/WFM_TOGGLE_DISPATCH_UF







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


Text pool values


Title: Include /SAPAPO/WFM_TOGGLE_DISPATCH_UF


INCLUDES used within this REPORT /SAPAPO/WFM_TOGGLE_DISPATCH_UF

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_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Switch of dispatcher'(cpt) diagnose_object = '/SAPAPO/LRP_CUST_TOGGLE_TOOL' text_question = 'Data may be lost if not observed'(cpq) text_button_1 = button_text icon_button_1 = 'ICON_OKAY' text_button_2 = cancel icon_button_2 = 'ICON_CANCEL' * DEFAULT_BUTTON = '1' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 3 * POPUP_TYPE = 'ICON_MESSAGE_WARNING' * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = g_answer * TABLES * parameter = EXCEPTIONS text_not_found = 1 OTHERS = 2.

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.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES wt_ko200 = lt_ko200 wt_e071k = e071k_tab EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING wi_ko200 = ls_ko200 TABLES wt_e071k = e071k_tab EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_REQUEST_CHOICE ***** CALL FUNCTION 'TR_REQUEST_CHOICE' ENDFORM. "transport



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