API_TLINE is an SAP Structure so does not store data like a database table does but can be used to process "SAPscript: Text Lines" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_API_TLINE TYPE API_TLINE .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
TDOBJECT | TDOBJECT | CHAR | 10 |
* | Texts: Application Object | |
TDNAME | TDOBNAME | CHAR | 70 | Name | ||
TDID | TDID | CHAR | 4 |
* | Text ID | |
TDSPRAS | SPRAS | LANG | 1 | T002 | Language Key | ISOLA |
TDFORMAT | TDFORMAT | CHAR | 2 | Tag column | ||
TDLINE | TDLINE | CHAR | 132 | Text Line |
Key field | |
Non-key field |
API_TLINE - SAPscript: Text Lines API_THEAD - SAPscript: Text Header API_STTMAT_VAL - Field Contents for Material Variant Distribution API_STTMAT01 - Entry structure API for material variants (external) API_STTMAT - Entry Structure for API Material Variants API_STPO_OBOM_I - Configuration: Instances for BOM Items