SAP Reports / Programs | Organizational Flexibility | Defense Forces and Public Security | Organizational Flexibility(IS-DFS-OF) SAP IS

/ISDFPS/SHIFT_OPEXF01 SAP ABAP INCLUDE - /ISDFPS/SHIFTOPEXF01







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

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = gv_active_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_rsexfcode.

RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING seark = gp_opex win_title = lv_win_title_string plvar = gv_active_plvar otype = 'O' IMPORTING sel_object = ls_sel_objec EXCEPTIONS f15 = 1 nothing_found = 2 wrong_condition = 3 OTHERS = 4.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING povstepl = ls_dynpread-stepl EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/ISDFPS/SHIFT_OPEX' dynumb = '1000' perform_input_conversion = 'X' TABLES dynpfields = lt_dynpread EXCEPTIONS OTHERS = 1.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = gv_active_plvar otype = 'O' seark = lv_seark win_title = lv_win_sytitle IMPORTING sel_object = ls_sel_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = '/ISDFPS/SHIFT_OPEX' dynumb = '1000' TABLES dynpfields = lt_dynpread EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

/ISDFPS/SET_ORGM_POPUP CALL FUNCTION '/ISDFPS/SET_ORGM_POPUP' EXPORTING i_no_individual_changes = 'X' IMPORTING es_orgm_wi = gs_orgm_wi e_individual_chng = gv_individual_chng es_orgm_type_info = gs_orgm_type_info.

RHOM_READ_INFTY_BUFFERED CALL FUNCTION 'RHOM_READ_INFTY_BUFFERED' EXPORTING plvar = gv_active_plvar otype = 'O' objid = iv_opex_hrobjid infty = '1956' TABLES infty_dat = et_p1956_exp EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = iv_begda IMPORTING date_external = lv_begda_char10 EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = iv_endda IMPORTING date_external = lv_endda_char10 EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.

/ISDFPS/FORCE_STRUC_GET CALL FUNCTION '/ISDFPS/FORCE_STRUC_GET' EXPORTING act_otype = 'O' act_objid = lv_operation_id act_wegid = lv_wegid act_svect = '12345' act_int_flag = space "eval path defined in TA OOAW act_plvar = gv_active_plvar act_begda = '19000101' act_endda = '99991231' act_tdepth = 0 act_tflag = 'X' act_vflag = 'X' act_opexflag = space authority_check = 'X' text_buffer_fill = space buffer_mode = space TABLES result_objec = lt_opex_objec result_struc = lt_opex_struc EXCEPTIONS no_plvar_found = 1 root_not_found = 2 path_not_found = 3 internal_error = 4 OTHERS = 5.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = gs_opex_objec-plvar otype = gs_opex_objec-otype objid = gs_opex_objec-objid enqueue_once = 'X' EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = -plvar otype = -otype objid = -objid enqueue_once = 'X' EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

HR_DEQUEUE_OBJECT CALL FUNCTION 'HR_DEQUEUE_OBJECT' EXPORTING plvar = gs_opex_objec-plvar otype = gs_opex_objec-otype objid = gs_opex_objec-objid dequeue_once = 'X' EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.

HR_DEQUEUE_OBJECT CALL FUNCTION 'HR_DEQUEUE_OBJECT' EXPORTING plvar = -plvar otype = -otype objid = -objid dequeue_once = 'X' EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.

RH_INSERT_INFTY_EXP CALL FUNCTION 'RH_INSERT_INFTY_EXP' EXPORTING fcode = 'INSE' vtask = 'B' TABLES innnn_exp = gt_p1956_exp EXCEPTIONS no_authorization = 1 error_during_insert = 2 corr_exit = 3 begda_greater_endda = 4 no_innnn_tnnnn = 5 additional_innnn_tnnnn = 6 OTHERS = 7.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'B' order_flg = 'X' TABLES innnn = gt_orig_rejected_relat_p1985 EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

RH_INSERT_INFTY





CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'B' order_flg = 'X' TABLES innnn = gt_orig_active_relat_p1985 EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'B' order_flg = 'X' TABLES innnn = gt_orig_approved_relat_p1985 EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'B' order_flg = 'X' TABLES innnn = gt_orig_submitted_relat_p1985 EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'B' order_flg = 'X' TABLES innnn = gt_orig_planned_relat_p1985 EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

/ISDFPS/GET_MAX_VALUE CALL FUNCTION '/ISDFPS/GET_MAX_VALUE' IMPORTING ev_max_value = lv_relat_begda TABLES it_values = lt_begda_dats.

/ISDFPS/GET_MIN_VALUE CALL FUNCTION '/ISDFPS/GET_MIN_VALUE' IMPORTING ev_min_value = lv_relat_endda TABLES it_values = lt_endda_dats.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' order_flg = 'X' "keep order of insertion (active recs first, planned last) commit_flg = space "commit only after everything is finished (see below) clear_buffer = 'X' EXCEPTIONS corr_exit = 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 /ISDFPS/SHIFT_OPEXF01 or its description.