SAP ABAP Class CL_RSDA_DAP_P (BW Archiving: Persistent Version of DAP)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSDA (Package) BW Data Archiving and Near-line Storage. Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDA_DAP_V BW Archiving: Version of DAP 20041014
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDA_DAP_A BW Archiving: Active Version of DAP 20041014
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDA_DAP_D BW Archiving: Content Version of DAP 20041014
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDA_DAP_M BW Archiving: Modified Version of DAP 20041014
Properties
Class CL_RSDA_DAP_P  
Short Description BW Archiving: Persistent Version of DAP    
Super Class CL_RSDA_DAP_V BW Archiving: Version of DAP 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSDA    
Program status     
Category 0   
Package RSDA   BW Data Archiving and Near-line Storage. Core Functions 
Created 20041014   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_RSDA_DAP_P has no interface implemented.
Friends
Class CL_RSDA_DAP_P has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_TABNAME_REF Constant Public Type reference (TYPE) TABNAME 'RSDA_S_TECHKEY' Table Name 20041026
2 O_SX_TABL_REF Static Attribute Protected Type reference (TYPE) OTY_SX_TABL_REF 20041026
3 P_DEBUG_LEVEL Instance attribute Private Type reference (TYPE) I 20050121
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_ADK Instance method Private Method 20050921
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041014
3 GENERATE_PROGRAMS Instance method Private Method 20050921
4 MODIFY_SEGMENT Instance method Private Method 20041027
5 READ_FROM_DB Instance method Private Method 20041014
6 REFRESH_NLS_PROPERTIES Instance method Protected Method 20100629
7 SET_TABL_REF Instance method Protected Method Set Reference Table 20041026
Events
Class CL_RSDA_DAP_P has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OTY_SX_TABL_REF Protected See coding 20041026 BEGIN OF oty_sx_tabl_ref, s_dd02v TYPE dd02v, s_dd09l TYPE dd09l, t_dd03p TYPE STANDARD TABLE OF dd03p WITH DEFAULT KEY, t_dd05m TYPE STANDARD TABLE OF dd05m WITH DEFAULT KEY, t_dd08v TYPE STANDARD TABLE OF dd08v WITH DEFAULT KEY, END OF oty_sx_tabl_ref
Method Signatures

Method ACTIVATE_ADK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20050921
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '5' Anwendungs-Log: Detaillierungsgrad 20050921
3 Importing I_RESTORE_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20050921
4 Importing I_WRITE_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20050921
5 Returning R_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20050921

Method ACTIVATE_ADK on class CL_RSDA_DAP_P has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041014
2 Importing I_R_DAP Call by reference Object reference (TYPE REF TO) CL_RSDA_DAP Datenarchivierungsprozeß 20061008
# Exception Resumable Description Created on
1 CX_RSDA_ACTION_REFUSED Aktion wurde zurückgewiesen 20080404
2 CX_RS_VERSION_NOT_FOUND Objekt in einer Version nicht gefunden 20061008

Method GENERATE_PROGRAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DELETE_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20050921
2 Exporting E_RESTORE_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20050921
3 Exporting E_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20050921
4 Exporting E_WRITE_PROGRAM Call by reference Type reference (TYPE) SY-REPID 20050921
5 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '5' Anwendungs-Log: Detaillierungsgrad 20050921

Method GENERATE_PROGRAMS on class CL_RSDA_DAP_P has no exception.

Method MODIFY_SEGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MAGE Call by reference Type reference (TYPE) RSDG_T_MAGE BW Generierung: Objektliste Massenaktivierer 20041027
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20041027
3 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20041027
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041027
5 Importing I_ONLY_COLLECT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20041027
6 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) IF_RSDAI_NEARLINE_LOG Log 20060713
7 Importing I_R_NLOBJ Call by reference Object reference (TYPE REF TO) CL_RSDA_NEARLINE_OBJECT Nearline-Objekt 20041027
8 Importing I_SEGID Call by reference Type reference (TYPE) RSDS_SEGID Segment 20041027
9 Importing I_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20041027

Method MODIFY_SEGMENT on class CL_RSDA_DAP_P has no exception.

Method READ_FROM_DB Signature

Method READ_FROM_DB on class CL_RSDA_DAP_P has no parameter.
# Exception Resumable Description Created on
1 CX_RS_VERSION_NOT_FOUND Objekt in einer Version nicht gefunden 20041014

Method REFRESH_NLS_PROPERTIES Signature

Method REFRESH_NLS_PROPERTIES on class CL_RSDA_DAP_P has no parameter.
Method REFRESH_NLS_PROPERTIES on class CL_RSDA_DAP_P has no exception.

Method SET_TABL_REF Signature

Method SET_TABL_REF on class CL_RSDA_DAP_P has no parameter.
Method SET_TABL_REF on class CL_RSDA_DAP_P has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700