SAP ABAP Class CL_RSO_TLOGO_UTILITIES (Help Methods - TLOGO Framework)
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_TLOGO_UTILITIES  
Short Description Help Methods - TLOGO Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_TLOGO   BI TLOGO Framework 
Created 20060601   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSO_TLOGO_HISTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSOS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_TLOGO_UTILITIES has no interface implemented.
Friends
Class CL_RSO_TLOGO_UTILITIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_C_ENQUEUE_NONLEGACY Constant Public Type reference (TYPE) SYSUBRC 1 Lock status "not legacy". Lock using object proxy 20100131
2 G_C_ENQUEUE_NOT_SUPPORTED Constant Public Type reference (TYPE) SYSUBRC 16 Generic lock not supported 20100131
3 G_C_ENQUEUE_SUCCESSFUL Constant Public Type reference (TYPE) SYSUBRC 0 Lock status: "locked" 20100131
4 O_DUMMY_MSG Static Attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20060606
5 P_R_TYPE_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_RSOBJS_TYPE_MANAGER Object Type Manager Class (Singleton) 20060601
6 P_TS_ENQOBJECTS Static Attribute Private Type reference (TYPE) PT_TS_ENQUEUE_OBJECT Table with lock object entries listed by TLOGO type 20100129
7 P_TS_SHADOW_CACHE Static Attribute Private See coding Static Cache for TLOGO Shadow Properties 20100324
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MYSELF_USER_SETTING_SOURSY Static method Public Method Adds Myself to the Source System in the User Settings 20070802
2 BTC_SWITCH_CHECK Static method Public Method Prüft ob ein TLOGO Object zu einem Switch gehört 20121220
3 CALL_AFTER_IMPORT_METHOD Static method Public Method Wrapper Around After Import Routine 20070629
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060601
5 CREATE_COLLECTION_INSTANCE Static method Public Method Creates an (empty) instance of the collection class 20090728
6 CREATE_TLOGO_INSTANCE Static method Public Method Creates an instance of a TLOGO object 20090728
7 DEQUEUE_LEGACY_TLOGO_OBJECT Static method Private Method Removes the SAP lock from a locked TLOGO 20100129
8 DEQUEUE_TLOGO_OBJECT Static method Public Method Removes the SAP lock from a locked TLOGO 20100126
9 ENQUEUE_LEGACY_TLOGO_OBJECT Static method Private Method Attempts to set an SAP lock for a TLOGO object 20100129
10 ENQUEUE_TLOGO_OBJECT Static method Public Method Attempts to set an SAP lock for a TLOGO object 20100126
11 GET_ENQUEUE_FUNCTION_INTERFACE Static method Private Method Determines the interface parameter for an ENQUEUE function 20100131
12 GET_LOCK_REQUEST Static method Public Method Gets the request that an object is locked on 20080423
13 GET_LOGSYS_MAPPED Static method Public Method Gets the Transformed Source System-Dependent Objects 20100324
14 GET_LOGSYS_MAPPED_ORIGINS Static method Public Method Inverse mapping of TLOGO names to origin using RSLOGSYSMAP 20110214
15 GET_PACKAGE_OF_OBJECT Static method Public Method Determines the Package of a TLOGO Objects 20070312
16 GET_PRIMARY_ENQUEUE_FIELD Static method Private Method Determines the properties of the primary lock parameter 20100129
17 GET_PSEUDO_DVERSION Static method Public Method Returns Pseudo D Versions of Shadow Object (OO and FUNC) 20060601
18 GET_RELATION_SETTINGS Static method Public Method Returns Settings for IF_RSO_TLOGO_GENERAL~GET_RELATED 20070226
19 GET_SHADOW_PROPERTIES Static method Private Method Determines the Shadow Properties of a TLOGO Type 20100324
20 GET_TADIR_OF_OBJECT Static method Public Method Returns the Object Catalog of a TLOGO Object 20090109
21 GET_WRITE_SHADOW Static method Public Method Specifying (and Writing) the Shadow Object (OO and FUNC) 20060601
22 IMPACT_WITH_TRANSPORT Static method Public Method Impact When Calling the Transport System 20080423
23 IS_AFTER_IMPORT Static method Public Method Checks if a BI After Import Method is Just Running 20081011
24 IS_EXISTENTIAL_DEP_OBJECT Static method Public Method Checks if an Object is (Only) Existentially Dependent 20070911
25 IS_OBJECT_CTO_ENABLED Static method Public Method Checks Whether change recording for Object is active 20130812
26 IS_OBJECT_DISABLED_FOR_CTO Static method Public Method Checks Whether Object can be Excluded from Transport System 20090109
27 IS_OBJECT_GENERATED Static method Public Method Checks if the object was generated locally on the system 20090907
28 IS_PSEUDO_DVERSION_CREATE Static method Public Method Skip Pseudo D creation 20120523
29 IS_TADIR_RELEVANT Static method Public Method Checks if a TLOGO TYPE is Relevant for TADIR 20070704
30 MAP_TLOGOS Static method Private Method Run TLOGO Mapping (Forwards or Inverse) 20110214
31 ON_AFTER_IMPORT Static method Public Method Dynamic Call After Import of Modules with Request 20100305
32 RESET_USER_SETTING_SOURCE_SYS Static method Public Method Resets the Source System(s) in the User SEttings of RSOR 20070726
33 SET_USER_SETTING_SOURCE_SYS Static method Public Method Sets Source System(s) in the User Settings of RSOR 20070726
34 TLOGO_EXECUTE Static method Public Method Execution/Scheduling of TLOGO Object 20061124
Events
Class CL_RSO_TLOGO_UTILITIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_S_ENQUEUE_OBJECT Private See coding Lock object entry for a TLOGO type 20100129 BEGIN OF pt_s_enqueue_object, tlogo TYPE rstlogo, enqobject TYPE enqname, END OF pt_s_enqueue_object
2 PT_S_FUNCTION_MAP Private See coding Name Mapping Using Function Module 20110214 BEGIN OF pt_s_function_map, mapper_name TYPE funcname, mappables TYPE rso_t_tlogo, END OF pt_s_function_map
3 PT_S_INTERFACE_MAP Private See coding Name Mapping Using Interface 20110214 BEGIN OF pt_s_interface_map, mapper_name TYPE seoclsname, mapper TYPE REF TO if_rso_tlogo_soursys_dependent, mappables TYPE rso_t_tlogo, END OF pt_s_interface_map
4 PT_S_SHADOW_CACHE Private See coding TLOGO Cache Entry for Shadow Properties 20100324 begin of pt_s_shadow_cache, tlogo type rstlogo, shadowfl type rs_bool, proxy type seoclsname, end of pt_s_shadow_cache
5 PT_TS_ENQUEUE_OBJECT Private See coding Table with lock object entries listed by TLOGO type 20100129 pt_ts_enqueue_object TYPE SORTED TABLE OF pt_s_enqueue_object WITH UNIQUE KEY tlogo
6 PT_T_FUNCTION_MAP Private See coding Table with Mapping Using Function Module 20110214 pt_t_function_map TYPE SORTED TABLE OF pt_s_function_map WITH UNIQUE KEY mapper_name
7 PT_T_INTERFACE_MAP Private See coding Table with Mapping Using Interface 20110214 pt_t_interface_map TYPE SORTED TABLE OF pt_s_interface_map WITH UNIQUE KEY mapper_name
8 PT_T_RSEXC Private See coding Table with descriptions of function exceptions 20100131 pt_t_rsexc TYPE STANDARD TABLE OF rsexc WITH DEFAULT KEY
9 PT_T_RSIMP Private See coding Table with descriptions of import parameters 20100129 pt_t_rsimp TYPE STANDARD TABLE OF rsimp WITH DEFAULT KEY
Method Signatures

Method ADD_MYSELF_USER_SETTING_SOURSY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_LSYS Call by reference Type reference (TYPE) RSO_T_TLOGO Aktuell gesetzte Quellsysteme (mit Myself) 20070802

Method ADD_MYSELF_USER_SETTING_SOURSY on class CL_RSO_TLOGO_UTILITIES has no exception.

Method BTC_SWITCH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20121220
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20121220
3 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20121220
4 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20121220
5 Returning R_IS_ON Value transfer Type reference (TYPE) RS_BOOL Is switch on? 20121220

Method BTC_SWITCH_CHECK on class CL_RSO_TLOGO_UTILITIES has no exception.

Method CALL_AFTER_IMPORT_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20070629
2 Importing I_AFTER_IMPORT_MODE Call by reference Type reference (TYPE) RS_AFTER_IMPORT_MODE Modi für die After Import Behandlung 20070629
3 Importing I_DELETE Call by reference Type reference (TYPE) RS_BOOL Löschmodus 20070629
4 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20070629
5 Importing I_FUNCNAME Call by reference Type reference (TYPE) FUNCNAME Funktionsname 20070629
6 Importing I_TS_TLOGO Call by reference Type reference (TYPE) RSO_TS_TLOGO BW Repository: Tabelle von TLOGO Objekten (mit Typ) 20070702

Method CALL_AFTER_IMPORT_METHOD on class CL_RSO_TLOGO_UTILITIES has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CREATE_COLLECTION_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20090728
2 Returning R_R_TLOGO_COLLECTION Value transfer Object reference (TYPE REF TO) CL_RSO_TLOGO_COLLECTION Instanz (initial, falls TLOGO Typ nicht klassenbasiert) 20090728
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND TLOGO Typ nicht gefunden 20090728

Method CREATE_TLOGO_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20090728
2 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20090728
3 Returning R_R_TLOGO Value transfer Object reference (TYPE REF TO) IF_RSO_TLOGO Instanz (initial, falls TLOGO Typ nicht klassenbasiert) 20090728
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND TLOGO Typ nicht gefunden 20090728

Method DEQUEUE_LEGACY_TLOGO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQMODE Call by reference Type reference (TYPE) ENQMODE Sperrmodus 20100129
2 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20100129
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100129
4 Importing I_SCOPE Call by reference Type reference (TYPE) DDENQSCOPE Steuerung des Sperrverhaltens beim Verbuchungsaufruf 20100129
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100129
6 Returning R_RC Value transfer Type reference (TYPE) SYSUBRC Ergebnis der Sperreaufhebung 20100131

Method DEQUEUE_LEGACY_TLOGO_OBJECT on class CL_RSO_TLOGO_UTILITIES has no exception.

Method DEQUEUE_TLOGO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQMODE Call by reference Type reference (TYPE) ENQMODE Sperrmodus 20100129
2 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20100126
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100126
4 Importing I_SCOPE Call by reference Type reference (TYPE) DDENQSCOPE Steuerung des Sperrverhaltens beim Verbuchungsaufruf 20100126
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100126
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20100131

Method ENQUEUE_LEGACY_TLOGO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQMODE Call by reference Type reference (TYPE) ENQMODE Sperrmodus 20100129
2 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20100129
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100129
4 Importing I_SCOPE Call by reference Type reference (TYPE) DDENQSCOPE Steuerung des Sperrverhaltens beim Verbuchungsaufruf 20100129
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100129
6 Returning R_RC Value transfer Type reference (TYPE) SYSUBRC Lock state (0 = successfully locked, 1 = not legacy) 20100131
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20100129
2 CX_RS_FOREIGN_LOCK Objekt ist bereits von jemandem anders gesperrt 20100129

Method ENQUEUE_TLOGO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQMODE Call by reference Type reference (TYPE) ENQMODE Sperrmodus 20100129
2 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20100126
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100126
4 Importing I_SCOPE Call by reference Type reference (TYPE) DDENQSCOPE Steuerung des Sperrverhaltens beim Verbuchungsaufruf 20100126
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100126
6 Returning R_RESULT Value transfer Type reference (TYPE) SYSUBRC Ergebnis der Sperre (z.B. G_C_ENQUEUE_NOT_SUPPORTED) 20100131
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20100129
2 CX_RS_FOREIGN_LOCK Objekt ist bereits von jemandem anders gesperrt 20100126
3 CX_RS_NOT_FOUND Objekt nicht gefunden 20100126

Method GET_ENQUEUE_FUNCTION_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXCEPTIONS Call by reference Type reference (TYPE) PT_T_RSEXC Tabelle mit Beschreibungen der Function-Ausnahmen 20100131
2 Exporting E_FUNCTION_NAME Call by reference Type reference (TYPE) RS38L-NAME Name des ENQUEUE/DEQUEUE FunKtionsbausteins 20100131
3 Exporting E_IMPORT_PARAMETERS Call by reference Type reference (TYPE) PT_T_RSIMP Tabelle mit Beschreibungen der Importparameter 20100131
4 Importing I_ENQUEUE_OBJECT_NAME Call by reference Type reference (TYPE) CSEQUENCE Name des Enqueue Objects 20100131
5 Importing I_IS_ENQUEUE Call by reference Type reference (TYPE) RS_BOOL Funktionsbaustein is ENQUEUE-Typ (ja, nein) 20100131

Method GET_ENQUEUE_FUNCTION_INTERFACE on class CL_RSO_TLOGO_UTILITIES has no exception.

Method GET_LOCK_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO A TLOGO Objekt 20080423
2 Returning R_LOCK_REQUEST Value transfer Type reference (TYPE) TRKORR Auftrag/Aufgabe (SPACE, falls ungesperrt) 20080423

Method GET_LOCK_REQUEST on class CL_RSO_TLOGO_UTILITIES has no exception.

Method GET_LOGSYS_MAPPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TLOGO_MAPPED Call by reference Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekte nach dem Mapping 20100324
2 Importing I_T_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekte vor dem Mapping 20100324

Method GET_LOGSYS_MAPPED on class CL_RSO_TLOGO_UTILITIES has no exception.

Method GET_LOGSYS_MAPPED_ORIGINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TLOGO_ORIGIN Call by reference Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekte vor dem Mapping 20110214
2 Importing I_T_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekte nach dem Mapping 20110214

Method GET_LOGSYS_MAPPED_ORIGINS on class CL_RSO_TLOGO_UTILITIES has no exception.

Method GET_PACKAGE_OF_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20070312
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20070312
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A TLOGO) 20070312
4 Returning R_PACKAGE Value transfer Type reference (TYPE) DEVCLASS Paket 20070312
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objektkatalogeintrag nicht gefunden 20070312

Method GET_PRIMARY_ENQUEUE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PRIMARY_FIELD_NAME Call by reference Type reference (TYPE) ABAP_PARMNAME Name des primären Sperrparameters 20100129
2 Exporting E_PRIMARY_FIELD_TYPE Call by reference Type reference (TYPE) RS38L_TYP Bezugstyp eines Schnittstellenparameters 20100129
3 Importing I_ENQ_IF_IMP Call by reference Type reference (TYPE) PT_T_RSIMP Tabelle mit Beschreibungen der Importparameter 20100129

Method GET_PRIMARY_ENQUEUE_FIELD on class CL_RSO_TLOGO_UTILITIES has no exception.

Method GET_PSEUDO_DVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) RSO_OBJNM_D Name Auslieferungsobj. (Schattenobjekt, f. quellsystemabh.) 20060601
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion (D: Pseudo D Versionen; A: aktive Versionen) 20071217
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A - TLOGO Typ) 20060601
4 Returning R_T_OBJNM_PSEUDO_D Value transfer Type reference (TYPE) RSO_T_OBJNM Namen d. (existier.) Pseudo D Vers. / A Vers. d. Schattenobj 20070508
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND BW: Allgemeine Fehlerklasse 20060601

Method GET_RELATION_SETTINGS 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 RSOC_C_ASC_TYPE-RECEIVE_DATA_FROM Typ einer Assoziation im BW Repository 20070226
2 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Objekttyp für den GET_RELATED aufgerufen wird 20070226
3 Importing I_TLOGO_RELATED Call by reference Type reference (TYPE) RSTLOGO Potentiell abhängiger Objekttyp von I_TLOGO 20070226
4 Returning R_COLLECT Value transfer Type reference (TYPE) RS_BOOL = 'X' Objekte desTyps I_TLOGO_RELATED zurückgeben 20070226

Method GET_RELATION_SETTINGS on class CL_RSO_TLOGO_UTILITIES has no exception.

Method GET_SHADOW_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100324
2 Returning R_R_SHADOW_PROPS Value transfer Object reference (TYPE REF TO) PT_S_SHADOW_CACHE TLOGO Cacheeintrag für Shadow-Eigenschaften 20100324
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20100324

Method GET_TADIR_OF_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20090109
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20090109
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A TLOGO) 20090109
4 Returning R_S_TADIR Value transfer Type reference (TYPE) TADIR TADIR Entry 20090109
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objektkatalogeintrag nicht gefunden 20090109

Method GET_WRITE_SHADOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_IRRELEVANT Call by reference Type reference (TYPE) RS_BOOL ='X': Objekttyp hat keine Content Auslieferung 20060601
2 Exporting E_OBJNM_SHADOW Call by reference Type reference (TYPE) SOBJ_NAME Objektname der Schattenversion 20060601
3 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Name der aktiven Version 20060601
4 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A - TLOGO Typ) 20060601
5 Importing I_WRITE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE ='X': Schreiben der Schattenversion auf die DB 20060601
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20060601
2 CX_RS_NOT_FOUND Objekt n. gefunden/inkonsistent (insbes. quellsys.abh. Obj.) 20061004

Method IMPACT_WITH_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20080423
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Anwendungs-Log: Detaillierungsgrad 20080423
3 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO Objekt, das den Impact auslöst 20080423
4 Importing I_TS_TLOGO_INA Call by reference Type reference (TYPE) RSO_TS_TLOGO Abhängige Objekte, die deaktiviert und transportiert werden 20080423
5 Importing I_USE_LOCK_REQUEST Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20130930
6 Importing I_WITH_CTO Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE =X: Mit Transport 20080423

Method IMPACT_WITH_TRANSPORT on class CL_RSO_TLOGO_UTILITIES has no exception.

Method IS_AFTER_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_AFTER_IMPORT Value transfer Type reference (TYPE) RS_BOOL Boolean 20081011

Method IS_AFTER_IMPORT on class CL_RSO_TLOGO_UTILITIES has no exception.

Method IS_EXISTENTIAL_DEP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20070911
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20070911
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A TLOGO) 20070911
4 Returning R_IS_EXISTENTIAL_DEPENDENT Value transfer Type reference (TYPE) RS_BOOL Boolean 20070911

Method IS_EXISTENTIAL_DEP_OBJECT on class CL_RSO_TLOGO_UTILITIES has no exception.

Method IS_OBJECT_CTO_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20130812
2 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (A TLOGO) 20130812
3 Returning R_CTO_ENABLED Value transfer Type reference (TYPE) RS_BOOL Change Recording State (true/false) 20130812

Method IS_OBJECT_CTO_ENABLED on class CL_RSO_TLOGO_UTILITIES has no exception.

Method IS_OBJECT_DISABLED_FOR_CTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20090109
2 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A TLOGO) 20090109
3 Returning R_IS_DISABLED Value transfer Type reference (TYPE) RS_BOOL Boolean 20090109

Method IS_OBJECT_DISABLED_FOR_CTO on class CL_RSO_TLOGO_UTILITIES has no exception.

Method IS_OBJECT_GENERATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20090907
2 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A TLOGO) 20090907
3 Returning R_IS_GENERATED Value transfer Type reference (TYPE) RS_BOOL Boolean 20090907

Method IS_OBJECT_GENERATED on class CL_RSO_TLOGO_UTILITIES has no exception.

Method IS_PSEUDO_DVERSION_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (A - TLOGO Typ) 20120523
# Exception Resumable Description Created on
1 SUPPRESSED Unterdrückt durch RSADMIN Einstellung 20120523

Method IS_TADIR_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20070704
2 Returning R_TADIR_RELEVANT Value transfer Type reference (TYPE) RS_BOOL = 'X' TLOGO Typ exisitert und ist TADIR relevant 20070704

Method IS_TADIR_RELEVANT on class CL_RSO_TLOGO_UTILITIES has no exception.

Method MAP_TLOGOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekte nach/vor dem Mapping 20110214
2 Importing I_SOURCE_TO_TARGET Call by reference Type reference (TYPE) RS_BOOL Vor- oder Rückwärtsmapping 20110214
3 Importing I_T_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekte vor/nach dem Mapping 20110214

Method MAP_TLOGOS on class CL_RSO_TLOGO_UTILITIES has no exception.

Method ON_AFTER_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_TLOGO_ERROR Call by reference Type reference (TYPE) RSO_TH_TLOGO Fehlerhafte TLOGO Objekte aus der Aktivierung 20100305
2 Exporting E_TS_AOBJ_IMPOBJ Call by reference Type reference (TYPE) RSO_TS_TLOGO_REL BW Repositiory: Tlogo1 = lokal; Tlogo2 = importiert 20130807
3 Exporting E_T_TR_PROT Call by reference Type reference (TYPE) RS_T_TR_PROT Anwendungsprotokoll-Puffer 20100305
4 Importing I_DELETE Call by reference Type reference (TYPE) RS_BOOL Objekte werden gelöscht (ja, nein) 20100305
5 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20100305
6 Importing I_FUNCNAME Call by reference Type reference (TYPE) FUNCNAME After Import Funktionsbaustein 20100305
7 Importing I_MODE Call by reference Type reference (TYPE) RS_AFTER_IMPORT_MODE Modus für die After Import Behandlung 20100305
8 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100305
9 Importing I_TLOGO_TYPES Call by reference Type reference (TYPE) SYMSGV TLOGO Typen für das Anwendungsprotokoll 20100305
10 Importing I_T_E071K Call by reference Type reference (TYPE) E071K_T Transportwesen: Tabellentyp für E071K 20100305
11 Importing I_T_RS_E071 Call by reference Type reference (TYPE) RS_T_E071 Erweiterte Transporttabelle mit Transportauftrag 20100305

Method ON_AFTER_IMPORT on class CL_RSO_TLOGO_UTILITIES has no exception.

Method RESET_USER_SETTING_SOURCE_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_USER_SYSTEM_OLD Call by reference Type reference (TYPE) RSO_TH_PROPERTY_TABLE Vorher gesetzte Quellsysteme 20070726

Method RESET_USER_SETTING_SOURCE_SYS on class CL_RSO_TLOGO_UTILITIES has no exception.

Method SET_USER_SETTING_SOURCE_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_USER_SYSTEM_OLD Call by reference Type reference (TYPE) RSO_TH_PROPERTY_TABLE Vorher gesetzte Quellsysteme 20070726
2 Importing I_DELETE_OLD_SYSTEMS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070726
3 Importing I_SOURCE_SYSTEM Call by reference Type reference (TYPE) LOGSYS Quellsystem 20070726
4 Importing I_T_SOURCE_SYSTEM Value transfer Type reference (TYPE) RSO_T_TLOGO Tabelle von Quellsystemen 20070726

Method SET_USER_SETTING_SOURCE_SYS on class CL_RSO_TLOGO_UTILITIES has no exception.

Method TLOGO_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20061124
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC <>0: Fehler 20061124
3 Importing I_ACTIVITY Call by reference Type reference (TYPE) RSO_ACTIVITY Aktivät im Rahmen des TLOGO Frameworks 20061124
4 Importing I_CHECK_CONFIGURATION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE ='X': Je nach Konfiguration ausführen, =' ': Immer ausführen 20071105
5 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Anwendungs-Log: Detaillierungsgrad 20061124
6 Importing I_EXECUTE_IMMEDIATELY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE ='X': Sofort ausführen; = ' ' nur einplanen falls unterstütz 20071031
7 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20061124
8 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20061124

Method TLOGO_EXECUTE on class CL_RSO_TLOGO_UTILITIES has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710