SAP ABAP Class CL_CRM_BSP_ACCS_LABEL (Blueprint: Fieldgrp customizing Table Access Class)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PCF-CUS (Application Component) People-Centric UI Framework Customizing
⤷
CRM_BSP_FRAME_SC_BLUEPRINT (Package) Controller Implementation: Blueprint

⤷

⤷

Properties
Class | CL_CRM_BSP_ACCS_LABEL | |
Short Description | Blueprint: Fieldgrp customizing Table Access Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CRM_BSP_FRAME_SC_BLUEPRINT | Controller Implementation: Blueprint |
Created | 20040927 | SAP |
Last change | 20050615 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CRM_BSP_ACCS_LABEL has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_LABEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | '9' | Any available from S to L | 20050208 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | '4' | Header | 20050204 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | '3' | Long label | 20050204 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | '2' | Medium label | 20050204 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Short label | 20050204 | |
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_APPL_CACHE | Application/blview cache | 20041013 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE | Cache | 20040927 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Read a possibly redefined label for a given field | 20041014 |
2 | ![]() |
Static method | Public | Method | Get the redefined text for a component | 20050110 |
3 | ![]() |
Static method | Private | Method | INTERNAL: Read Layout Entries for a Main Field Group | 20040927 |
4 | ![]() |
Static method | Public | Method | Reset cache | 20040927 |
Events
Class CL_CRM_BSP_ACCS_LABEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CACHE | Private | See coding | Cache Entry | 20040927 | BEGIN OF ts_cache,
fieldgroup TYPE crmt_bsp_fieldgrp,
application TYPE CRMT_BSP_APPL,
blview TYPE crmt_bsp_blview,
fieldname TYPE FIELDNAME,
t_layout_s TYPE CRMC_FLD_LABEL,
t_layout_c TYPE CRMC_FLD_LABEL,
END OF ts_cache
|
|
2 | TT_APPL_CACHE | Private | See coding | 20041013 | tt_appl_cache TYPE STANDARD TABLE OF ty_appl_cache
|
||
3 | TT_CACHE | Private | See coding | Cache | 20040927 | tt_cache TYPE HASHED TABLE OF ts_cache
WITH UNIQUE KEY fieldgroup application blview fieldname
|
|
4 | TY_APPL_CACHE | Private | See coding | 20041013 | BEGIN OF ty_appl_cache,
application TYPE crmt_bsp_appl,
blview TYPE crmt_bsp_blview,
text_key TYPE crm_prt_textkey,
END OF ty_appl_cache
|
Method Signatures
Method GET_REDEFINED_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LABEL | Call by reference | Type reference (TYPE) | STRING | 20041014 | |||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20041014 | |||
3 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Anzeige | 20041014 | ||
4 | ![]() |
IV_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | 20041014 | |||
5 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20041014 | ||
6 | ![]() |
IV_LABEL_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | '2' | Label type (short, med, long) | 20050204 |
Method GET_REDEFINED_LABEL on class CL_CRM_BSP_ACCS_LABEL has no exception.
Method GET_REDEFINED_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_TEXT | Call by reference | Type reference (TYPE) | CRMS_PRT_TEXT_LABEL | Bezeichner für einen Textschlüssel | 20050110 | ||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | Anwendung | 20050110 | ||
3 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | View for Display in the People-Centric UI | 20050110 | ||
4 | ![]() |
IV_COMPONENT | Call by reference | Type reference (TYPE) | CRM_BSP_COMPONENT | Bildkomponente BSP Framework | 20050110 | ||
5 | ![]() |
IV_COMPONENT_TYPE | Call by reference | Type reference (TYPE) | CRM_BSP_COMPONENT_TYPE | Screen component type | 20050110 | ||
6 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050110 |
Method GET_REDEFINED_TEXT on class CL_CRM_BSP_ACCS_LABEL has no exception.
Method LOAD_ITEM_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20040927 | |||
2 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Anzeige | 20040927 | ||
3 | ![]() |
IV_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | 20040927 | |||
4 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20040927 | |||
5 | ![]() |
TEXT_KEY | Call by reference | Type reference (TYPE) | CRM_PRT_TEXTKEY | 20040927 |
Method LOAD_ITEM_LIST on class CL_CRM_BSP_ACCS_LABEL has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_CRM_BSP_ACCS_LABEL has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_LABEL has no exception.
History
Last changed by/on | SAP | 20050615 |
SAP Release Created in | 700 |