SAP ABAP Class CL_BSSP_HP_FIN_AR_KEYFIG (Feeder Class for Key Figure CHIPs)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI (Application Component) Financial Accounting
     FIN_APAR_PAGES (Package) Home Pages and Work Centers in FI-AP/AR
Properties
Class CL_BSSP_HP_FIN_AR_KEYFIG  
Short Description Feeder Class for Key Figure CHIPs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIN_APAR_PAGES   Home Pages and Work Centers in FI-AP/AR 
Created 20121106   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)
Interfaces
Class CL_BSSP_HP_FIN_AR_KEYFIG has no interface implemented.
Friends
Class CL_BSSP_HP_FIN_AR_KEYFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_TREND_CONSTANT Constant Private Type reference (TYPE) CHAR1 'C' Character Field of Length 10 20121121
2 MC_TREND_NEGATIVE Constant Private Type reference (TYPE) CHAR1 'N' Character Field of Length 10 20121121
3 MC_TREND_POSITIVE Constant Private Type reference (TYPE) CHAR1 'P' Single-Character Indicator 20121121
4 MO_CHIP_API Instance attribute Private Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20121106
5 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20121107
6 MO_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller Interface 20121115
7 MO_FPM Instance attribute Private Object reference (TYPE REF TO) IF_FPM FPM Instance 20121113
8 MO_MSG_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20121112
9 MS_PARAMETERS Instance attribute Private Type reference (TYPE) FIN_APAR_HP_CHIP_DEFAULT_VALUE Selection Parameters for Key Figure CHIPs 20121106
10 MS_TOOLBAR Instance attribute Private Type reference (TYPE) TYP_TOOLBAR Toolbar Values 20121107
11 MT_LPD_CONTENT Instance attribute Private Type reference (TYPE) APB_LPD_T_CONTENT Contents of Assigned Launchpad 20121112
12 MT_PARAM_COMPONENTS Instance attribute Private Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20121130
13 MT_PARAM_NAME_VALUE_PAIRS Instance attribute Private Type reference (TYPE) TYP_T_NAME_VALUE_PAIRS Table with Name/Value Pairs 20121202
14 MT_TOOLBAR_COMPONENTS Instance attribute Private Type reference (TYPE) ABAP_COMPONENT_TAB Toolbar Components 20121108
15 MV_COMPONENT_NAME Instance attribute Private Type reference (TYPE) STRING Name of Web Dynpro Components 20121107
16 MV_CONFIG_KEY Instance attribute Private Type reference (TYPE) WDY_CONFIG_ID Key Components of Configuration Tables 20121109
17 MV_LPD_INSTANCE Instance attribute Private Type reference (TYPE) APB_LPD_INSTANCE Instance 20121112
18 MV_LPD_ROLE Instance attribute Private Type reference (TYPE) APB_LPD_ROLE Role 20121112
19 MV_PARAMETERS_CHANGED Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20121106
20 MV_TREND Instance attribute Private Type reference (TYPE) CHAR1 Trend 20121121
Methods
# Method Level Visibility Method type Description Created on
1 CHIP_DO_EXIT Instance method Public Method 20121106
2 CHIP_DO_INIT Instance method Public Method 20121106
3 CHIP_NOTIFICATION Instance method Protected Event handling method 20121202
4 CREATE_TOOLBAR_CONTEXT Instance method Private Method 20121108
5 DEFINE_LAUNCHPAD Instance method Protected Method 20121112
6 DEFINE_NAVIGATION_PARAMETERS Instance method Protected Method 20121113
7 DEFINE_PERSONAL_PARAMETERS Instance method Protected Method 20121109
8 GET_ACCOUNTANT_NAME Instance method Private Method 20121107
9 GET_BUS_AREA_NAME Instance method Private Method 20121106
10 GET_COMPANY_CODE_NAME Instance method Private Method 20121106
11 GET_COUNTRY_NAME Instance method Private Method 20121107
12 GET_DATA Instance method Public Method 20121106
13 GET_DEFAULT_VALUES Instance method Protected Method 20121109
14 GET_DOC_TYPE_NAME Instance method Private Method 20121107
15 GET_INDUSTRY_NAME Instance method Private Method 20121107
16 GET_PARAMETER_LABELS Instance method Protected Method 20121116
17 GET_TOOLBAR_COMPONENTS Instance method Private Method 20121108
18 GET_TOOLBAR_DATA Instance method Private Method 20121107
19 GET_TOOLBAR_ITEM_LABELS Instance method Protected Method 20121108
20 INPORT_HANDLER Instance method Private Event handling method 20121106
21 MODIFY_VIEW Instance method Public Method 20121106
22 NAVIGATE Instance method Private Method 20121112
23 PREPARE_FREE_SELECTION Instance method Protected Method 20121121
24 RAISE_MESSAGE Instance method Private Method 20121112
25 SET_KEYFIGURE_CONTEXT Instance method Protected Method 20121121
26 SET_TOOLBAR_DATA Instance method Private Method 20121107
27 TOOLBAR_ACTION Instance method Public Method 20121106
Events
Class CL_BSSP_HP_FIN_AR_KEYFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_NAME_VALUE_PAIRS Private See coding 20121202 BEGIN OF typ_name_value_pairs, name TYPE string, value TYPE string, END OF typ_name_value_pairs
2 TYP_TOOLBAR Protected See coding 20121107 BEGIN OF typ_toolbar, topn TYPE fin_ar_topn, days TYPE int2, dunning_level TYPE mahns_d, END OF typ_toolbar
3 TYP_TREND_VALUE Protected See coding 20121207 typ_trend_value TYPE p LENGTH 3 DECIMALS 1
4 TYP_T_NAME_VALUE_PAIRS Private See coding 20121202 typ_t_name_value_pairs TYPE STANDARD TABLE OF typ_name_value_pairs
Method Signatures

Method CHIP_DO_EXIT Signature

Method CHIP_DO_EXIT on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method CHIP_DO_EXIT on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method CHIP_DO_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHIP_API Call by reference Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20121106
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20121106
3 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Component 20121106
4 Importing IO_FPM Call by reference Object reference (TYPE REF TO) IF_FPM 20121113
5 Importing IO_MSG_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message-Manager 20121112

Method CHIP_DO_INIT on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method CHIP_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Attribute reference (LIKE) 20121202
2 Importing NAMESPACE Call by reference Attribute reference (LIKE) 20121202

Method CHIP_NOTIFICATION on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method CREATE_TOOLBAR_CONTEXT Signature

Method CREATE_TOOLBAR_CONTEXT on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method CREATE_TOOLBAR_CONTEXT on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method DEFINE_LAUNCHPAD Signature

Method DEFINE_LAUNCHPAD on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method DEFINE_LAUNCHPAD on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method DEFINE_NAVIGATION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARAMETERS Value transfer Type reference (TYPE) APB_LPD_T_PARAMS 20121113

Method DEFINE_NAVIGATION_PARAMETERS on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method DEFINE_PERSONAL_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARAM_INFO Value transfer Type reference (TYPE) CHIP_PARAMS_ADD_INFO Zusatzinfo zu den Parametern eines Ports 20121109

Method DEFINE_PERSONAL_PARAMETERS on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_ACCOUNTANT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCOUNTANT Call by reference Type reference (TYPE) BUSAB Buchhaltungssachbearbeiter 20121107
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20121107

Method GET_ACCOUNTANT_NAME on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_BUS_AREA_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GSBER Call by reference Type reference (TYPE) GSBER Geschäftsbereich 20121106
2 Returning RV_NAME Value transfer Type reference (TYPE) GTEXT Geschäftsbereichsbezeichnung 20121106

Method GET_BUS_AREA_NAME on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_COMPANY_CODE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20121106
2 Returning RV_NAME Value transfer Type reference (TYPE) BUTXT Buchungskreis- oder Firmen-Bezeichnung 20121106

Method GET_COMPANY_CODE_NAME on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_COUNTRY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20121107
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20121107

Method GET_COUNTRY_NAME on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_DATA Signature

Method GET_DATA on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method GET_DATA on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_DEFAULT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DEFAULTS Value transfer Type reference (TYPE) FIN_APAR_HP_CHIP_DEFAULT_VALUE Selektionsparameter für Kennzahl-CHIPs 20121109

Method GET_DEFAULT_VALUES on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_DOC_TYPE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOC_TYPE Call by reference Type reference (TYPE) BLART Belegart 20121107
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20121107

Method GET_DOC_TYPE_NAME on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_INDUSTRY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDUSTRY Call by reference Type reference (TYPE) BRSCH Branchenschlüssel 20121107
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20121107

Method GET_INDUSTRY_NAME on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_PARAMETER_LABELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) STRING 20121116
2 Returning RV_LABEL Value transfer Type reference (TYPE) STRING 20121116

Method GET_PARAMETER_LABELS on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_TOOLBAR_COMPONENTS Signature

Method GET_TOOLBAR_COMPONENTS on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method GET_TOOLBAR_COMPONENTS on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_TOOLBAR_DATA Signature

Method GET_TOOLBAR_DATA on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method GET_TOOLBAR_DATA on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method GET_TOOLBAR_ITEM_LABELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) STRING 20121108
2 Returning RV_LABEL Value transfer Type reference (TYPE) STRING 20121108

Method GET_TOOLBAR_ITEM_LABELS on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method INPORT_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_EVENT Value transfer Attribute reference (LIKE) 20121106

Method INPORT_HANDLER on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method MODIFY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API eines Views 20121107
2 Importing IV_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20121107

Method MODIFY_VIEW on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method NAVIGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LPD_ID Call by reference Type reference (TYPE) STRING 20121112

Method NAVIGATE on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method PREPARE_FREE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FREE_SELECTION Value transfer Type reference (TYPE) RSDS_TRANGE 20121121

Method PREPARE_FREE_SELECTION on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method RAISE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) FPMGB_S_T100_MESSAGE 20121112

Method RAISE_MESSAGE on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method SET_KEYFIGURE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEYFIGURE Call by reference Type reference (TYPE) STRING 20121121
2 Importing IV_TREND Call by reference Type reference (TYPE) CHAR1 Web Dynpro: TextViewSemanticColor 20121121
3 Importing IV_TREND_VALUE Call by reference Type reference (TYPE) TYP_TREND_VALUE Trendwert 20121121

Method SET_KEYFIGURE_CONTEXT on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method SET_TOOLBAR_DATA Signature

Method SET_TOOLBAR_DATA on class CL_BSSP_HP_FIN_AR_KEYFIG has no parameter.
Method SET_TOOLBAR_DATA on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.

Method TOOLBAR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20121107
2 Importing IO_WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20121107
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20121107

Method TOOLBAR_ACTION on class CL_BSSP_HP_FIN_AR_KEYFIG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 616