CDOEHFNDD_LOC_TEXT is an SAP Structure so does not store data like a database table does but can be used to process "Change Document Structure; Generated by RSSCD000" 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_CDOEHFNDD_LOC_TEXT TYPE CDOEHFNDD_LOC_TEXT .
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 |
.INCLUDE | EHFNDD_LOC_TEXT | Location - Text Name | ||||
MANDT | MANDT | CLNT | 3 |
* | Client | |
DB_KEY | /BOBF/CONF_KEY | RAW | 16 | NodeID | ||
ROOT_KEY | /BOBF/CONF_KEY | RAW | 16 | NodeID | ||
PARENT_KEY | /BOBF/CONF_KEY | RAW | 16 | NodeID | ||
.INCLUDE | EHFNDS_LOC_REVISION_NAMETEXT_D | Location - Revision Name Text | ||||
.INCLUDE | /BOBF/S_LIB_ADMIN_DATA | Admin Data to be included (/BOBF/CL_LIB_ADMIN_DATA_TSM) | ||||
CREA_DATE_TIME | TIMESTAMPL | DEC | 21(7) | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | ||
CREA_UNAME | UNAME | CHAR | 12 | User Name | ||
LCHG_DATE_TIME | TIMESTAMPL | DEC | 21(7) | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | ||
LCHG_UNAME | UNAME | CHAR | 12 | User Name | ||
LANGUAGE | EHFND_LANGU | LANG | 1 |
* | Language Key | ISOLA |
TEXT | EHFND_LOC_REVISION_TEXT | CHAR | 60 | Location Revision Text | ||
TEXT_NORMED | EHFND_LOC_REVISION_TEXT | CHAR | 60 | Location Revision Text | ||
.INCLUDE | ICDIND | Structures for generating change document update programs | ||||
KZ | CDCHNGIND | CHAR | 1 | Change Type (U, I, S, D) |
Key field | |
Non-key field |
CDOEHFNDD_LOC_TEXT - Change Document Structure; Generated by RSSCD000 CDOEHFNDD_LOC_ROOT - Change Document Structure; Generated by RSSCD000 CDOEHFNDD_LOC_REV - Change Document Structure; Generated by RSSCD000 CDOEHFNDD_LOC_POS - Change Document Structure; Generated by RSSCD000 CDOEHFNDD_LOC_PARTN - Change Document Structure; Generated by RSSCD000 CDOEHFNDD_LISU_SUBR - Change Document Structure; Generated by RSSCD000