SAP ABAP Class CL_RSPLPPM_ACCESS_DSO (Access Class: DataStore Object)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLPPM (Package) Planning Process Management
Properties
Class CL_RSPLPPM_ACCESS_DSO  
Short Description Access Class: DataStore Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLPPM   Planning Process Management 
Created 20060801   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)
2 CL_RSPLPPM_ACCESS_DSO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RRHI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSPLM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSPLPPM_ACCESS_DSO has no interface implemented.
Friends
Class CL_RSPLPPM_ACCESS_DSO has no friend class.
Attributes
Class CL_RSPLPPM_ACCESS_DSO has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DATA_UNWRAP Static method Private Method Wrapped DataStore data in required format 20060801
2 DATA_UNWRAP_TO_STRING Static method Private Method Convert into String 20060801
3 DELETE_DATASTORE_DATA Static method Public Method Deleting Data from DataStore Object 20060801
4 INSERT_DATASTORE_DATA Static method Public Method Write to DataStore Object 20061221
5 MODIFY_DATASTORE_DATA Static method Public Method Write to (Modified) DataStore Object 20061221
6 PREPARE_CHANGE_INFO Static method Public Method Setting Other User and Time Stamp 20060905
7 READ_DATASTORE_DATA Static method Public Method Read Data from a DataStore Object 20060801
Events
Class CL_RSPLPPM_ACCESS_DSO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_FIELDNM_VALUE Public See coding 20060811 BEGIN OF s_fieldnm_value, counter TYPE i, fieldnm TYPE rsplppm_fieldnm, value TYPE string, END OF s_fieldnm_value
2 T_DSDATA Private See coding 20060801 T_DSDATA type standard table of BAPI6116DAUC
3 T_FIELDNM_VALUE Public See coding 20060811 t_fieldnm_value TYPE STANDARD TABLE OF s_fieldnm_value WITH NON-UNIQUE KEY fieldnm
4 T_INFOBJECTLIST Public See coding 20060810 t_infobjectlist TYPE STANDARD TABLE OF bapi6116iols
5 T_SELECTIONLIST Public See coding 20060810 t_selectionlist TYPE STANDARD TABLE OF bapi6116slio
Method Signatures

Method DATA_UNWRAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_FORMATTED_DATA Call by reference Type reference (TYPE) SORTED TABLE 20060801
2 Importing I_T_DSDATA Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_DSDATA Tabellentyp: DataStoreObject Daten 20060801

Method DATA_UNWRAP on class CL_RSPLPPM_ACCESS_DSO has no exception.

Method DATA_UNWRAP_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Call by reference Type reference (TYPE) STRING 20060801
2 Importing I_T_DATA Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_DSDATA Tabellentyp: DataStoreObject Daten 20060801

Method DATA_UNWRAP_TO_STRING on class CL_RSPLPPM_ACCESS_DSO has no exception.

Method DELETE_DATASTORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECORDS Call by reference Type reference (TYPE) I 20060801
2 Importing I_DSONM Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20060811
3 Importing I_T_DELETE Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_FIELDNM_VALUE Tabellentyp: DataStoreObject Speicherer 20060801
# Exception Resumable Description Created on
1 CX_RSPLPPM_ERROR_MSG PPM Fehlermeldungen (Abbruchmeldungen) 20060811

Method INSERT_DATASTORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECORDS Call by reference Type reference (TYPE) I 20061221
2 Importing I_DSONM Call by reference Type reference (TYPE) RSINFOPROV 20061221
3 Importing I_T_INSERT Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_FIELDNM_VALUE Tabellentyp: DataStoreObject Speicherer 20061221
# Exception Resumable Description Created on
1 CX_RSPLPPM_ERROR_MSG PPM Fehlermeldungen (Abbruchmeldungen) 20061221

Method MODIFY_DATASTORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECORDS Call by reference Type reference (TYPE) I 20061221
2 Importing I_DSONM Call by reference Type reference (TYPE) RSINFOPROV 20061221
3 Importing I_T_MODIFY Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_FIELDNM_VALUE Tabellentyp: DataStoreObject Speicherer 20061221
# Exception Resumable Description Created on
1 CX_RSPLPPM_ERROR_MSG PPM Fehlermeldungen (Abbruchmeldungen) 20061221

Method PREPARE_CHANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTER Call by reference Type reference (TYPE) I 20060905
2 Returning R_T_INSERT Value transfer Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_FIELDNM_VALUE Tabellentyp: DataStoreObject Speicherer 20060905

Method PREPARE_CHANGE_INFO on class CL_RSPLPPM_ACCESS_DSO has no exception.

Method READ_DATASTORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_DSVALUES_NEW Call by reference Type reference (TYPE) SORTED TABLE 20060801
2 Importing I_DSONM Call by reference Type reference (TYPE) RSINFOPROV Feldname 20060810
3 Importing I_T_INFOOBJECTLIST Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_INFOBJECTLIST 20060801
4 Importing I_T_SELECTIONCRIT Call by reference Type reference (TYPE) CL_RSPLPPM_ACCESS_DSO=>T_SELECTIONLIST 20060801
# Exception Resumable Description Created on
1 CX_RSPLPPM_ERROR_MSG PPM Fehlermeldungen (Abbruchmeldungen) 20060810
History
Last changed by/on SAP  20130531 
SAP Release Created in 710