SAP Reports / Programs

/ISDFPS/RFORCER_MIG SAP ABAP Report - Migration







/ISDFPS/RFORCER_MIG 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 assignments of non-SAP data to FORCER assignments in the system using a batch input program or an XML import...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 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/FORCERMIG - Migration


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


Text pool values


Test
Selection Text: R4 = Authorize Partial Import
Selection Text: R3 = Complete Dataset Only
Selection Text: R2 = Do Not Display
Selection Text: R1 = Display
Selection Text: P_FILE = File
Title: Migration
Text Symbol: 043 = Equipment Package for Force Element
Text Symbol: 044 = Material Container for Position
Text Symbol: 045 = Maintenance Provider for Force Element
Text Symbol: 046 = Material Planning Object for Position
Text Symbol: 047 = Material Planning Object for Force Element
Text Symbol: 048 = Reportable Item Code for Reference Force Element
Text Symbol: 049 = Supplier for Force Element
Text Symbol: 050 = Provisions Package for Force Element
Text Symbol: 051 = Material Container for Force Element
Text Symbol: 052 = Technical Object for Force Element
Text Symbol: 053 = RE Search Request for Force Element
Text Symbol: 054 = Infrastructure Planning Object for Force Element
Text Symbol: 055 = Infrastructure
Text Symbol: 056 = Command and Support Relationships
Text Symbol: 057 = Authorized/Actual Material
Text Symbol: 058 = Personal Equipment
Text Symbol: 101 = Data Source
Text Symbol: 102 = Application Log
Text Symbol: 103 = Import Options
Text Symbol: 200 = Measure
Text Symbol: 201 = Select Measure
Text Symbol: FOD = Select File to Upload
Text Symbol: 042 = Real Estate Contract for Force Element
Text Symbol: 001 = Business Entity
Text Symbol: 002 = Task Organization
Text Symbol: 003 = Real Estate Contract
Text Symbol: 004 = Equipment Package
Text Symbol: 005 = Material Container for Position/Job
Text Symbol: 006 = Maintenance Relationships
Text Symbol: 007 = Material Planning Object for Position/Job
Text Symbol: 008 = Material Planning Object





Text Symbol: 009 = Reportable Item Code
Text Symbol: 010 = Supply Relationships
Text Symbol: 011 = Provisions Package
Text Symbol: 012 = Material Container
Text Symbol: 013 = Technical Object
Text Symbol: 014 = RE Search Req.
Text Symbol: 015 = Infrastructure Planning Object
Text Symbol: 017 = XML Import
Text Symbol: 018 = Relationships
Text Symbol: 022 = Customer Fields
Text Symbol: 023 = User Query
Text Symbol: 024 = Should the changes to the data be saved?
Text Symbol: 025 = Yes
Text Symbol: 026 = No
Text Symbol: 027 = Org. Measure
Text Symbol: 028 = Individual Measure
Text Symbol: 029 = Case ID
Text Symbol: 030 = Object Type Must Only Be of Type 'S' or 'C'
Text Symbol: 031 = Complete All Required Fields
Text Symbol: 040 = Business Entity for Force Element
Text Symbol: 041 = Task Organization for Force Element


INCLUDES used within this REPORT /ISDFPS/RFORCER_MIG

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:

No SAP FUNCTION MODULES are executed within this report code!



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