SAP ABAP Class CL_ILM_REPOS_ASSIST (Assistance Class for ILM_REPOS)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-IRM (Application Component) Information Retention Manager
     S_ILM_REPOSITORY (Package) ILM Repository
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20110103
Properties
Class CL_ILM_REPOS_ASSIST  
Short Description Assistance Class for ILM_REPOS    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ILM_REPOSITORY   ILM Repository 
Created 20110103   SAP 
Last change 20130531   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)
Interfaces
Class CL_ILM_REPOS_ASSIST has no interface implemented.
Friends
Class CL_ILM_REPOS_ASSIST has no friend class.
Attributes
Class CL_ILM_REPOS_ASSIST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CLIENT_STATE Instance method Public Method Determine Client Settings for Customizing 20120103
2 CHECK_STRUC_IN_REPOS Static method Public Method Checks Whether the Structure in IWP_REPOS_S Already Exists 20110607
3 CHECK_TRANSPORT Instance method Public Method Checks a Transport Request for Correctness 20110614
4 DELETE_FIELDS Instance method Public Method Deletes Fields and Their Texts 20110111
5 DELETE_OBJECTS Instance method Public Method Deletes Object Relationships in IWP_REPOS_OT_S 20110111
6 DELETE_STRUCS Instance method Public Method Deletes Structures, Their Texts and Related Fields 20110111
7 GET_LEGACY_SYSID_CLIENT Static method Public Method Returns All Legacy Systems and Clients 20110701
8 ILM_OBJECTS_GET Instance method Public Method Read ILM Objects 20110118
9 OVS_CLIENT Static method Public Method Web Dynpro OVS for Clients 20110614
10 OVS_SID Static method Public Method Web Dynpro OVS for Systems 20110614
Events
Class CL_ILM_REPOS_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ADK_CLIENT Public See coding 20110701 BEGIN OF ts_adk_client, original_client TYPE sy-mandt, END OF ts_adk_client
2 TS_ADK_SYSID Public See coding 20110701 BEGIN OF ts_adk_sysid, sysid TYPE sy-sysid, END OF ts_adk_sysid
3 TS_CLIENT Public See coding 20110701 BEGIN OF ts_client, orig_client TYPE sy-mandt, END OF ts_client
4 TS_SYSID Public See coding 20110701 BEGIN OF ts_sysid, orig_sysid TYPE sy-sysid, END OF ts_sysid
5 TT_ADK_CLIENT Public See coding 20110701 tt_adk_client TYPE STANDARD TABLE OF ts_adk_client WITH DEFAULT KEY
6 TT_ADK_SYSID Public See coding 20110701 tt_adk_sysid TYPE STANDARD TABLE OF ts_adk_sysid WITH DEFAULT KEY
7 TT_CLIENT Public See coding 20110701 tt_client TYPE STANDARD TABLE OF ts_client WITH DEFAULT KEY
8 TT_SYSID Public See coding 20110701 tt_sysid TYPE STANDARD TABLE OF ts_sysid WITH DEFAULT KEY
Method Signatures

Method CHECK_CLIENT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHG_OK Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20120103
2 Exporting EV_NO_AUTOTRANS Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20120103
3 Exporting EV_NO_TRANS Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20120103

Method CHECK_CLIENT_STATE on class CL_ILM_REPOS_ASSIST has no exception.

Method CHECK_STRUC_IN_REPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY 'OT_FOR_BS' Objektkategorie 20110607
2 Importing IV_STRUC Call by reference Type reference (TYPE) LRM_STRUC Struktur 20110607
3 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Flag wahr/falsch 20110607

Method CHECK_STRUC_IN_REPOS on class CL_ILM_REPOS_ASSIST has no exception.

Method CHECK_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20110614

Method CHECK_TRANSPORT on class CL_ILM_REPOS_ASSIST has no exception.

Method DELETE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) ILM_T_FIELDS Felder einer Struktur 20110111
2 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110111
3 Importing IV_STRUC Call by reference Type reference (TYPE) LRM_STRUC Struktur 20110111

Method DELETE_FIELDS on class CL_ILM_REPOS_ASSIST has no exception.

Method DELETE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110111
2 Importing IV_STRUC Call by reference Type reference (TYPE) LRM_STRUC Struktur 20110111

Method DELETE_OBJECTS on class CL_ILM_REPOS_ASSIST has no exception.

Method DELETE_STRUCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STRUCTURES Call by reference Type reference (TYPE) ILM_T_STRUC Strukturen 20110111
2 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110111

Method DELETE_STRUCS on class CL_ILM_REPOS_ASSIST has no exception.

Method GET_LEGACY_SYSID_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLIENTS Call by reference Type reference (TYPE) TT_CLIENT 20110701
2 Exporting ET_SYSIDS Call by reference Type reference (TYPE) TT_SYSID 20110701

Method GET_LEGACY_SYSID_CLIENT on class CL_ILM_REPOS_ASSIST has no exception.

Method ILM_OBJECTS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJCAT Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110118
2 Importing IV_OBJTYP Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110118
3 Returning RT_OBJECTS Value transfer Type reference (TYPE) ILM_T_OBJECTS ILM Objekte mit Beschreibung 20110118

Method ILM_OBJECTS_GET on class CL_ILM_REPOS_ASSIST has no exception.

Method OVS_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20110614
2 Importing WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20110614

Method OVS_CLIENT on class CL_ILM_REPOS_ASSIST has no exception.

Method OVS_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20110614
2 Importing WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20110614

Method OVS_SID on class CL_ILM_REPOS_ASSIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731