SAP Reports / Programs

EEWM_SL_GET_NEXT_SHIFT SAP ABAP Report - Create Next Shift Notification







EEWM_SL_GET_NEXT_SHIFT 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 EEWM_SL_GET_NEXT_SHIFT 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 EEWM_SL_GET_NEXT_SHIFT. "Basic submit
SUBMIT EEWM_SL_GET_NEXT_SHIFT AND RETURN. "Return to original report after report execution complete
SUBMIT EEWM_SL_GET_NEXT_SHIFT 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: P_WAPOS = D .
Selection Text: P_WARPL = D .
Title: Create Next Shift Notification


INCLUDES used within this REPORT EEWM_SL_GET_NEXT_SHIFT

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:

ISU_SL_MANUAL_CALL_MPLAN CALL FUNCTION 'ISU_SL_MANUAL_CALL_MPLAN' EXPORTING I_WARPL = P_WARPL EXCEPTIONS MPLAN_NOT_EXIST = 1 MPLAN_LOCKED = 2 MPOS_NOT_EXIST = 3 NO_VALID_PACKAGE = 4 MULTI_NOT_SUPPORTED = 5 OTHERS = 6.

ISU_SL_MANUAL_CALL_MPLAN CALL FUNCTION 'ISU_SL_MANUAL_CALL_MPLAN' EXPORTING I_WARPL = P_WARPL I_WAPOS = L_MPOSWA-WAPOS EXCEPTIONS MPLAN_NOT_EXIST = 1 MPLAN_LOCKED = 2 MPOS_NOT_EXIST = 3 NO_VALID_PACKAGE = 4 MULTI_NOT_SUPPORTED = 5 OTHERS = 6.

IQS4_GET_NOTIFICATION CALL FUNCTION 'IQS4_GET_NOTIFICATION' EXPORTING I_QMNUM = I_QMNUM * IMPORTING * E_VIQMEL = * E_RIWO00 = * E_RIWO03 = * E_TQ80 = TABLES E_IVIQMFE_T = L_QMFETAB-ORG * E_IVIQMMA_T = E_IVIQMSM_T = L_QMSMTAB-ORG * E_IVIQMUR_T = * E_INLINES_T = * E_IHPAVB_T = RETURN = L_RETURNTAB.

IQS4_ADD_DATA_NOTIFICATION CALL FUNCTION 'IQS4_ADD_DATA_NOTIFICATION' EXPORTING I_QMNUM = I_QMNUM * I_CONV = ' ' I_POST = ' ' * I_COMMIT = ' ' * I_WAIT = ' ' * I_REFRESH_COMPLETE = 'X' * I_CHECK_PARNR_COMP = 'X' * IMPORTING * E_VIQMEL = * E_RIWO03 = TABLES I_INLINES_T = L_TLINETAB-NEW I_VIQMFE_T = L_QMFETAB-NEW * I_VIQMUR_T = I_VIQMSM_T = L_QMSMTAB-NEW * I_VIQMMA_T = * I_IHPA_T = E_KEYS = L_KEYTAB RETURN = L_RETURNTAB.

IQS4_CHANGE_STATUS_TASK CALL FUNCTION 'IQS4_CHANGE_STATUS_TASK' EXPORTING I_QMNUM = L_KEYWA-QMNUM I_MANUM = L_KEYWA-SMNUM I_VRGNG = EESL0_J_VORGANG-QN40 * I_CHECK_ONLY = ' ' * I_SPRAS = SY-LANGU * I_ERLNAM = ' ' * I_ERLDAT = ' ' * I_ERLZEIT = ' ' I_POST = EESL0_UNMARKED * I_COMMIT = ' ' * I_WAIT = ' ' * I_REFRESH_COMPLETE = 'X' * P_HEAD_NOCHANGE = * IMPORTING * E_VIQMEL = * E_VIQMSM = * E_STTXT = * E_ASTXT = TABLES RETURN = L_RETURNTAB.

IQS4_CHANGE_STAT_NOTIFICATION CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION' EXPORTING I_QMNUM = I_QMNUM I_VRGNG = EESL0_J_VORGANG-PMM2 * I_CHECK_ONLY = ' ' * I_SPRAS = SY-LANGU * I_BEZDT = SY-DATUM * I_BEZUR = SY-UZEIT * I_POST = 'X' I_COMMIT = EESL0_MARKED * I_WAIT = ' ' * I_REFRESH_COMPLETE = 'X' * IMPORTING * E_VIQMEL = * E_STTXT = * E_ASTXT = TABLES RETURN = L_RETURNTAB.



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