SAP ABAP Class CL_RSPLFS_PLSE_VERS (Service Version (TLOGO))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLFS (Package) Planning Service
Properties
Class CL_RSPLFS_PLSE_VERS  
Short Description Service Version (TLOGO)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLFS   Planning Service 
Created 20040609   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSPLFA_SRV_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSPLFS_PLSE_VERS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSPLFS_PLSE 20040716 Service (TLOGO)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_ALL_KEYF Constant Public Type reference (TYPE) RSCHAVL '*' Indicator: Select All Key Figures 20040716
2 N_OBJVERS Instance attribute Public Type reference (TYPE) RSOBJVERS Version 20040609
3 N_SRVNM Instance attribute Public Type reference (TYPE) RSPLF_SRVNM Service Name 20040719
4 P_READ_TEXTS Instance attribute Private Type reference (TYPE) RS_BOOL Texts with langu <> SY-LANGU read from DB 20040721
5 P_R_SRV Instance attribute Private Object reference (TYPE REF TO) CL_RSPLFS_SRV Service (object model) 20040706
6 P_R_SRVTYPE Instance attribute Private Object reference (TYPE REF TO) CL_RSPLFD_SRVTYPE Service Type (Definition) 20040713
7 P_S_PROP Instance attribute Private Type reference (TYPE) GT_S_PROP Service properties: total view, text in sy-langu 20040609
8 P_TS_PROP Static Attribute Private Type reference (TYPE) GT_TS_PROP Table for services that were created at runtime 20101015
9 P_T_TEXT Instance attribute Private Type reference (TYPE) GT_T_TEXT Table of service texts (langu <> sy-langu) 20040609
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check 20041112
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040609
3 COPY Instance method Private Method Copy another version 20040721
4 DELETE Instance method Private Method Delete version (called by TLOGO object) 20040716
5 EQUALS Instance method Private Method Compare with another version 20040824
6 EXISTS Static method Public Method Planning Function Exists 20101020
7 GET_ALL_TEXTS Instance method Public Method Get texts with language <> SY-LANGU 20040901
8 GET_PROPERTIES Instance method Public Method Get Properties 20040901
9 GET_PROPERTIES_FLAT Instance method Public Method Get propierties in flat format 20130507
10 GET_RELATED Instance method Private Method Get Related TLOGO objects 20040824
11 GET_RELATED_OLD Instance method Private Method Get related TLOGO objects (OBSOLETE) 20041118
12 GET_SEARCH_ATTRIBUTES Instance method Public Method Get search attributes 20050117
13 GET_SRV Instance method Public Method Get service (object model) 20040609
14 RELOAD Instance method Private Method Reload from DB 20041027
15 SAVE Instance method Private Method Save version (called by TLOGO object) 20040716
16 SAVE_TIMESTAMP Instance method Private Method Save timestamp 20040806
17 SET_ALL_TEXTS Instance method Public Method 20060330
18 SET_OBJSTAT Instance method Private Method Set object status 20040806
19 SET_PROPERTIES Instance method Private Method Set properties 20040720
20 SET_RUNTIME_VERS Static method Public Method Sets a service for use in the current session 20101015
21 SET_SRV Instance method Public Method Set service (object model) 20040709
22 _BUILD_MAP_DATA_SEL Instance method Private Method Build map for selection parameter values 20040715
23 _BUILD_MAP_ELEM Instance method Private Method Build map for elementary parameter values 20040714
24 _BUILD_PARAM_SET Instance method Private Method Build parameter set (from properties) 20040715
25 _BUILD_T_TLOGO_ASC Instance method Private Method Determine associated TLOGO objects 20041118
26 _CONVERT_PARAM_VAL Instance method Private Method Convert parameter value object to properties 20040716
27 _CONVERT_PROP_TO_SRV Instance method Private Method Convert properties to service (object model) 20040715
28 _CONVERT_SRV_TO_PROP Instance method Private Method Convert service (object model) to properties 20040713
29 _DB_READ_PROP Instance method Private Method Read Properties from DB 20040609
30 _DB_READ_TEXTS Instance method Private Method Read texts with language <> SY-LANGU 20040721
31 _DELETE_SUBOBJECTS Instance method Private Method Delete parameter values , char usage and conditions 20040719
32 _GET_TLOGO_OF_PARAM_VAL Instance method Private Method Determine associated TLOGO objects for one parameter value 20041118
33 _READ_XREF Instance method Private Method Read XREF from DB 20050107
34 _SAVE_XREF Instance method Private Method Update XREF on DB 20050107
35 _SET_PARAM_VAL Instance method Private Method Set parameter value object 20040716
36 _SET_TIMESTAMP Instance method Private Method Set timestamp 20040716
Events
Class CL_RSPLFS_PLSE_VERS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_S_COND Public See coding One range for rule conditions 20040706 begin of gt_s_cond, rulepos type rsplf_srv_cond-rulepos, enum type rsplf_srv_cond-enum. include type rsplf_s_range. types: end of gt_s_cond
2 GT_S_PARAM_DATA_SEL Public See coding One range for selection parameters 20040706 begin of gt_s_param_data_sel, RULEPOS type rsplf_srv_ps-rulepos, PARNM type rsplf_srv_ps-PARNM, INDX type rsplf_srv_ps-INDX, ENUM type rsplf_srv_ps-enum. include type rsplf_s_range. types: end of gt_s_param_data_sel
3 GT_S_PARAM_ELEM Public See coding Elementary parameter value 20040702 begin of gt_s_param_elem, RULEPOS type rsplf_srv_p-rulepos, PARNM type rsplf_srv_p-PARNM, INDX type rsplf_srv_p-INDX. include type rsplf_s_val_elem. types: end of gt_s_param_elem
4 GT_S_PROP Public See coding Service properties: total view, text in sy-langu 20040609 BEGIN OF gt_s_prop. INCLUDE TYPE rsplf_srv. TYPES: txtlg TYPE rsplf_srvt-txtlg, t_char_usage TYPE rsplf_t_char_usage, t_cond TYPE gt_t_cond, t_param_elem TYPE gt_t_param_elem, t_param_data_sel TYPE gt_t_param_data_sel, t_tlogo_asc type rso_t_tlogo_asc, END OF gt_s_prop
5 GT_S_TEXT Public See coding Service Text 20040609 BEGIN OF gt_s_text, langu TYPE rsplf_srvt-langu, txtlg TYPE rsplf_srvt-txtlg, END OF gt_s_text
6 GT_TS_PROP Private See coding Table for services that were created at runtime 20101015 gt_ts_prop TYPE SORTED TABLE OF gt_s_prop WITH UNIQUE KEY srvnm
7 GT_T_COND Public See coding Table of ranges for rule conditions 20040706 gt_t_cond TYPE STANDARD TABLE OF gt_s_cond WITH KEY rulepos enum
8 GT_T_PARAM_DATA_SEL Public See coding Table of ranges for selection parameters 20040706 gt_t_param_data_sel TYPE STANDARD TABLE OF gt_s_param_data_sel WITH KEY rulepos parnm indx enum
9 GT_T_PARAM_ELEM Public See coding Table of elementary parameter values 20040706 gt_t_param_elem TYPE STANDARD TABLE OF gt_s_param_elem WITH KEY rulepos parnm indx
10 GT_T_TEXT Public See coding Table of service texts (langu <> sy-langu) 20040609 gt_t_text TYPE STANDARD TABLE OF gt_s_text WITH KEY langu
11 LT_S_MAP_DATA_SEL Private See coding Map structure for selection parameter values 20040715 BEGIN OF lt_s_map_data_sel, parnm TYPE rsplf_parnm, t_val TYPE lt_t_sel, END OF lt_s_map_data_sel
12 LT_S_MAP_ELEM Private See coding Map structure for elementary parameter values 20040714 BEGIN OF lt_s_map_elem, parnm TYPE rsplf_parnm, t_val TYPE gt_t_param_elem, END OF lt_s_map_elem
13 LT_TH_MAP_DATA_SEL Private See coding Map for selection parameter values 20040715 lt_th_map_data_sel TYPE HASHED TABLE OF lt_s_map_data_sel WITH UNIQUE KEY parnm
14 LT_TH_MAP_ELEM Private See coding Map for elementary parameter values 20040714 lt_th_map_elem TYPE HASHED TABLE OF lt_s_map_elem WITH UNIQUE KEY parnm
15 LT_T_SEL Private See coding Table of Selections 20040715 lt_t_sel TYPE STANDARD TABLE OF gt_t_param_data_sel WITH DEFAULT KEY
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_REPAIRED Call by reference Type reference (TYPE) RS_BOOL Boolean 20041112
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20041112
3 Importing I_AFTER_IMPORT_MODE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041112
4 Importing I_CONTENT_SIMULATION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041112
5 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Anwendungs-Log: Detaillierungsgrad 20041112
6 Importing I_REPAIR Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041112
7 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20041112
8 Importing I_TH_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO BW Repository: Liste (Hash) von TLOGO Objekt und Typ 20041112

Method CHECK on class CL_RSPLFS_PLSE_VERS 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 Version 20040609
2 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PLSE_VERS Copy from this version 20040609
3 Importing I_SRVNM Call by reference Type reference (TYPE) RSPLF_SRVNM Service name 20040719
4 Importing I_S_PROP Call by reference Type reference (TYPE) GT_S_PROP Copy these service properties 20040609
5 Importing I_T_TEXT Call by reference Type reference (TYPE) GT_T_TEXT Copy these service texts (langu <> sy-langu) 20040629
# Exception Resumable Description Created on
1 NOT_FOUND Object does not exist on db 20040609

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PLSE_VERS Copy from this version 20040721

Method COPY on class CL_RSPLFS_PLSE_VERS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN_UPDATE_TASK Value transfer Type reference (TYPE) RS_BOOL 20060208

Method DELETE on class CL_RSPLFS_PLSE_VERS has no exception.

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PLSE_VERS Compare with this version 20040824
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL Version is equal 20040824

Method EQUALS on class CL_RSPLFS_PLSE_VERS has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20101020
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion (%heißt irgendeine Version ) 20101020
3 Importing I_WITH_MESSAGE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Nachricht ausgeben, wenn nicht vorhanden 20101020
4 Returning R_ANSWER Value transfer Type reference (TYPE) RS_BOOL Existiert: 'X' oder ' ' 20101020

Method EXISTS on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_ALL_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_TEXT Value transfer Type reference (TYPE) GT_T_TEXT Table of service texts (langu <> sy-langu) 20040901

Method GET_ALL_TEXTS on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_PROP Value transfer Type reference (TYPE) GT_S_PROP Service properties: total view, text in sy-langu 20040901

Method GET_PROPERTIES on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_PROPERTIES_FLAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_RULE Value transfer Type reference (TYPE) IF_RSPLFA_SRV_RUNTIME=>TN_T_RULE Properties in flat format 20130507

Method GET_PROPERTIES_FLAT on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_OBJ_DEPENDENT Call by reference Type reference (TYPE) RSO_T_TLOGO_ASC Required objects 20040824
2 Importing I_TH_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO Objekte, die ebenfalls bearbeitet werden 20040824
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Nur Objekte dieses Typs werden benötigt 20040824

Method GET_RELATED on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_RELATED_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_OBJ_DEPENDENT Call by reference Type reference (TYPE) RSO_T_TLOGO_ASC Required objects 20041118
2 Importing I_TH_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO Objekte, die ebenfalls bearbeitet werden 20041118
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Nur Objekte dieses Typs werden benötigt 20041118

Method GET_RELATED_OLD on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_SEARCH_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_SEATR_ATR Call by reference Type reference (TYPE) RSOS_TX_SEATR_ATR Erweiterte Suche: Suchattribute mit Werten 20050117

Method GET_SEARCH_ATTRIBUTES on class CL_RSPLFS_PLSE_VERS has no exception.

Method GET_SRV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_SRV Value transfer Object reference (TYPE REF TO) CL_RSPLFS_SRV Service (object model) 20040706
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Instantiation failed 20041112

Method RELOAD Signature

Method RELOAD on class CL_RSPLFS_PLSE_VERS has no parameter.
Method RELOAD on class CL_RSPLFS_PLSE_VERS has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN_UPDATE_TASK Value transfer Type reference (TYPE) RS_BOOL 20060208

Method SAVE on class CL_RSPLFS_PLSE_VERS has no exception.

Method SAVE_TIMESTAMP Signature

Method SAVE_TIMESTAMP on class CL_RSPLFS_PLSE_VERS has no parameter.
Method SAVE_TIMESTAMP on class CL_RSPLFS_PLSE_VERS has no exception.

Method SET_ALL_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TEXT Value transfer Type reference (TYPE) GT_T_TEXT 20060330

Method SET_ALL_TEXTS on class CL_RSPLFS_PLSE_VERS has no exception.

Method SET_OBJSTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJSTAT Call by reference Type reference (TYPE) RSOBJSTAT Objektstatus 20040806

Method SET_OBJSTAT on class CL_RSPLFS_PLSE_VERS has no exception.

Method SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PROP Call by reference Type reference (TYPE) GT_S_PROP Service properties: total view, text in sy-langu 20040720

Method SET_PROPERTIES on class CL_RSPLFS_PLSE_VERS has no exception.

Method SET_RUNTIME_VERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PROP Call by reference Type reference (TYPE) GT_S_PROP Service properties: total view, text in sy-langu 20101015

Method SET_RUNTIME_VERS on class CL_RSPLFS_PLSE_VERS has no exception.

Method SET_SRV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SRV Call by reference Object reference (TYPE REF TO) CL_RSPLFS_SRV Service (object model) 20040709

Method SET_SRV on class CL_RSPLFS_PLSE_VERS has no exception.

Method _BUILD_MAP_DATA_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_INDX_DATA_SEL Call by reference Type reference (TYPE) RSPLF_INDX Index offset 20040715
2 Exporting E_TH_MAP_DATA_SEL Call by reference Type reference (TYPE) LT_TH_MAP_DATA_SEL Map for selection parameter values 20040715
3 Importing I_RULEPOS Call by reference Type reference (TYPE) RSPLF_RULEPOS Parameter rule ID 20040715

Method _BUILD_MAP_DATA_SEL on class CL_RSPLFS_PLSE_VERS has no exception.

Method _BUILD_MAP_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_INDX_ELEM Call by reference Type reference (TYPE) RSPLF_INDX Zeilenindex 20040714
2 Exporting E_TH_MAP_ELEM Call by reference Type reference (TYPE) LT_TH_MAP_ELEM Map for elementary parameter values 20040714
3 Importing I_RULEPOS Call by reference Type reference (TYPE) RSPLF_RULEPOS Parameter rule ID 20040714

Method _BUILD_MAP_ELEM on class CL_RSPLFS_PLSE_VERS has no exception.

Method _BUILD_PARAM_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_INDX_DATA_SEL Call by reference Type reference (TYPE) RSPLF_INDX Index offset for data selection value table 20040715
2 Changing C_INDX_ELEM Call by reference Type reference (TYPE) RSPLF_INDX Index offset for elementary value table 20040715
3 Exporting E_R_PARAM_SET Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM_SET Parameter set 20040715
4 Importing I_RULEPOS Call by reference Type reference (TYPE) RSPLF_RULEPOS Parameter rule ID 20040715

Method _BUILD_PARAM_SET on class CL_RSPLFS_PLSE_VERS has no exception.

Method _BUILD_T_TLOGO_ASC Signature

Method _BUILD_T_TLOGO_ASC on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _BUILD_T_TLOGO_ASC on class CL_RSPLFS_PLSE_VERS has no exception.

Method _CONVERT_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDX Call by reference Type reference (TYPE) RSPLF_INDX Value index 20040716
2 Importing I_RULEPOS Call by reference Type reference (TYPE) RSPLF_RULEPOS Position (ID) Regel im Planungs-Service 20040716
3 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20040716

Method _CONVERT_PARAM_VAL on class CL_RSPLFS_PLSE_VERS has no exception.

Method _CONVERT_PROP_TO_SRV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_SRV Value transfer Object reference (TYPE REF TO) CL_RSPLFS_SRV Service 20040715
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Conversion to service model failed 20041112

Method _CONVERT_SRV_TO_PROP Signature

Method _CONVERT_SRV_TO_PROP on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _CONVERT_SRV_TO_PROP on class CL_RSPLFS_PLSE_VERS has no exception.

Method _DB_READ_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYPASS_BUFFER Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Bypass buffer 20040609
# Exception Resumable Description Created on
1 NOT_FOUND Version not found on DB 20040609

Method _DB_READ_TEXTS Signature

Method _DB_READ_TEXTS on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _DB_READ_TEXTS on class CL_RSPLFS_PLSE_VERS has no exception.

Method _DELETE_SUBOBJECTS Signature

Method _DELETE_SUBOBJECTS on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _DELETE_SUBOBJECTS on class CL_RSPLFS_PLSE_VERS has no exception.

Method _GET_TLOGO_OF_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_TLOGO_ASC Call by reference Type reference (TYPE) RSO_T_TLOGO_ASC BW Repository: Tabelle von Objekten und Assoziationstyp 20041118
2 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value (no table) 20041118

Method _GET_TLOGO_OF_PARAM_VAL on class CL_RSPLFS_PLSE_VERS has no exception.

Method _READ_XREF Signature

Method _READ_XREF on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _READ_XREF on class CL_RSPLFS_PLSE_VERS has no exception.

Method _SAVE_XREF Signature

Method _SAVE_XREF on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _SAVE_XREF on class CL_RSPLFS_PLSE_VERS has no exception.

Method _SET_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INDX_FOUND Call by reference Type reference (TYPE) RS_BOOL Value found 20040716
2 Importing I_INDX Call by reference Type reference (TYPE) RSPLF_INDX 1 Value index 20040716
3 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value object (will be modified) 20040716
4 Importing I_TH_MAP_DATA_SEL Call by reference Type reference (TYPE) LT_TH_MAP_DATA_SEL Map for selection parameter values 20040716
5 Importing I_TH_MAP_ELEM Call by reference Type reference (TYPE) LT_TH_MAP_ELEM Map for elementary parameter values 20040716

Method _SET_PARAM_VAL on class CL_RSPLFS_PLSE_VERS has no exception.

Method _SET_TIMESTAMP Signature

Method _SET_TIMESTAMP on class CL_RSPLFS_PLSE_VERS has no parameter.
Method _SET_TIMESTAMP on class CL_RSPLFS_PLSE_VERS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 400