SAP ABAP Class /BOFU/CL_LIB_SHORT_TEXT (Short Texts: Check/Init Lang, Init Upper case text)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_DETERMINATION | Interface for a Determination | 20090827 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_VALIDATION | Interface for a Validation | 20090827 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_DMO_D_TXT_2_UPPERCASE | Initialize Upper Case Short text | 20110119 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_LIB_D_TXT_2_UPPERCASE | Initialize Upper Case Short text | 20091109 |
Properties
| Class | /BOFU/CL_LIB_SHORT_TEXT | |
| Short Description | Short Texts: Check/Init Lang, Init Upper case text | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /BOFU/COMMON | |
| Program status | ||
| Category | 0 | |
| Package | /BOFU/COMMON_1 | Common Types; Reuse Objects; Functions (Native BS_FND) |
| Created | 20090827 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_LIB_SHORT_TEXT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_FRW_DETERMINATION | Interface for a Determination | 20090827 | ||
| 2 | /BOBF/IF_FRW_VALIDATION | Interface for a Validation | 20090827 |
Friends
Class /BOFU/CL_LIB_SHORT_TEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'LANGUAGE_CODE' | 20090827 | |||
| 2 | Constant | Protected | Type reference (TYPE) | STRING | 'TEXT' | 20090827 | |||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'TEXT_U' | 20090827 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Check language and text | 20090827 | |
| 2 | Instance method | Protected | Method | Get Text Fields | 20090827 | |
| 3 | Instance method | Protected | Method | Initialize Language After MODIFY | 20090827 | |
| 4 | Instance method | Protected | Method | Initialize Upper case text during save | 20090827 |
Events
Class /BOFU/CL_LIB_SHORT_TEXT has no event.
Types
Class /BOFU/CL_LIB_SHORT_TEXT has no local type.
Method Signatures
Method CHECK_LANG_AND_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Message Object | 20090827 | |||
| 2 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Node Assignment to Error Flag | 20090827 | |||
| 3 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090827 | |||
| 4 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_VAL | Context Information for Validations | 20090827 | |||
| 5 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20090827 |
Method GET_TEXT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELD_LANGUAGE_CODE | Call by reference | Type reference (TYPE) | CLIKE | Language Code Field | 20090827 | |||
| 2 | EV_FIELD_TEXT | Call by reference | Type reference (TYPE) | CLIKE | Text field (maintained by user) | 20090827 | |||
| 3 | EV_FIELD_TEXT_UPPER_CASE | Call by reference | Type reference (TYPE) | CLIKE | Text field (Uppercase - maintained in this determination) | 20090827 | |||
| 4 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090827 | |||
| 5 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090827 |
Method GET_TEXT_FIELDS on class /BOFU/CL_LIB_SHORT_TEXT has no exception.
Method INIT_LANG_AFTER_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Message Object | 20090827 | |||
| 2 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090827 | |||
| 3 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090827 | |||
| 4 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090827 | |||
| 5 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20090827 | |||
| 6 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class | 20090827 |
Method INIT_UCASE_TXT_4_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Message Object | 20090827 | |||
| 2 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090827 | |||
| 3 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20090827 | |||
| 4 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20090827 | |||
| 5 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20090827 | |||
| 6 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class | 20090827 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |