/SAPSLL/TLEMOF_S is an SAP Structure so does not store data like a database table does but can be used to process "GTS: Field Name Definition for BOP Calculation - Data" 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_/SAPSLL/TLEMOF_S TYPE /SAPSLL/TLEMOF_S .
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 |
RFTYP | /SAPSLL/FDTYP | CHAR | 30 | DD04L | Field Type of Field |
Key field | |
Non-key field |
/SAPSLL/TLEMOF_S - GTS: Field Name Definition for BOP Calculation - Data /SAPSLL/TLEMOF_PK_S - GTS: Field Name Definition for BOP Calculation - PK /SAPSLL/TLEMOF_K_S - GTS: Field Name Definition for BOP Calculation - PK w/o Clnt /SAPSLL/TLEMOFT_S - GTS: Field Name Definition for BOP Calculation - Name - Data /SAPSLL/TLEMOFT_PK_S - GTS: Field Name Definition for BOP Calculation - Name - PK /SAPSLL/TLEMOFT_K_S - GTS: Field Name Definition for BOP Calculation-Name-PK w/o C