SAP Reports / Programs | Cross-Application Components | Global Organization Customizing(CA-CUS) SAP CA

RSECOP01 SAP ABAP Report - Main Program for Calling the Entity Copier







RSECOP01 is a standard Executable ABAP Report 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 RSECOP01 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

EC09 - Org.Object Copier: Warehouse Number
EC10 - Org.Object Copier: Personnel Area
EC08 - Org.Object Copier: Shipping Point
EC11 - Org.Object Copier: Personnel Subarea
EC12 - Org.Object Copier: Employee Subgroup
EC06 - Org.Object Copier: Division
EC13 - Org.Object Copier: Purchasing Org.
EC14 - Org.Object Copier: Storage Location
EC15 - Org.Object Copier: Material Type
EC05 - Org.Object Copier: Distribution Chnl
EC16 - Org.Object Copier: Controlling Area
EC04 - Org.Object Copier: Sales Organizatn
EC03 - Org.Object Copier: Controlling Area
EC02 - Org.Object Copier: Plant
EC07 - Org.Object Copier: Shipping Point
EC01 - Org.Object Copier: Company Code
ECOP - Main Program for Entity Copier


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


Text pool values


Title: Main Program for Calling the Entity Copier


INCLUDES used within this REPORT RSECOP01

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:

ECOP_ORG_UNITS CALL FUNCTION 'ECOP_ORG_UNITS' EXPORTING ORG_UNIT = ORG_UNIT ACTION = ACTION IMPORTING RET_CODE = RET_CODE * TABLES * LIST_OF_TABLES_ERR = * LIST_OF_FORKEY_ERR = * LIST_OF_TRANSPORT_ERR = EXCEPTIONS NO_VALID_ORG_UNIT = 1 NO_VALID_ACTION = 2 DB_ERROR_ON_INSERT = 3 DB_ERROR_ON_DELETE = 4 USER_FUNCTION_NOT_FOUND = 5 USER_FUNCTION_ERROR = 6 TRANSPORT_ERROR = 7 USER_CANCEL = 8 CUSTOMIZING_LOCKED = 9 OTHERS = 10.



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