SAP Reports / Programs

/ISDFPS/CS_RELOC SAP ABAP Report - System Switch of Force Elements







/ISDFPS/CS_RELOC 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 perform a system switch for a force element...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/CS_RELOC 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/CS_RELOC - Cross-System Reorganization


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


Text pool values


Selection Text: P_CASET = D .
Title: System Switch of Force Elements
Text Symbol: 022 = Refresh Data
Text Symbol: 021 = Usage Types
Text Symbol: 020 = WorkItemID
Text Symbol: 019 = Start Date
Text Symbol: 018 = Start Date
Text Symbol: 017 = Mob. Ind.
Text Symbol: 016 = Mob. App. Ind.
Text Symbol: 015 = Switch Possible
Text Symbol: 014 = Force Element Not Operational
Text Symbol: 013 = Switch Planned
Text Symbol: 012 = In Transition
Text Symbol: 011 = Start System Switch
Text Symbol: 010 = Detail View of System Switch
Text Symbol: 009 = Details
Text Symbol: 008 = Planned System
Text Symbol: 007 = Change Planned System
Text Symbol: 006 = Mobile Application Indicator
Text Symbol: 005 = End Date
Text Symbol: 004 = Planned End Date
Text Symbol: 003 = Force Element
Text Symbol: 001 = Planned End Date


INCLUDES used within this REPORT /ISDFPS/CS_RELOC

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_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

/ISDFPS/CHECK_WERKS_CHAN_ACTIV CALL FUNCTION '/ISDFPS/CHECK_WERKS_CHAN_ACTIV' EXPORTING iv_otype = pchotype iv_plvar = gv_plvar iv_objid = pchobjid-low iv_wegid = pchwegid iv_turn_wegid = 'X' IMPORTING ev_objid_cpr = gv_objid_cpr EXCEPTIONS not_found = 1 struc_get_error = 2 wegid_not_found = 3 running_cross_plant_reorg = 4 OTHERS = 5.



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