SAP ABAP Class CL_FPB_EXP_RUNTIME_INFO (Interface for Services calling the Framework)
Hierarchy
EA-FIN (Software Component) EA-FIN
   EP-PCT-MGR-CO (Application Component) Business Package for Manager Self-Service (FI)
     FPB_VP_EXPRESS_PLANNING (Package) Express Planning (Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPB_EXP_RUNTIME_INFO_SA Runtime Info for Service Wrapper 20060915
Properties
Class CL_FPB_EXP_RUNTIME_INFO  
Short Description Interface for Services calling the Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FPB_VP_EXPRESS_PLANNING   Express Planning (Framework) 
Created 20060403   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPB_EXP_RUNTIME_INFO has no forward declaration.
Interfaces
Class CL_FPB_EXP_RUNTIME_INFO has no interface implemented.
Friends
Class CL_FPB_EXP_RUNTIME_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MESSAGE_MANAGER Instance attribute Public Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20060403
2 MR_EXP_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_FPB_EXP_MODEL Express Planning Framework (VP) 20060404
3 MR_PORTAL_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_PORTAL_INTEGRATION Web Dynpro: Portal Integration 20060620
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060403
2 GET_APPLKEY_COMMENTS Instance method Public Method Get's a list of Service-Specific Comments 20060403
3 GET_MASTER_OBJECT Instance method Public Method Determines master object for a dependent object 20060421
4 GET_OBJECTS_BY_OBJECTTYPE Instance method Public Method 20061018
5 GET_VARIABLE_VALUE Instance method Public Method Determination of variable value 20060427
6 IS_EDITABLE Instance method Public Method return's the editability of the service 20060412
7 IS_PORTAL_INTEGRATION_ACTIVE Instance method Public Method Loosely coupled services can be called via portal int 20060427
8 PE_HIDE_DYNAMIC_IVIEW Instance method Public Method Fire Portal Event for removal of dynamic iView 20060623
9 PE_INITIALIZE_EXPRESS_PLANNING Instance method Public Method Portal Eventing Version of Initialize_express_planning 20060621
10 PE_SET_OBJECTS Instance method Public Method Portal Eventing Version of set_objects 20060621
11 REPLACE_VARIABLES Instance method Public Method Replacement of Variables in parameter string 20060427
12 SERIALIZE_OBJECTS Static method Public Method Transfers Object table to String 20060911
Events
Class CL_FPB_EXP_RUNTIME_INFO has no event.
Types
Class CL_FPB_EXP_RUNTIME_INFO 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 ID_MESSAGE_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20060403
2 Importing ID_MODEL Call by reference Object reference (TYPE REF TO) CL_FPB_EXP_MODEL Express Planning Framework (VP) 20060404
3 Importing ID_PORTAL_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_PORTAL_INTEGRATION Web Dynpro: Portal Integration 20060620

Method CONSTRUCTOR on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method GET_APPLKEY_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_APPLKEY Call by reference Type reference (TYPE) FPB_EXP_APPLKEY Application Specific Key 20060403
2 Importing ID_OBJECT Call by reference Type reference (TYPE) FPB_EXP_OBJECT General Object 20060403
3 Returning RT_COMMENTS Value transfer Type reference (TYPE) FPB_EXP_T_COMMENT_EXT Express Planning: Comments (Transfer Table) 20060403

Method GET_APPLKEY_COMMENTS on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method GET_MASTER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJECT Call by reference Type reference (TYPE) FPB_EXP_OBJECT General Object 20060421
2 Returning RD_MASTER_OBJECT Value transfer Type reference (TYPE) FPB_EXP_S_OBJECT Express Planning: Object List 20060421

Method GET_MASTER_OBJECT on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method GET_OBJECTS_BY_OBJECTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJECTTYPE Call by reference Type reference (TYPE) FPB_EXP_OBJECTTYPE Object Type for Planning Service 20061018
2 Returning RT_OBJECT Value transfer Type reference (TYPE) FPB_EXP_T_OBJECT Express Planning: Object List 20061018

Method GET_OBJECTS_BY_OBJECTTYPE on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method GET_VARIABLE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VAR_NAME Call by reference Type reference (TYPE) FPB_EXP_VAR_NAME 20060427
2 Returning RD_VAR_VALUE Value transfer Type reference (TYPE) FPB_EXP_PARAMETER Parameters for Service Call 20060427
# Exception Resumable Description Created on
1 NOT_FOUND 20060427
2 NO_VALUE 20060427

Method IS_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_IS_EDITABLE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20060412

Method IS_EDITABLE on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method IS_PORTAL_INTEGRATION_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_PORTAL_INTEGRATION_ACTIVE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20060427

Method IS_PORTAL_INTEGRATION_ACTIVE on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method PE_HIDE_DYNAMIC_IVIEW Signature

Method PE_HIDE_DYNAMIC_IVIEW on class CL_FPB_EXP_RUNTIME_INFO has no parameter.
Method PE_HIDE_DYNAMIC_IVIEW on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method PE_INITIALIZE_EXPRESS_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_IVIEW_ID Call by reference Type reference (TYPE) STRING 20060724
2 Importing ID_PARAM Call by reference Type reference (TYPE) STRING 20060719
3 Importing IS_SERVICE_CONTEXT Call by reference Type reference (TYPE) FPB_EXP_SERVICE_CONTEXT Service specific context 20060621

Method PE_INITIALIZE_EXPRESS_PLANNING on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method PE_SET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PARAM Call by reference Type reference (TYPE) STRING 20060719
2 Importing IT_OBJECT Call by reference Type reference (TYPE) FPB_EXP_T_OBJECT Express Planning: Object List 20060621

Method PE_SET_OBJECTS on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method REPLACE_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PARAM_STRING Call by reference Type reference (TYPE) FPB_EXP_PARAMETER Parameters for Service Call 20060427
2 Importing ID_REPLACE_OBJECT_PARAMS Call by reference Type reference (TYPE) BOOLE_D 'X' Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20060622
3 Returning RD_PARAM_STRING Value transfer Type reference (TYPE) FPB_EXP_PARAMETER Parameters for Service Call 20060427

Method REPLACE_VARIABLES on class CL_FPB_EXP_RUNTIME_INFO has no exception.

Method SERIALIZE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT Call by reference Type reference (TYPE) FPB_EXP_T_OBJECT Express Planning: Object List 20060911
2 Returning RD_OBJECT_STRING Value transfer Type reference (TYPE) STRING 20060911

Method SERIALIZE_OBJECTS on class CL_FPB_EXP_RUNTIME_INFO has no exception.
History
Last changed by/on SAP  20070913 
SAP Release Created in 600