SAP Reports / Programs

RHSP_ADMIN_IT0439 SAP ABAP Report - Create infotype 0439 with subtype 0005







RHSP_ADMIN_IT0439 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report manages subtype 0005 of infotype 0439...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 RHSP_ADMIN_IT0439 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 RHSP_ADMIN_IT0439. "Basic submit
SUBMIT RHSP_ADMIN_IT0439 AND RETURN. "Return to original report after report execution complete
SUBMIT RHSP_ADMIN_IT0439 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: SHOW = Display
Selection Text: PCHSEARK = Search Term
Selection Text: PCHOBJID = Object ID
Selection Text: OBJTYPE = Object Type
Title: Create infotype 0439 with subtype 0005
Text Symbol: ERO = No employees found
Text Symbol: 237 = Date
Text Symbol: 236 = User:
Text Symbol: 205 = IT0439
Text Symbol: 204 = Personnel Number
Text Symbol: 203 = Pers.No.
Text Symbol: 202 = Employee
Text Symbol: 201 = Employee
Text Symbol: 106 = already selected
Text Symbol: 101 = Enter profile
Text Symbol: 010 = Overview of IT0439
Text Symbol: 009 = IT0439 subtype 0005 does not exist
Text Symbol: 008 = IT0439 subtype 0005 exists
Text Symbol: 007 = Test Mode
Text Symbol: 005 = Option
Text Symbol: 004 = Select Entry Object
Text Symbol: 003 = Object Type
Text Symbol: 002 = Select Person
Text Symbol: 001 = Select Organizational Unit


INCLUDES used within this REPORT RHSP_ADMIN_IT0439

INCLUDE RHODAT00.
INCLUDE MAKROS.
INCLUDE RHXMACRO.
INCLUDE RHSPADMINIT0439DAT00.


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:

ASK_PLVAR CALL FUNCTION 'ASK_PLVAR' EXPORTING d_plvar = gv_plvar IMPORTING plvar = gv_plvar subrc = subrc.

HR_SHIFTPLAN_GET_PROFILE CALL FUNCTION 'HR_SHIFTPLAN_GET_PROFILE' EXPORTING always_popup = ' ' * IMPORTING * otext = CHANGING profile = gs_pdsp_prfl EXCEPTIONS nothing_found = 1 OTHERS = 2.

HR_SHIFTPLAN_GET_PROFILE CALL FUNCTION 'HR_SHIFTPLAN_GET_PROFILE' EXPORTING always_popup = ' ' CHANGING profile = gs_pdsp_prfl EXCEPTIONS nothing_found = 1 OTHERS = 2.

RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING seark = pchseark plvar = gv_plvar otype = objtype set_mode = 'X' TABLES sel_objects = gt_sel_obj EXCEPTIONS f15 = 1 wrong_condition = 2 nothing_found = 3 OTHERS = 4.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = gv_plvar otype = 'P' objid = ls_persons-pernr istat = '1' begda = gv_begda endda = gv_endda IMPORTING stext = ls_persons-person_stext EXCEPTIONS not_found = 1 OTHERS = 2.

HR_SHIFTPLAN_EMPLOYEES CALL FUNCTION 'HR_SHIFTPLAN_EMPLOYEES' EXPORTING profile_id = gv_profile_id begin_date = gv_begda end_date = gv_endda plvar = gv_plvar with_pos_job_tab = ' ' sep_temp_assignments = ' ' change_direction = ' ' TABLES root_objects = it_root_objects objects_found = it_home_objects EXCEPTIONS no_valid_plvar = 1 no_valid_profile = 2 OTHERS = 3.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = gv_plvar otype = iv_otype objid = iv_objid begda = gv_begda endda = gv_endda IMPORTING stext = lv_full_name EXCEPTIONS not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OTYPE' dynpprog = lv_dynprog dynpnr = lv_dynnr dynprofield = 'OBJTYPE' window_title = lv_window_title value_org = 'S' TABLES value_tab = gt_value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynpro_fields EXCEPTIONS OTHERS.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'GT_ALV_PERSONS' i_inclname = 'RHSPADMINIT0439DAT00' CHANGING ct_fieldcat = lt_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid it_fieldcat = lt_fieldcat it_events = lt_events is_variant = ls_variant i_save = lv_save is_print = ls_print TABLES t_outtab = gt_persons.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_list_commentary.



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