SAP Reports / Programs | Personnel Time Management | Shift Planning(PT-SP) SAP PT

GRID_DAYVIEW_INITIALIZE SAP ABAP INCLUDE - GRIDDAYVIEWINITIALIZE







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


INCLUDES used within this REPORT GRID_DAYVIEW_INITIALIZE

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:

HR_PERSON_READ_WORK_SCHEDULE CALL FUNCTION 'HR_PERSON_READ_WORK_SCHEDULE' EXPORTING begin_date = m_begda end_date = m_endda grouping_dws = person_groupings-motpr grouping_attendence = person_groupings-moabw grouping_substitute = person_groupings-mover TABLES pernr_tab = m_pernr_tab psp = m_pdpsp day_psp = m_day_psp EXCEPTIONS error_in_build_psp = 1 OTHERS = 2. "#EC *

HR_ABS_ATT_TIMES_AT_ENTRY CALL FUNCTION 'HR_ABS_ATT_TIMES_AT_ENTRY' EXPORTING pernr = pdpla-pernr awart = dayview_display_tab-awart begda = pdspadmin-day_choice endda = pdspadmin-day_choice TABLES m0000 = p0000 m0001 = p0001 m0002 = p0002 m0007 = p0007 m2001 = p2001 m2002 = p2002 m2003 = p2003 pws = m_ptpsp times_per_day = m_times_per_day CHANGING beguz = m_beguz enduz = m_enduz vtken = dayview_display_tab-vtken stdaz = calc_stdaz EXCEPTIONS it0001_missing = 1 customizing_error = 2 error_occurred = 3 end_before_begin = 4 OTHERS = 5.

HR_T77ED_VALUE_REQUEST CALL FUNCTION 'HR_T77ED_VALUE_REQUEST' EXPORTING dienstgr = pdpla-dienstgr dienst = input_shift sel_date = pdspadmin-day_choice motpr = person_groupings-motpr moabw = person_groupings-moabw mover = person_groupings-mover only_add_shifts = 'X' IMPORTING sel_prog = input_shift EXCEPTIONS t77ed_empty = 1.

CONVERSION_EXIT_TIMLO_INPUT CALL FUNCTION 'CONVERSION_EXIT_TIMLO_INPUT' EXPORTING input = timestring IMPORTING output = timevalue EXCEPTIONS OTHERS = 1.

HR_T77ED_VALUE_REQUEST CALL FUNCTION 'HR_T77ED_VALUE_REQUEST' EXPORTING dienstgr = pdspadmin-shiftgroup sel_date = pdspadmin-day_choice display = display_only_flag only_add_shifts = 'X' motpr = person_groupings-motpr moabw = person_groupings-moabw mover = person_groupings-mover IMPORTING sel_prog = input_shift EXCEPTIONS t77ed_empty = 1 OTHERS = 2.

HR_SHIFTPLAN_USER_CUST_SAVE CALL FUNCTION 'HR_SHIFTPLAN_USER_CUST_SAVE' EXPORTING user_name = sy-uname TABLES cust_tab = cust_ol_table.



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