SAP ABAP Class CL_RSPLS_BUFFER_STORE_A (Repository as ABAP Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLS (Package) Planning: General Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSPLS_BUFFER_STORE Physical Store of Buffer 20120618
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDRV_VPROV_INT_QUERY Query Interface for Internal Virtual InfoProvider 20120618
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSPLS_AI_BUFFER_STORE_A After-Image data store - ABAP implementation 20120618
2 Inheritance (c INHERITING FROM c_ref)  CL_RSPLS_DELTA_BUFFER_STORE_A Repository as ABAP Table 20120618
Properties
Class CL_RSPLS_BUFFER_STORE_A  
Short Description Repository as ABAP Table    
Super Class CL_RSPLS_BUFFER_STORE Physical Store of Buffer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLS   Planning: General Services 
Created 20120427   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSPLS_BUFFER_B Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSPLS_DELTA_BUFFER_B Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_RSDRV_VPROV_INT_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDRV_VPROV_INT_QUERY Query Interface for Internal Virtual InfoProvider 20120618
Friends
Class CL_RSPLS_BUFFER_STORE_A has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_C_DATA Constant Protected Type reference (TYPE) I 2 20120618
2 O_C_REQUID Constant Protected Type reference (TYPE) I 1 20120618
3 O_REQUID_COMP Instance attribute Protected Type reference (TYPE) RSSID Master Data ID 20120618
4 O_R_FSTRU Instance attribute Protected Object reference (TYPE REF TO) IF_RSR_FIPT_STRUCTURE Structure Description for FIPT 20120618
5 O_R_SX_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20120618
6 O_R_S_DB Instance attribute Protected Object reference (TYPE REF TO) DATA 20120618
7 O_R_TSX_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20120618
8 O_SRDATEB Instance attribute Protected Type reference (TYPE) RRSRDATEB Key Date for the Delta Buffer 20120618
9 O_TH_REQ_C Instance attribute Protected Type reference (TYPE) RSPLS_TH_REQ_C Table of Required Characteristics Delta Buffer 20120618
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120618
2 _CHECK_SELDR_REQPLAN Instance method Protected Method Check SELDR for 0REQPLAN 20130819
3 _COLLECT_DATA_REQUID Instance method Protected Method Collect Set of REQUIDs in E_T_DATA 20120618
4 _COLLECT_DATA_TABIX Instance method Protected Method Collect using REQUIDs 20120618
5 _CREATE_BUFFER Instance method Protected Method 20120618
6 _ENRICH_CHECK Instance method Protected Method 20120618
7 _ENRICH_DATA Instance method Protected Method 20120618
8 _ENRICH_DATA_CLEAR Instance method Protected Method 20120618
9 _INITIALIZE_DB Instance method Protected Method 20120618
10 _READ Instance method Protected Method 20120618
11 _REFILL_ATRTIM Instance method Protected Method 20120618
Events
Class CL_RSPLS_BUFFER_STORE_A has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TO_SX_BUFFER Protected See coding 20120618 BEGIN OF to_sx_buffer, requid TYPE rssid, data TYPE rsd_t_chanm, END OF to_sx_buffer
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALVL Call by reference Type reference (TYPE) RS_BOOL Boolean 20120618
2 Importing I_R_BUFFER_B Call by reference Object reference (TYPE REF TO) CL_RSPLS_BUFFER_B Konkrete BASIC-Buffer 20120618
3 Importing I_R_FSTRU Call by reference Object reference (TYPE REF TO) IF_RSR_FIPT_STRUCTURE 20120618
4 Importing I_R_S_DATA Call by reference Object reference (TYPE REF TO) DATA 20120618
5 Importing I_R_S_DATAMM Call by reference Object reference (TYPE REF TO) DATA 20120618
6 Importing I_R_T_DATA Call by reference Type reference (TYPE) DATA 20120618
7 Importing I_SRDATE Call by reference Type reference (TYPE) RRSRDATE Datum mit dem Texte, Attribute und Hierarch. gelesen werden 20120618
8 Importing I_S_DEBUGFLAGS Call by reference Type reference (TYPE) RSR_S_DEBUGFLAGS Flags zum Debuggen einer Query 20120618

Method CONSTRUCTOR on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _CHECK_SELDR_REQPLAN Signature

Method _CHECK_SELDR_REQPLAN on class CL_RSPLS_BUFFER_STORE_A has no parameter.
Method _CHECK_SELDR_REQPLAN on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _COLLECT_DATA_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120618
2 Importing I_FROM_REQUID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120618
3 Importing I_TO_REQUID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20120618

Method _COLLECT_DATA_REQUID on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _COLLECT_DATA_TABIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120618
2 Importing I_FROM_TABIX Value transfer Type reference (TYPE) SYTABIX Index interner Tabellen 20120618
3 Importing I_TO_TABIX Value transfer Type reference (TYPE) SYTABIX Index interner Tabellen 20120618

Method _COLLECT_DATA_TABIX on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _CREATE_BUFFER Signature

Method _CREATE_BUFFER on class CL_RSPLS_BUFFER_STORE_A has no parameter.
Method _CREATE_BUFFER on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _ENRICH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_REQ_C Call by reference Type reference (TYPE) RSPLS_TH_REQ_C Tabelle der benötigten Merkmale Delta-Buffer 20120618
2 Changing C_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120618
3 Importing I_REC_DEPTH Call by reference Type reference (TYPE) I 3 20120618

Method _ENRICH_CHECK on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _ENRICH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_ENRICH Call by reference Type reference (TYPE) CL_RSPLS_BUFFER_B=>TN_TS_ENRICH 20120618

Method _ENRICH_DATA on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _ENRICH_DATA_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_REQ_C Call by reference Type reference (TYPE) RSPLS_TH_REQ_C Tabelle der benötigten Merkmale Delta-Buffer 20120618
2 Changing C_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120618

Method _ENRICH_DATA_CLEAR on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _INITIALIZE_DB Signature

Method _INITIALIZE_DB on class CL_RSPLS_BUFFER_STORE_A has no parameter.
Method _INITIALIZE_DB on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_END_OF_DATA Value transfer Type reference (TYPE) RS_BOOL Boolean 20120618
2 Exporting E_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120618
3 Importing I_PACKAGESIZE Call by reference Type reference (TYPE) I 20120618

Method _READ on class CL_RSPLS_BUFFER_STORE_A has no exception.

Method _REFILL_ATRTIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20120618
2 Importing I_SRDATE Call by reference Type reference (TYPE) RRSRDATE 20120618
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20120618

Method _REFILL_ATRTIM on class CL_RSPLS_BUFFER_STORE_A has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740