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 DETERMINE_TEXT Static method Public Method Determines the text according to the source 20110912
2 GET_ACCESS_FOR_ACCESS_SEQUENCE Static method Public Method Determines the accesses for an access sequence 20110912
3 GET_ACCESS_PROPERTIES Static method Public Method Determines the properties of the access 20110912
4 GET_EXIT_CLASS Static method Public Method Determines the exit class for the text type 20111012
5 GET_MAND_TEXT_TYPES Static method Public Method Determines mandatory text types of text schema 20090424
6 GET_NEW_CONF Static method Private Method Gets new BO conf and service manager instance if xBO assoc 20110915
7 GET_TEXT Static method Public Method Determines the text for the text type 20110912
8 GET_TEXT_I Static method Private Method Internal method called to navigate from TxC DO Root 20110916
9 GET_TEXT_SCHEMA_ID Static method Public Method Determines and sets text schema ID 20090423
10 GET_TEXT_TYPES Static method Public Method Determines all text types of text schema 20110912
11 GET_TXC_NODE_KEY 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 Exporting ET_TEXT Call by reference Type reference (TYPE) /BOFU/T_TEXT_DETAILS Table of determined text details 20110926
2 Exporting EV_TEXT_FOUND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110916
3 Importing IV_ACCESS_ID Call by reference Type reference (TYPE) /BOFU/TXC_ACC_ID Access Id 20110916
4 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY BO Key 20110916
5 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Instance key 20110916
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Node Key 20110916
7 Importing 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 Exporting ET_ACCESS Call by reference Type reference (TYPE) /BOFU/T_TXC_ACC Table of Access IDs 20110919
2 Importing 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 Exporting EV_ACCESS_TYPE Call by reference Type reference (TYPE) /BOFU/TXC_ACC_TYPE Access type 20110915
2 Importing 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 Exporting EV_EXIT_CLASS Call by reference Type reference (TYPE) /BOFU/TXC_EXIT_CLASS Exit class for text type 20111019
2 Importing IV_TEXT_SCHEMA_ID Call by reference Type reference (TYPE) /BOBF/TXC_TEXT_SCHEMA_ID Text Schema 20111012
3 Importing 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 Importing IV_MANDATORY Call by reference Type reference (TYPE) /BOBF/TXC_MANDATORY_IND Mandatory Text 20090424
2 Importing IV_TEXT_SCHEMA_ID Call by reference Type reference (TYPE) /BOBF/TXC_TEXT_SCHEMA_ID Text Schema 20090424
3 Returning 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 Exporting EO_BO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20110915
2 Exporting 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 Importing IS_ASSOC_CONF Call by reference Type reference (TYPE) /BOBF/S_CONFRO_ASSOC Configuration: Association 20110915
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20110926

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) /BOFU/T_TEXT_DETAILS Text details 20111122
2 Exporting EV_TEXT_FOUND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110916
3 Importing IS_ACCESS Call by reference Type reference (TYPE) /BOFU/S_TXC_ACC Access Id with details 20110919
4 Importing IS_TEXT_INFO Call by reference Type reference (TYPE) /BOFU/C_TXCTTS Info about the selected text type 20111021
5 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Business Object 20110915
6 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Instance key 20110915
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Node 20110915
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20110926

Method GET_TEXT_I Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) /BOFU/T_TEXT_DETAILS Text details 20111122
2 Exporting EV_TEXT_FOUND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110916
3 Importing IO_BO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20120413
4 Importing 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 Importing IS_ACCESS Call by reference Type reference (TYPE) /BOFU/S_TXC_ACC Access ID line type 20110919
6 Importing IS_ASSOC_CONF Call by reference Type reference (TYPE) /BOBF/S_CONFRO_ASSOC Configuration: Association 20110916
7 Importing IS_TEXT_INFO Call by reference Type reference (TYPE) /BOFU/C_TXCTTS The target text's info 20111122
8 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Instance key 20110916
9 Importing 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 /BOBF/CX_FRW 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 Importing IR_TXC_ROOT Call by reference Object reference (TYPE REF TO) /BOBF/S_TXC_ROOT_K Change 20090429
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY BO Key 20090423
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Key 20090423
4 Returning 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 /BOBF/CX_TXC_CUST 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 Importing IV_TEXT_SCHEMA_ID Call by reference Type reference (TYPE) /BOBF/TXC_TEXT_SCHEMA_ID Text Schema 20110912
2 Returning 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 Exporting EV_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Node 20110919
2 Exporting EV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20110918
3 Exporting EV_TEXT_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20111004
4 Exporting EV_TEXT_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20111004
5 Exporting EV_TXCNT_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20111004
6 Exporting EV_TXCNT_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20111004
7 Importing IS_CTX Call by reference Type reference (TYPE) /BOBF/S_FRW_CTX_DET Context Information for Determinations 20110918
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20110919
History
Last changed by/on SAP  20130531 
SAP Release Created in 702