LHM_ST_OBJECT_IDENTIFIER is an SAP Structure so does not store data like a database table does but can be used to process "Object IDs for Objects of Various Types and Categories" 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_LHM_ST_OBJECT_IDENTIFIER TYPE LHM_ST_OBJECT_IDENTIFIER .
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 |
OBJCAT | LHM_OBJECT_CATEGORY | CHAR | 5 | Object Category | ||
OBJKEY | LHM_OBJECT_ID | CHAR | 70 | Object Key | ||
OBJTYPE | LHM_OBJECT_TYPE | CHAR | 10 | Object Type | ||
LOGSYS | LOGSYS | CHAR | 10 |
* | Logical system | ALPHA |
LOCATION | LHM_OBJECT_LOC | CHAR | 5 | Object Location | ||
LOCATION_EXT | LHM_OBJECT_LOC_EXT | CHAR | 70 | Additional Information Related to Object Origin | ||
SHORTTEXT | OJ_NTEXT | CHAR | 80 | Description |
Key field | |
Non-key field |
LHM_ST_OBJECT_IDENTIFIER - Object IDs for Objects of Various Types and Categories LHM_ST_LEGAL_HOLD - Structure for Describing a Legal Hold for an Object LHM_ST_CASE_ATTR - Additional Attributes for Legal Hold Cases LHM_ST_BOR_ORIGIN - Structure for Origin of a BOR Object LHM_PROPAGATE - Stores Legal Holds for Archive Files LHM_PGATE_AL_RW - Legal Hold Cases for ArchiveLink Attachments in RW