SAP ABAP Function Module QSS_TEXT_TABLES_PROCESSING (Transfer an Internal Table to the Long Text)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
QM00 (Package) QM central QM functions
⤷
⤷
⤷
Basic Data
| Function Module | QSS_TEXT_TABLES_PROCESSING | Transfer an Internal Table to the Long Text |
| Function Group | QTXT | Word processing within QM |
| Program Name | SAPLQTXT | |
| INCLUDE Name | LQTXTU03 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
I_OBJECT | TYPE | THEAD-TDOBJECT | 'QSS' | Object | ||
| |
I_SCHLUESSEL | TYPE | THEAD-TDNAME | 'TEST' | Key of the object | ||
| |
I_SPRSL | TYPE | SYST-LANGU | 'D' | Language indicator of the text | ||
| |
I_TEXTID | TYPE | TTXID-TDID | 'QM' | Text ID of the text | ||
| |
I_KURZTEXT | TYPE | TLINE-TDLINE | ||||
| |
I_INLINE_ZAEHL | TYPE | '0' | ||||
| |
T_LINES | TYPE | TLINE | internal table with the long text to be saved | |||
| |
NAMENEW | TYPE | New text exists | ||||
| |
NO_NAME | TYPE | Key is not allowed | ||||
| |
NO_OBJECT | TYPE | Object is not provided | ||||
| |
NO_SPRACHE | TYPE | Language is not supported | ||||
| |
NO_TEXT | TYPE | Text does not exist | ||||
| |
NO_TEXTID | TYPE | Text ID is not supported | ||||
| |
UNKNOWN | TYPE | Printing error | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19940317 |
| SAP Release Created in |