SAP Reports / Programs | Personnel Time Management(PT) SAP PT

RPTARQ_TEAM_CALENDAR SAP ABAP INCLUDE - RPTARQTEAMCALENDAR







RPTARQ_TEAM_CALENDAR 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 RPTARQ_TEAM_CALENDAR 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 RPTARQ_TEAM_CALENDAR. "Basic submit
SUBMIT RPTARQ_TEAM_CALENDAR AND RETURN. "Return to original report after report execution complete
SUBMIT RPTARQ_TEAM_CALENDAR 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 RPTARQ_TEAM_CALENDAR

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_GET_USER_FROM_EMPLOYEE CALL FUNCTION 'HR_GET_USER_FROM_EMPLOYEE' EXPORTING pernr = pernr iv_with_authority = ' ' IMPORTING user = im_user.

PT_ARQ_TEAMCALE_GET CALL FUNCTION 'PT_ARQ_TEAMCALE_GET' EXPORTING im_command = command im_pernr = pernr im_user = im_user * im_language = im_langu im_team = team im_begda = begda im_endda = endda im_cache_validity = cache_validity im_goto_page_number = im_goto_page_number im_modus = modus im_debug = im_debug IMPORTING ex_team = ex_team ex_cache_date = ex_cache_date ex_cache_time = ex_cache_time ex_calendar_tab = team_cal_tab ex_rowlabel = ex_rowlabel ex_position = ex_position TABLES ex_team_tab = ex_team_tab ex_weekday_tab = ex_weekday_tab ex_legend_tab = ex_legend_tab ex_commands = ex_commands ex_custcolumns_tab = ex_custcolumns_tab ex_messages = ex_messages.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = c_report_id i_callback_pf_status_set = f_status i_callback_user_command = f_u_comm is_layout = layout it_sort = sort it_fieldcat = fieldcat TABLES t_outtab = team_block_cal EXCEPTIONS program_error = 1 OTHERS = 2.



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