SAP ABAP Class /BOFU/CL_TXC_HELPER (Helper Class for Text Collection)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/TEXT_COLLECTION_CONF (Package) DO Text Collection: New Configurations
⤷
⤷
Properties
| Class | /BOFU/CL_TXC_HELPER | |
| Short Description | Helper Class for Text Collection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/TEXT_COLLECTION_CONF | DO Text Collection: New Configurations |
| Created | 20090422 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_TXC_HELPER has no forward declaration.
Interfaces
Class /BOFU/CL_TXC_HELPER has no interface implemented.
Friends
Class /BOFU/CL_TXC_HELPER has no friend class.
Attributes
Class /BOFU/CL_TXC_HELPER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Determines the text according to the source | 20110912 | |
| 2 | Static method | Public | Method | Determines the accesses for an access sequence | 20110912 | |
| 3 | Static method | Public | Method | Determines the properties of the access | 20110912 | |
| 4 | Static method | Public | Method | Determines the exit class for the text type | 20111012 | |
| 5 | Static method | Public | Method | Determines mandatory text types of text schema | 20090424 | |
| 6 | Static method | Private | Method | Gets new BO conf and service manager instance if xBO assoc | 20110915 | |
| 7 | Static method | Public | Method | Determines the text for the text type | 20110912 | |
| 8 | Static method | Private | Method | Internal method called to navigate from TxC DO Root | 20110916 | |
| 9 | Static method | Public | Method | Determines and sets text schema ID | 20090423 | |
| 10 | Static method | Public | Method | Determines all text types of text schema | 20110912 | |
| 11 | Static method | Public | Method | Determines node key of the Text Collection DO | 20110918 |
Events
Class /BOFU/CL_TXC_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_KEY_LANG_MAP | Protected | See coding | 20111122 | BEGIN OF ts_key_lang_map,
key TYPE /bobf/conf_key,
lang TYPE spras,
END OF ts_key_lang_map
|
||
| 2 | TT_KEY_LANG_MAP | Protected | See coding | 20111122 | tt_key_lang_map TYPE STANDARD TABLE OF ts_key_lang_map
WITH KEY key
|
Method Signatures
Method DETERMINE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEXT | Call by reference | Type reference (TYPE) | /BOFU/T_TEXT_DETAILS | Table of determined text details | 20110926 | |||
| 2 | EV_TEXT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110916 | |||
| 3 | IV_ACCESS_ID | Call by reference | Type reference (TYPE) | /BOFU/TXC_ACC_ID | Access Id | 20110916 | |||
| 4 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | BO Key | 20110916 | |||
| 5 | IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Instance key | 20110916 | |||
| 6 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Node Key | 20110916 | |||
| 7 | IV_TEXT_TYPE | Call by reference | Type reference (TYPE) | /BOBF/TXC_TEXT_TYPE | Text Type | 20110916 |
Method DETERMINE_TEXT on class /BOFU/CL_TXC_HELPER has no exception.
Method GET_ACCESS_FOR_ACCESS_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACCESS | Call by reference | Type reference (TYPE) | /BOFU/T_TXC_ACC | Table of Access IDs | 20110919 | |||
| 2 | IV_ACC_SEQ_ID | Call by reference | Type reference (TYPE) | /BOFU/TXC_ACC_SEQ | Access Sequence | 20110913 |
Method GET_ACCESS_FOR_ACCESS_SEQUENCE on class /BOFU/CL_TXC_HELPER has no exception.
Method GET_ACCESS_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ACCESS_TYPE | Call by reference | Type reference (TYPE) | /BOFU/TXC_ACC_TYPE | Access type | 20110915 | |||
| 2 | IV_ACCESS_ID | Call by reference | Type reference (TYPE) | /BOFU/TXC_ACC | Access Id | 20110915 |
Method GET_ACCESS_PROPERTIES on class /BOFU/CL_TXC_HELPER has no exception.
Method GET_EXIT_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXIT_CLASS | Call by reference | Type reference (TYPE) | /BOFU/TXC_EXIT_CLASS | Exit class for text type | 20111019 | |||
| 2 | IV_TEXT_SCHEMA_ID | Call by reference | Type reference (TYPE) | /BOBF/TXC_TEXT_SCHEMA_ID | Text Schema | 20111012 | |||
| 3 | IV_TEXT_TYPE | Call by reference | Type reference (TYPE) | /BOBF/TXC_TEXT_TYPE | Text Type | 20111012 |
Method GET_EXIT_CLASS on class /BOFU/CL_TXC_HELPER has no exception.
Method GET_MAND_TEXT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MANDATORY | Call by reference | Type reference (TYPE) | /BOBF/TXC_MANDATORY_IND | Mandatory Text | 20090424 | |||
| 2 | IV_TEXT_SCHEMA_ID | Call by reference | Type reference (TYPE) | /BOBF/TXC_TEXT_SCHEMA_ID | Text Schema | 20090424 | |||
| 3 | RD_LIST | Value transfer | Object reference (TYPE REF TO) | /BOBF/T_TXCTTS | Assignment Base Text Type to Schema and Configuration Table | 20090429 |
Method GET_MAND_TEXT_TYPES on class /BOFU/CL_TXC_HELPER has no exception.
Method GET_NEW_CONF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20110915 | |||
| 2 | EO_SRV_MGR | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_SERVICE_MANAGER | Containing the public service methods of a service manager | 20110915 | |||
| 3 | IS_ASSOC_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20110915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20110926 |
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEXT | Call by reference | Type reference (TYPE) | /BOFU/T_TEXT_DETAILS | Text details | 20111122 | |||
| 2 | EV_TEXT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110916 | |||
| 3 | IS_ACCESS | Call by reference | Type reference (TYPE) | /BOFU/S_TXC_ACC | Access Id with details | 20110919 | |||
| 4 | IS_TEXT_INFO | Call by reference | Type reference (TYPE) | /BOFU/C_TXCTTS | Info about the selected text type | 20111021 | |||
| 5 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Business Object | 20110915 | |||
| 6 | IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Instance key | 20110915 | |||
| 7 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Node | 20110915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20110926 |
Method GET_TEXT_I Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEXT | Call by reference | Type reference (TYPE) | /BOFU/T_TEXT_DETAILS | Text details | 20111122 | |||
| 2 | EV_TEXT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110916 | |||
| 3 | IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20120413 | |||
| 4 | IO_SRV_MGR | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_SERVICE_MANAGER | Containing the public service methods of a service manager | 20120413 | |||
| 5 | IS_ACCESS | Call by reference | Type reference (TYPE) | /BOFU/S_TXC_ACC | Access ID line type | 20110919 | |||
| 6 | IS_ASSOC_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20110916 | |||
| 7 | IS_TEXT_INFO | Call by reference | Type reference (TYPE) | /BOFU/C_TXCTTS | The target text's info | 20111122 | |||
| 8 | IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Instance key | 20110916 | |||
| 9 | IV_TEXT_TYPE | Call by reference | Type reference (TYPE) | /BOBF/TXC_TEXT_TYPE | Source Text Type for retrieval | 20110916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20110926 |
Method GET_TEXT_SCHEMA_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TXC_ROOT | Call by reference | Object reference (TYPE REF TO) | /BOBF/S_TXC_ROOT_K | Change | 20090429 | |||
| 2 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | BO Key | 20090423 | |||
| 3 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node Key | 20090423 | |||
| 4 | RV_TEXT_SCHEMA_ID | Value transfer | Type reference (TYPE) | /BOBF/TXC_TEXT_SCHEMA_ID | Text schema (Configuration Profile Code) | 20090423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions customizing text collection | 20090423 |
Method GET_TEXT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT_SCHEMA_ID | Call by reference | Type reference (TYPE) | /BOBF/TXC_TEXT_SCHEMA_ID | Text Schema | 20110912 | |||
| 2 | RT_LIST | Value transfer | Type reference (TYPE) | /BOFU/T_TXCTTS | Text schema with assigned text types, access seq and ref | 20110916 |
Method GET_TEXT_TYPES on class /BOFU/CL_TXC_HELPER has no exception.
Method GET_TXC_NODE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ASSOC_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Node | 20110919 | |||
| 2 | EV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20110918 | |||
| 3 | EV_TEXT_ASSOC_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20111004 | |||
| 4 | EV_TEXT_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20111004 | |||
| 5 | EV_TXCNT_ASSOC_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20111004 | |||
| 6 | EV_TXCNT_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20111004 | |||
| 7 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20110918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BOPF Exception Class | 20110919 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |