SAP ABAP Class CL_RSDRI_HDB_PLANNING (Planning Interface for HDB)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDRI_DBA_HDB (Package) HDB-Specific RSDRI Development
Properties
Class CL_RSDRI_HDB_PLANNING  
Short Description Planning Interface for HDB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRI_DBA_HDB   HDB-Specific RSDRI Development 
Created 20110510   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_RSDRI_HDB_PLANNING has no interface implemented.
Friends
Class CL_RSDRI_HDB_PLANNING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_REQUID Instance attribute Public Type reference (TYPE) RSREQUID Request ID (Request Number) 20110510
2 N_TS_MSG Instance attribute Public Type reference (TYPE) RSDRI_TS_MSG Error Messages During Write Operation 20110510
3 O_INFOCUBE Instance attribute Protected Type reference (TYPE) RSINFOPROV InfoCube 20110510
4 O_REQSID Instance attribute Protected Type reference (TYPE) RSSID Master Data ID 20110510
5 O_ROWS_IN_REQUEST Instance attribute Protected Type reference (TYPE) INT4 Number of Data Records Contained in this Request 20110510
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110517
2 DEQUEUE_RSAPOREQUEST Instance method Public Method Unlocking the Request 20110510
3 GET_PDIMID Instance method Public Method Get P-Dim Entry 20110808
4 GET_REQUEST_AND_ENQUEUE Instance method Public Method Get and lock request 20110510
5 INCORPORATE_SIDS_INTO_HIER Instance method Public Method Include Newly Created SIDs in the Hierarchy Tables 20110510
6 POST_OPERATIONS Instance method Public Method Update (and close) time stamp and status data request 20110510
7 _CURRENT_REQUEST_GET Instance method Protected Method Help: Get Request 20110510
8 _CURRENT_REQUEST_UPDATE Instance method Protected Method Update Request and Close if Required 20110510
9 _INSERT_SYMSG Instance method Protected Method Insert symsg into e_ts_msg 20110510
10 _RSADMIN_PARAM_READ Instance method Protected Method Read _RSADMIN_PARAM_READ Parameter from RSADMIN 20110510
Events
Class CL_RSDRI_HDB_PLANNING has no event.
Types
Class CL_RSDRI_HDB_PLANNING has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSINFOCUBE InfoCube 20110517

Method CONSTRUCTOR on class CL_RSDRI_HDB_PLANNING has no exception.

Method DEQUEUE_RSAPOREQUEST Signature

Method DEQUEUE_RSAPOREQUEST on class CL_RSDRI_HDB_PLANNING has no parameter.
Method DEQUEUE_RSAPOREQUEST on class CL_RSDRI_HDB_PLANNING has no exception.

Method GET_PDIMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DIMID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110808
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20110808
3 Importing I_REQUID Call by reference Type reference (TYPE) RSREQUNR Anforderungsnummer für die Datenübertragung 20110808

Method GET_PDIMID on class CL_RSDRI_HDB_PLANNING has no exception.

Method GET_REQUEST_AND_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REQUID Call by reference Type reference (TYPE) RSREQUNR Anforderungsnummer für die Datenübertragung 20110510
2 Importing I_CNT_NEWROWS Call by reference Type reference (TYPE) INT4 Anzahl der neu einzufügenden Records 20110510
# Exception Resumable Description Created on
1 INHERITED_ERROR 20111110
2 NO_REALTIME_POSSIBLE 20111110
3 REQUEST_LOCKED 20110510

Method INCORPORATE_SIDS_INTO_HIER Signature

Method INCORPORATE_SIDS_INTO_HIER on class CL_RSDRI_HDB_PLANNING has no parameter.
# Exception Resumable Description Created on
1 LOCKING_ERROR Fehler beim Einarbeiten neuer SIDs in Hierarchietabellen 20110510

Method POST_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_CLOSE Call by reference Type reference (TYPE) RS_BOOL Schließen des Real-Time Requests erzwingen ja/nein? 20110510
2 Importing I_RECORDS Call by reference Type reference (TYPE) I 0 20111205
# Exception Resumable Description Created on
1 INHERITED_ERROR 20110510

Method _CURRENT_REQUEST_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REQSID Call by reference Type reference (TYPE) RSSID Request-ID (SID-basiert) 20110510
2 Exporting E_REQUEST Call by reference Type reference (TYPE) RSREQUNR Request-ID (GUID-basiert) 20110510
3 Exporting E_ROWS_IN_REQUEST Call by reference Type reference (TYPE) I Gesamtzahl der im Request vorhandenen Sätze 20110517
4 Importing I_NEWROWS Call by reference Type reference (TYPE) I 0 Anzahl der neu einzufügenden Sätze 20110510
# Exception Resumable Description Created on
1 INHERITED_ERROR ALL other errors 20110510
2 NO_REALTIME_POSSIBLE No transactional write; loadalwd in rsmdatastate = 'X' 20110510

Method _CURRENT_REQUEST_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLOSED Call by reference Type reference (TYPE) RS_BOOL Real-Time Request wurde geschlossen ja/nein 20110510
2 Importing I_FORCE_CLOSE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Schließen des Requests erzwingen ja/nein? 20110510

Method _CURRENT_REQUEST_UPDATE on class CL_RSDRI_HDB_PLANNING has no exception.

Method _INSERT_SYMSG Signature

Method _INSERT_SYMSG on class CL_RSDRI_HDB_PLANNING has no parameter.
Method _INSERT_SYMSG on class CL_RSDRI_HDB_PLANNING has no exception.

Method _RSADMIN_PARAM_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Type reference (TYPE) RSADOBJ Parametername 20110510
2 Returning R_VALUE Value transfer Type reference (TYPE) RSVALUE Parameterwert 20110510

Method _RSADMIN_PARAM_READ on class CL_RSDRI_HDB_PLANNING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730