SAP ABAP Class CL_FPM_CFG_CBA_ACT_FORM_FEEDER (Basic Feeder of the CBA ACT)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CONF (Package) FPM: Configuration Editor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20121128
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20121128
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM_EXT GUIBB Form extended 20121128
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20121128
Properties
Class CL_FPM_CFG_CBA_ACT_FORM_FEEDER  
Short Description Basic Feeder of the CBA ACT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_CONF   FPM: Configuration Editor 
Created 20121128   SAP 
Last change 20131127   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20121128
2 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20121128
3 IF_FPM_GUIBB_FORM_EXT GUIBB Form extended 20121128
4 IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20121128
Friends
Class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTION Constant Public See coding 20121205
2 GC_ADAPTATION_MODE Constant Public See coding 20121129
3 GC_CBA_DATA Constant Public Type reference (TYPE) STRING 'CBA_DATA' 20121128
4 GC_TECHNICAL_FIELD_NAMES Constant Protected See coding 20121128
5 MO_ADAPT_UTIL Instance attribute Private Object reference (TYPE REF TO) LIF_ADAPT_UTIL 20121128
6 MS_DATA Instance attribute Protected Type reference (TYPE) TY_CBA_APP_DETAILS 20121128
7 MV_NAMESPACE Instance attribute Protected Type reference (TYPE) NAMESPACE Namespace 20121128
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_APPL_CONFIG_EXISTS Instance method Private Method Checks whether the given FPM application configuration exist 20121128
2 CHECK_APPL_EXISTS Instance method Private Method Checks whether the given FPM application exists 20121128
3 CHECK_COMP_CONFIG_EXISTS Instance method Private Method Checks whether the given FPM component configuration exists 20121128
4 CHECK_OBJECT_NAME Instance method Private Method Check whether the appl/config name provided is OK or not 20121128
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121128
6 GET_SCHEMA_VALUES Instance method Private Method Collects all schema values 20121128
7 IS_APPL_CONFIG_FOR_FLOORPLAN Instance method Private Method Checks whether application configuration is an OIF, GAF, OVP 20121130
8 IS_ONLY_APPL_CONFIG_IN_APPL Instance method Private Method Checks whether application contains only the given appl conf 20121130
9 IS_USER_AUTHORIZED Instance method Private Method Check whether the user is authorized to create the objects 20121206
Events
Class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CBA_APP_DETAILS Public See coding 20121128 BEGIN OF ty_cba_app_details, adaptation_schema TYPE fpm_adaptation_schema, adaptation_conf_id TYPE wdy_config_id, appl_config_id TYPE wdy_config_id, appl_is_admin_rel TYPE httpadmsrvflag, cba_application_name TYPE wdy_application_name, cba_application_desc TYPE wdy_md_description, create_new_application TYPE char1, END OF ty_cba_app_details
2 TY_FPM_APPL_CONFIG_ID Protected See coding 20121128 BEGIN OF ty_fpm_appl_config_id, config_id TYPE wdy_config_id, description TYPE wdy_md_description, * application TYPE wdy_application_name, component TYPE wdy_conf_comp_name, END OF ty_fpm_appl_config_id
Method Signatures

Method CHECK_APPL_CONFIG_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20121128
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20121128

Method CHECK_APPL_CONFIG_EXISTS on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method CHECK_APPL_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_ID Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20121128
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20121128

Method CHECK_APPL_EXISTS on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method CHECK_COMP_CONFIG_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20121128
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20121128

Method CHECK_COMP_CONFIG_EXISTS on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method CHECK_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) STRING Object name 20121128
2 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Object name is valid 20121128

Method CHECK_OBJECT_NAME on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no parameter.
Method CONSTRUCTOR on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method GET_SCHEMA_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VALUE Value transfer Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST 20121128

Method GET_SCHEMA_VALUES on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method IS_APPL_CONFIG_FOR_FLOORPLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20121130
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20121130

Method IS_APPL_CONFIG_FOR_FLOORPLAN on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method IS_ONLY_APPL_CONFIG_IN_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20121130
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20121130

Method IS_ONLY_APPL_CONFIG_IN_APPL on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.

Method IS_USER_AUTHORIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_CONFIGURATION Call by reference Type reference (TYPE) WDY_CONFIG_ID 20121206
2 Importing IV_COMPONENT_CONFIGURATION Call by reference Type reference (TYPE) WDY_CONFIG_ID 20121206
3 Importing IV_WD_APPLICATION Call by reference Type reference (TYPE) WDY_APPLICATION_NAME 20121206
4 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20121206

Method IS_USER_AUTHORIZED on class CL_FPM_CFG_CBA_ACT_FORM_FEEDER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740