SAP ABAP Class CL_RSO_COPY (Copy from TLOGO Objects)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_TLOGO (Package) BI TLOGO Framework
Properties
Class CL_RSO_COPY  
Short Description Copy from TLOGO Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSO    
Program status     
Category 0   
Package RSO_TLOGO   BI TLOGO Framework 
Created 20020318   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_COPY has no interface implemented.
Friends
Class CL_RSO_COPY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COPYPACKAGE_DIRECT Constant Private Type reference (TYPE) RSOCOPYPACKAGE '9999' Copy Package for Direct Transfer 20020322
2 C_SEGMENT_MAINTENANCE Constant Public Type reference (TYPE) RSOCOPYSEGMENT 'M' Maintenance 20020326
3 O_DUMMY_MSG Static Attribute Private Type reference (TYPE) CHAR1 Single-Character Indicator 20020319
4 P_COPYPACKAGE Instance attribute Private Type reference (TYPE) RSOCOPYPACKAGE Copy Package 20020322
5 P_OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS Object Version 20020322
6 P_R_REPOSITORY Static Attribute Private Object reference (TYPE REF TO) CL_RSO_REPOSITORY BW Metadata Repository 20020322
7 P_S_PROV_MERGE Instance attribute Private Type reference (TYPE) RSO_S_PROV_MERGE Merge two objects (same TLOGO) 20090213
8 P_THX_COPY Instance attribute Private Type reference (TYPE) RSO_THX_COPY Copy TLOGO Objects of the Old and New Objects 20020322
9 P_THX_COPY_DB Instance attribute Private Type reference (TYPE) RSO_THX_COPY DB Status of Copy Data 20020326
10 P_TH_TLOGOPROP Static Attribute Private Type reference (TYPE) RSO_TH_TLOGOPROP TLogo Objects that Support Copy 20020322
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RELATED_OBJECTS Static method Public Method Adding Related Objects 20020419
2 ADJUST_TLOGO Instance method Private Method Adjusting TLOGO Object(s) 20020402
3 CHECK Instance method Private Method Check the Copy Package 20020322
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020322
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020322
6 DEEP_COPY Instance method Public Method Deep Copy / Clone a Number of TLOGO Objects 20020319
7 EXPAND_GENERIC_NAMES Instance method Private Method Expand Generic Name 20020322
8 GET_NEW_ATRNAVNM Static method Public Method Delivers New Name Nav. Attributes or InfoObjects 20020319
9 GET_NEW_NAME Static method Public Method Devliers New Name when Copying 20020319
10 PROV_MERGE Instance method Public Method Merge two TLOGO objects 20090213
11 READ_FROM_DB Instance method Private Method Read Data from Database 20020326
12 SAVE Instance method Private Method Save Data if Read from Database 20020326
Events
Class CL_RSO_COPY has no event.
Types
Class CL_RSO_COPY has no local type.
Method Signatures

Method ADD_RELATED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ASC_TYPE Call by reference Type reference (TYPE) RSO_ASC_TYPE Typ einer Assoziation im BW Repository 20020419
2 Importing I_COPYPACKAGE Call by reference Type reference (TYPE) RSOCOPYPACKAGE Kopierpaket 20020419
3 Importing I_OBJNM Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20020419
4 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20020419
5 Returning R_NEW_OBJECTS Value transfer Type reference (TYPE) I Anzahl der hinzugefügten Objekte 20020419

Method ADD_RELATED_OBJECTS on class CL_RSO_COPY has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20020402

Method ADJUST_TLOGO on class CL_RSO_COPY has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020322
2 Importing I_DETLEVEL Value transfer Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020322

Method CHECK on class CL_RSO_COPY has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSO_COPY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSO_COPY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COPYPACKAGE Call by reference Type reference (TYPE) RSOCOPYPACKAGE Kopierpaket (lesen von DB) 20020322
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20020322
3 Importing I_S_PROV_MERGE Call by reference Type reference (TYPE) RSO_S_PROV_MERGE Abmischen zweier Objekte (gleiches TLOGO) 20090213
4 Importing I_THX_COPY Call by reference Type reference (TYPE) RSO_THX_COPY Zu kopierende Objekte als interne Tabelle 20020322
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20020322

Method DEEP_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVATION_DONE Call by reference Type reference (TYPE) RS_BOOL = 'X' Aktivierung erfolgreich 20020325
2 Exporting E_COPY_DONE Call by reference Type reference (TYPE) RS_BOOL = 'X' Kopieren erfolgreich 20020325
3 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020322
4 Importing I_ONLY_ACTIVATION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE = 'X' nur die Aktivierung ausführen 20020325
5 Importing I_SHOW_PROTOCOL Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20020322

Method DEEP_COPY on class CL_RSO_COPY has no exception.

Method EXPAND_GENERIC_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020322
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020322

Method EXPAND_GENERIC_NAMES on class CL_RSO_COPY has no exception.

Method GET_NEW_ATRNAVNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATRNAVNM Call by reference Type reference (TYPE) RSATRNAVNM Name Navigationsattribut (in der Reportingstruktur) 20020319
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020319
3 Importing I_POSIT Call by reference Type reference (TYPE) RSPOSIT Position des Feldes in der Struktur / Tabelle 20020319
4 Importing I_THX_COPY Call by reference Type reference (TYPE) RSO_THX_COPY Kopieren TLOGO Objekte altes und die jeweils neuen Objekte 20020319
5 Returning R_ATRNAVNM_NEW Value transfer Type reference (TYPE) RSATRNAVNM Objektname im Objektkatalog 20020319
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20020319

Method GET_NEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20020319
2 Importing I_OBJNM Call by reference Type reference (TYPE) C 20020319
3 Importing I_POSIT Call by reference Type reference (TYPE) RSPOSIT Position des Feldes in der Struktur / Tabelle 20020319
4 Importing I_THX_COPY Call by reference Type reference (TYPE) RSO_THX_COPY Kopieren TLOGO Objekte altes und die jeweils neuen Objekte 20020319
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20020319
6 Returning R_OBJNM_NEW Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20020319
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20020319

Method PROV_MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVATE_DONE Call by reference Type reference (TYPE) RS_BOOL = 'X' Aktivierung erfolgreich 20090213
2 Exporting E_MERGE_DONE Call by reference Type reference (TYPE) RS_BOOL = 'X' Abmischen erfolgreich 20090213
3 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20090213
4 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Anwendungs-Log: Detaillierungsgrad 20090213

Method PROV_MERGE on class CL_RSO_COPY has no exception.

Method READ_FROM_DB Signature

Method READ_FROM_DB on class CL_RSO_COPY has no parameter.
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20020326

Method SAVE Signature

Method SAVE on class CL_RSO_COPY has no parameter.
Method SAVE on class CL_RSO_COPY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A