SAP /BOFU/CL_TXC_HELPER OO Class - Helper Class for Text Collection
/BOFU/CL_TXC_HELPER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_TXC_HELPER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOFU/CL_TXC_HELPER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_CONFIG_SOURCE_NODE | Check configured source node | Private |
| CALL METHOD /bofu/cl_txc_helper=>CHECK_CONFIG_SOURCE_NODE...more details | ||
| DETERMINE_TEXT | Determines the text according to the source | Public |
| CALL METHOD /bofu/cl_txc_helper=>DETERMINE_TEXT...more details | ||
| GET_ACCESS_AND_ACCESS_SEQUENCE | Determines the accesses for an access sequence, exports both | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_ACCESS_AND_ACCESS_SEQUENCE...more details | ||
| GET_ACCESS_FOR_ACCESS_SEQUENCE | Determines the accesses for an access sequence | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_ACCESS_FOR_ACCESS_SEQUENCE...more details | ||
| GET_ACCESS_PROPERTIES | Determines the properties of the access | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_ACCESS_PROPERTIES...more details | ||
| GET_EXIT_CLASS | Determines the exit class for the text type | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_EXIT_CLASS...more details | ||
|
| ||
| GET_MAND_TEXT_TYPES | Determines mandatory text types of text schema | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_MAND_TEXT_TYPES...more details | ||
| GET_NEW_CONF | Gets new BO conf and service manager instance if xBO assoc | Private |
| CALL METHOD /bofu/cl_txc_helper=>GET_NEW_CONF...more details | ||
| GET_TEXT | Determines the text for the text type | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_TEXT...more details | ||
| GET_TEXT_I | Internal method called to navigate from TxC DO Root | Private |
| CALL METHOD /bofu/cl_txc_helper=>GET_TEXT_I...more details | ||
| GET_TEXT_SCHEMA_ID | Determines and sets text schema ID | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_TEXT_SCHEMA_ID...more details | ||
| GET_TEXT_TYPES | Determines all text types of text schema | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_TEXT_TYPES...more details | ||
| GET_TEXT_V2 | Determines the text for the text type using acc. and acc.seq | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_TEXT_V2...more details | ||
| GET_TXC_NODE_KEY | Determines node key of the Text Collection DO | Public |
| CALL METHOD /bofu/cl_txc_helper=>GET_TXC_NODE_KEY...more details | ||
/BOFU/CL_TXC_HELPER types
TS_KEY_LANG_MAP -TT_ACC_AND_ACC_SEQ -
TT_ACC_SEQ_ID -
TT_KEY_LANG_MAP -
TY_ACC_AND_ACC_SEQ -
TY_ACC_SEQ_ID -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects