SAP ABAP Class CL_RSPLFS_SRV (Planning Service (Object Model))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLFS (Package) Planning Service
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLFA_SRV Planning Function 20040730
Properties
Class CL_RSPLFS_SRV  
Short Description Planning Service (Object Model)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLFS   Planning Service 
Created 20040706   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_RSPLFR_VAR_CONT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSPLFA_SRV Planning Function 20040730
Friends
Class CL_RSPLFS_SRV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_INFOPROV Instance attribute Public Type reference (TYPE) RSINFOPROV InfoProvider Name 20040706
2 N_NAME Instance attribute Public Type reference (TYPE) RSPLF_SRVNM Name (ID) of Planning Service 20040706
3 N_SRVTYPENM Instance attribute Public Type reference (TYPE) RSPLF_SRVTYPENM Name of Service Type 20040706
4 N_S_ADMIN_INFO Instance attribute Public Type reference (TYPE) RSPLF_S_SRV_ADMIN_INFO Administration Information 20040715
5 N_TEXT Instance attribute Public Type reference (TYPE) RSTXTLG Text for Planning Service 20040706
6 N_T_CHAR_USAGE Instance attribute Public Type reference (TYPE) RSPLF_T_CHAR_USAGE Characteristic Usage 20040706
7 N_T_PARAM_SET_RULE Instance attribute Public Type reference (TYPE) RSPLF_T_PARAM_SET_RULE Rule: Assignment of Conditions to Parameter Records 20040706
8 P_DUMMY_MSG Static Attribute Private Type reference (TYPE) CHAR1 Dummy message string 20041118
9 P_R_SRVTYPE_DEF Instance attribute Private Object reference (TYPE REF TO) CL_RSPLFD_SRVTYPE Service Type (Definition) 20050128
10 P_R_SRVTYPE_IMP Instance attribute Private Object reference (TYPE REF TO) OBJECT Service Type Implementation Superclass 20050128
11 P_R_VAR_CONT Instance attribute Private Object reference (TYPE REF TO) CL_RSPLFR_VAR_CONT Variable Container 20041004
12 P_TH_CHAR_USAGE Instance attribute Private Type reference (TYPE) LT_TH_CHAR_USAGE Hashed table char usage 20041118
13 P_TH_CHECKED Static Attribute Private Type reference (TYPE) LT_TH_SRVNM Table with Functions 20120516
14 P_TH_RULE_COND Instance attribute Private Type reference (TYPE) GT_TH_RULE_COND Range Tables of All Conditions (All Rules) 20080219
15 P_TS_IOBJNM Instance attribute Private Type reference (TYPE) LT_TS_IOBJNM Table of InfoObjects of InfoProvider 20050125
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHECKED Static method Public Method Sets a checked Service 20120516
2 CHECK Instance method Public Method Overall check 20040917
3 CHECK_CHAR_USAGE Instance method Public Method Check usage of characteristics (do not check parameters) 20050119
4 CHECK_GENERIC Instance method Public Method Generic overall check 20050120
5 CLEAR_CHECKED Static method Public Method Deletes the Checks 20120516
6 CLONE Instance method Public Method Clone 20040830
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040706
8 CREATE_EXECUTABLE_SRV Instance method Public Method Create service object ready for execution (incl. checks) 20041103
9 FACTORY Static method Public Method Factory 20040720
10 GET_TH_RULE_COND Instance method Public Method Get Conditions (Hierarchy Nodes NOT Exploded) 20080219
11 GET_VAR Instance method Public Method Get variables (UIDs) 20041118
12 GET_VAR_CONT Instance method Public Method Get variable container 20041004
13 SET_INFPROV Instance method Public Method Set InfoProvider 20040709
14 SET_SRVTYPENM Instance method Public Method Set service type 20040709
15 SET_S_ADMIN_INFO Instance method Public Method Set administration information 20040715
16 SET_TEXT Instance method Public Method Set text 20040708
17 SET_T_CHAR_USAGE Instance method Public Method Set usage of characteristics 20040708
18 SET_T_PARAM_SET_RULE Instance method Public Method Set parameter set rules 20040708
19 SET_VAR_CONT Instance method Public Method Set variable container 20041206
20 _BUILD_EXECUTABLE_SRV Instance method Private Method Build service object ready for execution (incl. checks) 20041126
21 _CHECK_CHAR_USAGE_GENERIC Instance method Private Method Generic Check: usage of characteristics 20050119
22 _CHECK_CHAR_USAGE_SPECIFIC Instance method Private Method Specific Check: usage of characteristics 20050128
23 _CHECK_GENERIC Instance method Private Method Generic overall check (internal) 20050119
24 _CHECK_PARAM Instance method Private Method Check parameter value (which is not a table) 20041119
25 _CHECK_RANGE Instance method Private Method Check ranges 20041117
26 _CHECK_SPECIFIC Instance method Private Method Specific check (with respect to the service type) 20041130
27 _CREATE_SRVTYPE_IMP Instance method Private Method Instantiate service type implementation 20050128
28 _EXPLODE_HIER Instance method Private Method Transform hierarchy nodes of service into single values 20041130
29 _EXPLODE_HIER_OF_PARAM Instance method Private Method Transform hierarchy nodes of parameter 20041130
30 _EXPLODE_HIER_OF_RANGE Instance method Private Method Transform hierarchy nodes of range 20041130
31 _FINAL_PREP Instance method Private Method Final API preparations (internal) 20050203
32 _FINAL_PREP_OF_PARAM Instance method Private Method Final API prep. for a parameter (which is not a table) 20050203
33 _GET_SRVTYPE_IMP Instance method Private Method Get service type implementation (instantiate if necessary) 20050128
34 _GET_TS_IOBJNM Instance method Private Method Get table of infoobjects from InfoProvider 20050126
35 _GET_VAR Instance method Private Method Get variables (incl. context info) 20040920
36 _GET_VAR_OF_PARAM Instance method Private Method Get variables of parameter (which is not a table) 20040920
37 _REPLACE_VAR_INT Instance method Private Method Replace variables (internal) 20040920
38 _REPLACE_VAR_OF_PARAM Instance method Private Method Replace variables of parameter (which is not a table) 20040921
Events
Class CL_RSPLFS_SRV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_S_RULE_COND Public See coding Range Tble for One Condition (One Rule) 20080219 begin of GT_S_RULE_COND, rulepos type RSPLF_RULEPOS, T_COND_RANGE type rsplf_t_range, end of GT_S_RULE_COND
2 GT_TH_RULE_COND Public See coding Range Tables of All Conditions (All Rules) 20080219 GT_TH_RULE_COND type HASHED TABLE OF GT_S_RULE_COND with unique key rulepos
3 LT_S_UID Private See coding Structure variable UID 20040920 begin of LT_S_UID, uid TYPE rsuniidc25, end of LT_S_UID
4 LT_TH_CHAR_USAGE Private See coding Hash table for char usage 20041118 LT_TH_CHAR_USAGE type hashed table of RSPLF_s_CHAR_USAGE with unique key charnm
5 LT_TH_SRVNM Private See coding Table with Functions 20120516 LT_TH_SRVNM type hashed table of rsplf_srvnm with unique key table_line
6 LT_TS_IOBJNM Private See coding Table of InfoObjects of InfoProvider 20050125 LT_TS_IOBJNM TYPE Sorted TABLE OF rsiobjnm WITH unique KEY table_line
7 LT_T_UID Private See coding Table for variable UIDs 20040920 LT_T_UID type standard table of lt_s_uid with default key
Method Signatures

Method ADD_CHECKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SRVNM Call by reference Type reference (TYPE) RSPLF_SRVNM Name Planungsfunktion 20120516

Method ADD_CHECKED on class CL_RSPLFS_SRV has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_APPLICATION Value transfer Object reference (TYPE REF TO) CL_RSBOLAP_APPLICATION Applikationskontext 20050502
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20101105
3 Importing I_SEQNM Value transfer Type reference (TYPE) RSPLS_SEQNM SPACE Name (ID) Planungs-Sequenz 20050502
4 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20101105

Method CHECK on class CL_RSPLFS_SRV has no exception.

Method CHECK_CHAR_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20101105
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20101105

Method CHECK_CHAR_USAGE on class CL_RSPLFS_SRV has no exception.

Method CHECK_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20101105
2 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20101105

Method CHECK_GENERIC on class CL_RSPLFS_SRV has no exception.

Method CLEAR_CHECKED Signature

Method CLEAR_CHECKED on class CL_RSPLFS_SRV has no parameter.
Method CLEAR_CHECKED on class CL_RSPLFS_SRV has no exception.

Method CLONE 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 clone 20040830

Method CLONE on class CL_RSPLFS_SRV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider name 20040708
2 Importing I_NAME Call by reference Type reference (TYPE) RSPLF_SRVNM Service name 20040706
3 Importing I_SRVTYPENM Call by reference Type reference (TYPE) RSPLF_SRVTYPENM Service type name 20040708
4 Importing I_S_ADMIN_INFO Call by reference Type reference (TYPE) RSPLF_S_SRV_ADMIN_INFO Administration information 20040715
5 Importing I_TEXT Call by reference Type reference (TYPE) RSTXTLG Service text 20040709
6 Importing I_T_CHAR_USAGE Call by reference Type reference (TYPE) RSPLF_T_CHAR_USAGE Usage of characteristics 20040709
7 Importing I_T_PARAM_SET_RULE Call by reference Type reference (TYPE) RSPLF_T_PARAM_SET_RULE Parameter rules 20040709

Method CONSTRUCTOR on class CL_RSPLFS_SRV has no exception.

Method CREATE_EXECUTABLE_SRV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Call by reference Type reference (TYPE) RS_BOOL Check result 20041103
2 Exporting E_R_SRV Call by reference Object reference (TYPE REF TO) CL_RSPLFS_SRV Copy of Service where all variables are replaced 20041103
3 Importing I_R_APPLICATION Call by reference Object reference (TYPE REF TO) CL_RSBOLAP_APPLICATION Applikationskontext 20050502
4 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Meldungen (mit Kontext) 20101105
5 Importing I_SEQNM Call by reference Type reference (TYPE) RSPLS_SEQNM Name (ID) Planungs-Sequenz 20050502

Method CREATE_EXECUTABLE_SRV on class CL_RSPLFS_SRV has no exception.

Method FACTORY 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 RS_C_OBJVERS-ACTIVE Version 20041027
2 Importing I_SRVNM Call by reference Type reference (TYPE) RSPLF_SRVNM Name (ID) Planungs-Service 20040720
3 Returning R_R_SRV Value transfer Object reference (TYPE REF TO) CL_RSPLFS_SRV Planungs-Service (Objektmodell) 20040720
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Instantiation failed 20041112

Method GET_TH_RULE_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_RULE_COND Call by reference Type reference (TYPE) GT_TH_RULE_COND Range tables of all conditions (all rules) 20080219

Method GET_TH_RULE_COND on class CL_RSPLFS_SRV has no exception.

Method GET_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_UID Value transfer Type reference (TYPE) RSPLF_T_UID Variable UIDs 20041118

Method GET_VAR on class CL_RSPLFS_SRV has no exception.

Method GET_VAR_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_APPLICATION Call by reference Object reference (TYPE REF TO) CL_RSBOLAP_APPLICATION Applikationskontext 20050502
2 Importing I_SEQNM Call by reference Type reference (TYPE) RSPLS_SEQNM SPACE Name (ID) Planungs-Sequenz 20050502
3 Returning R_R_VAR_CONT Value transfer Object reference (TYPE REF TO) CL_RSPLFR_VAR_CONT Variablen Container 20041004
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Error when creating container 20041105

Method SET_INFPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider name 20040709

Method SET_INFPROV on class CL_RSPLFS_SRV has no exception.

Method SET_SRVTYPENM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SRVTYPENM Call by reference Type reference (TYPE) RSPLF_SRVTYPENM Service type name 20040709

Method SET_SRVTYPENM on class CL_RSPLFS_SRV has no exception.

Method SET_S_ADMIN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ADMIN_INFO Call by reference Type reference (TYPE) RSPLF_S_SRV_ADMIN_INFO Administration information 20040715

Method SET_S_ADMIN_INFO on class CL_RSPLFS_SRV has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) RSTXTLG Text 20040708

Method SET_TEXT on class CL_RSPLFS_SRV has no exception.

Method SET_T_CHAR_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_CHAR_USAGE Call by reference Type reference (TYPE) RSPLF_T_CHAR_USAGE Usage of characteristics 20040708

Method SET_T_CHAR_USAGE on class CL_RSPLFS_SRV has no exception.

Method SET_T_PARAM_SET_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_PARAM_SET_RULE Call by reference Type reference (TYPE) RSPLF_T_PARAM_SET_RULE Regeln: Zuordnung von Bedingungen zu Parametersätzen 20040708

Method SET_T_PARAM_SET_RULE on class CL_RSPLFS_SRV has no exception.

Method SET_VAR_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VAR_CONT Value transfer Object reference (TYPE REF TO) CL_RSPLFR_VAR_CONT Variablen Container 20041206

Method SET_VAR_CONT on class CL_RSPLFS_SRV has no exception.

Method _BUILD_EXECUTABLE_SRV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Call by reference Type reference (TYPE) RS_BOOL OK 20041126
2 Importing I_R_APPLICATION Call by reference Object reference (TYPE REF TO) CL_RSBOLAP_APPLICATION Applikationskontext 20050502
3 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20050119
4 Importing I_SEQNM Call by reference Type reference (TYPE) RSPLS_SEQNM Name (ID) Planungs-Sequenz 20050502

Method _BUILD_EXECUTABLE_SRV on class CL_RSPLFS_SRV has no exception.

Method _CHECK_CHAR_USAGE_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20050119
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20050119

Method _CHECK_CHAR_USAGE_GENERIC on class CL_RSPLFS_SRV has no exception.

Method _CHECK_CHAR_USAGE_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20050128
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20050128

Method _CHECK_CHAR_USAGE_SPECIFIC on class CL_RSPLFS_SRV has no exception.

Method _CHECK_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_HIERINFO Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Check Hierarchy Information in Ranges 20080801
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20050119
3 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20050119

Method _CHECK_GENERIC on class CL_RSPLFS_SRV has no exception.

Method _CHECK_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_HIERINFO Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Check Hierarchy Information in Ranges 20080801
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message container 20041119
3 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20041119
4 Importing I_R_RANGE_HELPER Call by reference Object reference (TYPE REF TO) CL_RSPLFU_RANGE_HELPER Ranges helper 20041126
5 Importing I_S_MSG_CONTEXT Call by reference Type reference (TYPE) RSPLF_S_MSG_CONTEXT Message context 20050211
6 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL OK 20041119

Method _CHECK_PARAM on class CL_RSPLFS_SRV has no exception.

Method _CHECK_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_HIERINFO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Check hierarchy information 20080801
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message container 20041117
3 Importing I_R_PARAM_DEF_DATA_SEL Call by reference Object reference (TYPE REF TO) CL_RSPLFD_PARAM_DATA_SEL Data selection parameter (definition) 20041118
4 Importing I_R_RANGE_HELPER Call by reference Object reference (TYPE REF TO) CL_RSPLFU_RANGE_HELPER Range helper 20041126
5 Importing I_S_MSG_CONTEXT Call by reference Type reference (TYPE) RSPLF_S_MSG_CONTEXT Meldungskontext 20050211
6 Importing I_T_RANGE Call by reference Type reference (TYPE) RSPLF_T_RANGE Ranges table 20041117
7 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL OK 20041117

Method _CHECK_RANGE on class CL_RSPLFS_SRV has no exception.

Method _CHECK_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20041130
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Check result 20041130

Method _CHECK_SPECIFIC on class CL_RSPLFS_SRV has no exception.

Method _CREATE_SRVTYPE_IMP Signature

Method _CREATE_SRVTYPE_IMP on class CL_RSPLFS_SRV has no parameter.
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Hülse für Meldungen 20050128

Method _EXPLODE_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Value transfer Type reference (TYPE) RS_BOOL OK 20041130
2 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Container für Nachrichten 20041130

Method _EXPLODE_HIER on class CL_RSPLFS_SRV has no exception.

Method _EXPLODE_HIER_OF_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Value transfer Type reference (TYPE) RS_BOOL OK 20041130
2 Importing I_HDATE Call by reference Type reference (TYPE) RSDATE Default-Stichtag 20050413
3 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Container für Nachrichten 20041130
4 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20041130

Method _EXPLODE_HIER_OF_PARAM on class CL_RSPLFS_SRV has no exception.

Method _EXPLODE_HIER_OF_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) RSPLF_T_RANGE Ranges-table 20041130
2 Exporting E_OK Value transfer Type reference (TYPE) RS_BOOL OK 20041130
3 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSPLFU_MSG Message Container 20041130

Method _EXPLODE_HIER_OF_RANGE on class CL_RSPLFS_SRV has no exception.

Method _FINAL_PREP Signature

Method _FINAL_PREP on class CL_RSPLFS_SRV has no parameter.
Method _FINAL_PREP on class CL_RSPLFS_SRV has no exception.

Method _FINAL_PREP_OF_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20050203

Method _FINAL_PREP_OF_PARAM on class CL_RSPLFS_SRV has no exception.

Method _GET_SRVTYPE_IMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_SRVTYPE_IMPL Value transfer Object reference (TYPE REF TO) OBJECT Service type 20050128
# Exception Resumable Description Created on
1 CX_RSPLS_MSG_STATIC_CHECK Hülse für Meldungen 20050128

Method _GET_TS_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TS_IOBJNM Value transfer Type reference (TYPE) LT_TS_IOBJNM Table of infoobjects of infoprovider 20050126

Method _GET_TS_IOBJNM on class CL_RSPLFS_SRV has no exception.

Method _GET_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HIER_INFO Call by reference Type reference (TYPE) RSPLF_T_RANGE Variable UIDs and their hierarchy context in the range table 20051013
2 Exporting E_T_VARIABLE Call by reference Type reference (TYPE) CL_RSPLFR_VAR_CONT=>GT_T_VARIABLE Variable UIDs (incl. shift and composition) 20051013
3 Importing I_WITH_CHECK Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Include consistency check 20040921

Method _GET_VAR on class CL_RSPLFS_SRV has no exception.

Method _GET_VAR_OF_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HIER_INFO Call by reference Type reference (TYPE) RSPLF_T_RANGE Variable UIDs and their hierarchy context in the range table 20051013
2 Exporting E_T_VARIABLE Call by reference Type reference (TYPE) CL_RSPLFR_VAR_CONT=>GT_T_VARIABLE Variable UIDs (incl. shift and composition) 20051013
3 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20040920

Method _GET_VAR_OF_PARAM on class CL_RSPLFS_SRV has no exception.

Method _REPLACE_VAR_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VAR_CONT Call by reference Object reference (TYPE REF TO) CL_RSPLFR_VAR_CONT Variable container 20040921

Method _REPLACE_VAR_INT on class CL_RSPLFS_SRV has no exception.

Method _REPLACE_VAR_OF_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAM_VAL Call by reference Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20040921
2 Importing I_R_VAR_CONT Call by reference Object reference (TYPE REF TO) CL_RSPLFR_VAR_CONT Variable container 20040921

Method _REPLACE_VAR_OF_PARAM on class CL_RSPLFS_SRV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700