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

/ISDFPS/RFORCER_MIG_SE SAP ABAP Report - Data Migration from (Reference) Force Elements and Positions







/ISDFPS/RFORCER_MIG_SE 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 report to convert non-SAP data for force elements, reference force elements, or positions to the corresponding objects in the system using a batch input program...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 /ISDFPS/RFORCER_MIG_SE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/FORCERMIGSE - Migration - Assignment O,RF,S


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_SE. "Basic submit
SUBMIT /ISDFPS/RFORCER_MIG_SE AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/RFORCER_MIG_SE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Data Migration from (Reference) Force Elements and Positions
Text Symbol: 001 = Force Element
Text Symbol: 002 = Plan Version
Text Symbol: 003 = Object Type
Text Symbol: 004 = Usage Type
Text Symbol: 005 = Start Date
Text Symbol: 006 = End Date
Text Symbol: 007 = Higher-Level Force Element
Text Symbol: 008 = Object ID
Text Symbol: 010 = Select Force Element
Text Symbol: 011 = Root Element
Text Symbol: 027 = Org. Measure
Text Symbol: 028 = Individual Measure
Text Symbol: 200 = Measure
Text Symbol: 201 = Select Measure


INCLUDES used within this REPORT /ISDFPS/RFORCER_MIG_SE

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:

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid dynnr = sy-dynnr TABLES fieldvalues = lt_fieldvalues.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = lv_pplvar otype = lv_otype seark = lv_seark win_title = text-010 IMPORTING sel_object = ls_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

RS_SELECTIONSCREEN_UPDATE CALL FUNCTION 'RS_SELECTIONSCREEN_UPDATE' EXPORTING program = sy-repid dynnr = sy-dynnr TABLES updatevalues = lt_fieldvalues EXCEPTIONS no_high_field = 1 OTHERS = 2.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = p_pplvar otype = p_potype objid = lv_objid EXCEPTIONS not_found = 1 OTHERS = 2.

/ISDFPS/FDPDAENG_OBJECT_CREATE CALL FUNCTION '/ISDFPS/FDPDAENG_OBJECT_CREATE' EXPORTING iv_otype = p_otype iv_plvar = p_plvar iv_root_flag = p_root iv_case_type = p_ctype is_parent_hrobject = ls_parent_object iv_begda = p_begda iv_endda = p_endda iv_buffer_save = 'X' iv_popup = '' IMPORTING et_new_object = lt_new_object EXCEPTIONS illegal_otype = 1 illegal_casetype = 2 failed_to_create_object = 3 OTHERS = 4.

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

/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.

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



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