CRMHRALE_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to display data for an employee that has not (yet) been posted in the system, either because the data is not complete or it is invalid...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 CRMHRALE_DISPLAY into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: SO_SUBTY = D Subtype
Selection Text: SO_OBJID = D Object ID
Selection Text: SO_INFTY = D Infotype
Selection Text: SO_ENDDA = D Valid to
Selection Text: SO_BEGDA = D Valid From
Selection Text: PA_PLVAR = D Plan version
Selection Text: PA_OTYPE = D Object Type
Title: Display of Future Employee Data
Text Symbol: S03 = Exit program
Text Symbol: S02 = Do You Want to Save?
Text Symbol: S01 = Changes Not Yet Saved.
Text Symbol: I06 = Relationships
Text Symbol: AV1 = Column
Text Symbol: AV2 = Contents
Text Symbol: AV3 = Details
Text Symbol: B01 = Employee
Text Symbol: B02 = Further Filters
Text Symbol: F01 = Segment Content
Text Symbol: I00 = Actions
Text Symbol: I01 = Org. Assignment
Text Symbol: I02 = Personal Data
Text Symbol: I03 = Addresses
Text Symbol: I04 = Bank Details
Text Symbol: I05 = Communications Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INFTY' dynpprog = gc_repid dynpnr = sy-dynnr dynprofield = 'SO_INFTY-LOW' value_org = 'S' TABLES value_tab = it_vtab EXCEPTIONS OTHERS = 0.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INFTY' dynpprog = gc_repid dynpnr = sy-dynnr dynprofield = 'SO_INFTY-HIGH' value_org = 'S' TABLES value_tab = it_vtab EXCEPTIONS OTHERS = 0.
RH_INTERNAL_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_INTERNAL_ACTIVE_WF_PLVAR' IMPORTING active_plvar = pa_plvar.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gc_repid i_callback_pf_status_set = 'SET_LIST_PF_STATUS' i_callback_user_command = 'LIST_UCOMMAND' is_layout = g_layout it_fieldcat = gt_fieldcat TABLES t_outtab = output_tab.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gc_repid i_callback_pf_status_set = 'SET_POPUP_PF_STATUS' i_callback_user_command = 'POPUP_UCOMMAND' it_fieldcat = gt_fieldcat i_screen_start_column = 10 i_screen_start_line = 80 i_screen_end_column = 120 i_screen_end_line = 100 TABLES t_outtab = it_db_list.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Ihre Änderungen wurde noch nicht gesichert.'(s01)
GET_GLOBALS_FROM_SLVC_FULLSCR CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = l_cl_alv_grid et_fieldcat_lvc = lt_fieldcat.
LVC_ITEM_DETAIL CALL FUNCTION 'LVC_ITEM_DETAIL' EXPORTING i_title = l_title it_fieldcatalog = lt_fcat is_layout = ls_layout TABLES t_outtab = mt_detail.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_segit-segnam CHANGING ct_fieldcat = lt_ifcat EXCEPTIONS OTHERS = 0.
LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = lt_ifcat.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P1001' CHANGING ct_fieldcat = lt_ifcat EXCEPTIONS OTHERS = 0.
LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = lt_ifcat.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_pnnnn CHANGING ct_fieldcat = lt_ifcat EXCEPTIONS OTHERS = 0.
LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = lt_ifcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CRMHRALE_DISPLAY - Display of Future Employee Data CRMHRALE_DISPLAY - Display of Future Employee Data CRMHRALE_CENTRAL_PERSON - XDP: HR Inbound Processing CRMHRALE_CENTRAL_PERSON - XDP: HR Inbound Processing CRMFINSEL00 - Selection Criteria: Internal Orders CRMFINSEL00 - Selection Criteria: Internal Orders