SAP ABAP Class CL_RSDA_ARCHIVING_REQUEST_ADK (Data Archiving Process Request)
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_ARCHIVING_REQUEST Data Archiving Process Request 20050321
Properties
Class CL_RSDA_ARCHIVING_REQUEST_ADK  
Short Description Data Archiving Process Request    
Super Class CL_RSDA_ARCHIVING_REQUEST Data Archiving Process Request 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class RSDA    
Program status     
Category 0   
Package RSDA   BW Data Archiving and Near-line Storage. Core Functions 
Created 20050321   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)
2 RSDRD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDA_ARCHIVING_REQUEST_ADK has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSDA_ARCHIVE_WRITER_ADK 20050321
2 CL_RSDA_ARCHIVING_REQUEST 20050321 Data Archiving Process Request
3 CL_RSDA_REQUEST 20050324 BW Archiving: Abstract Request
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DELETE_IN_TEST_MODE Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20060204
2 P_TH_DOCIDX Static Attribute Private See coding 20050321
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050321
2 GET_DELETE_IN_TEST_MODE Instance method Public Method 20060204
3 GET_INSTANCE_BY_DOCUMENT Static method Public Method 20050321
Events
Class CL_RSDA_ARCHIVING_REQUEST_ADK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_DOCIDX Private See coding 20050321 BEGIN OF ty_s_docidx, document TYPE admi_run_d, requid_sid TYPE rsda_reqsid, END OF ty_s_docidx
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_IN_TEST_MODE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20060204
2 Importing I_PRODUCTIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20050321
3 Importing I_REQUID_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20050920

Method CONSTRUCTOR on class CL_RSDA_ARCHIVING_REQUEST_ADK has no exception.

Method GET_DELETE_IN_TEST_MODE Signature

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

Method GET_DELETE_IN_TEST_MODE on class CL_RSDA_ARCHIVING_REQUEST_ADK has no exception.

Method GET_INSTANCE_BY_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ARCHIVE_DOCUMENT Call by reference Type reference (TYPE) ADMI_RUN_D Nummer eines Archivierungslaufs 20050321
2 Returning R_R_ARCHREQ Value transfer Object reference (TYPE REF TO) CL_RSDA_ARCHIVING_REQUEST_ADK Request eines Datenarchivierungsprozesses 20050321
# Exception Resumable Description Created on
1 CX_RSDA_OBJECT_NOT_FOUND Kommunikationsfehler 20050321
History
Last changed by/on SAP  20130531 
SAP Release Created in 700