SAP Reports / Programs | Force Element | Defense Forces and Public Security | Force Element(IS-DFS-OF-FOR) SAP IS

/ISDFPS/RFORCER_MIG_DYNF01 SAP ABAP INCLUDE - /ISDFPS/RFORCERMIGDYNF01







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

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:

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

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/ISDFPS/RFORCER_MIG' dynumb = dynnr perform_input_conversion = 'X' TABLES dynpfields = lt_dynp EXCEPTIONS OTHERS = 11.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING seark = lv_ps_objid_seark otype = lv_otype IMPORTING sel_object = ls_sel_object EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = gs_object-cust_incl_name TABLES x031l_tab = lt_x031l EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = lv_ddic_appd TABLES x031l_tab = lt_x031l_appd EXCEPTIONS not_found = 1 OTHERS = 2.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-022 IMPORTING returncode = lv_returncode TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-023 " User Question text_question = text-024 " changed data saved? text_button_1 = text-025 " yes text_button_2 = text-026 " no default_button = '1' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-024 text_button_1 = text-025 text_button_2 = text-026 default_button = '1' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = /isdfps/forcer_mig_parent-plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = '/ISDFPS/FORCER_MIG_PARENT-RSIGN' values = list EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

RH_EXIST_OBJECT CALL FUNCTION 'RH_EXIST_OBJECT' EXPORTING plvar = /isdfps/forcer_mig_parent-plvar otype = /isdfps/forcer_mig_parent-otype objid = lv_objid EXCEPTIONS not_found = 1 OTHERS = 2.

RH_EXIST_OBJECT CALL FUNCTION 'RH_EXIST_OBJECT' EXPORTING plvar = /isdfps/forcer_mig_parent-plvar otype = /isdfps/forcer_mig_parent-otype objid = lv_objid EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = gs_object-cust_incl_name EXCEPTIONS not_found = 1 OTHERS = 2.

API_RE_AO_GET_DETAIL CALL FUNCTION 'API_RE_AO_GET_DETAIL' EXPORTING id_aoid = /isdfps/forcer_mig_ipo-rebdaoid IMPORTING et_measurement = lt_measurement et_charact = lt_charact es_arch_object = ls_arch_object EXCEPTIONS error = 1 OTHERS = 2.

/ISDFPS/CREIPLY_READ CALL FUNCTION '/ISDFPS/CREIPLY_READ' EXPORTING id_aotype = ls_arch_object-aotype IMPORTING es_creiply = ls_creiply EXCEPTIONS ex_no_data_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'MEAS' value_org = 'S' TABLES value_tab = lt_meas_list return_tab = lt_retvalues EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FIXFITCHARACT' value_org = 'S' TABLES value_tab = lt_char_list return_tab = lt_retvalues EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

API_RE_AO_GET_DETAIL CALL FUNCTION 'API_RE_AO_GET_DETAIL' EXPORTING id_aoid = /isdfps/forcer_mig_ipo-rebdaoid IMPORTING es_arch_object = ls_arch_object EXCEPTIONS error = 1 OTHERS = 2.

/ISDFPS/CREIPLY_READ





CALL FUNCTION '/ISDFPS/CREIPLY_READ' EXPORTING id_aotype = ls_arch_object-aotype IMPORTING es_creiply = ls_creiply EXCEPTIONS ex_no_data_found = 1 OTHERS = 2.

API_RE_AO_GET_DETAIL CALL FUNCTION 'API_RE_AO_GET_DETAIL' EXPORTING id_aoid = /isdfps/forcer_mig_ipo-rebdaoid IMPORTING et_measurement = lt_measurement et_charact = lt_charact es_arch_object = ls_arch_object EXCEPTIONS error = 1 OTHERS = 2.

/ISDFPS/CREIPLY_READ CALL FUNCTION '/ISDFPS/CREIPLY_READ' EXPORTING id_aotype = ls_arch_object-aotype IMPORTING es_creiply = ls_creiply EXCEPTIONS ex_no_data_found = 1 OTHERS = 2.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = is_parent-plvar otype = is_parent-otype objid = lv_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 = ls_locked_object-plvar otype = ls_locked_object-otype objid = lv_objid dequeue_once = 'X' EXCEPTIONS objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = /isdfps/forcer_mig_parent-plvar otype = /isdfps/forcer_mig_parent-otype objid = lv_objid EXCEPTIONS not_found = 1 OTHERS = 2.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = /isdfps/forcer_mig_parent-plvar otype = /isdfps/forcer_mig_parent-otype objid = lv_objid EXCEPTIONS not_found = 1 OTHERS = 2.

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

/ISDFPS/SET_ORGM_POPUP CALL FUNCTION '/ISDFPS/SET_ORGM_POPUP' EXPORTING i_no_individual_changes = 'X' iv_popup = space IMPORTING es_orgm_wi = gs_orgm_wi.



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