ASH_RV_LIKP_S is an SAP Structure so does not store data like a database table does but can be used to process "ASH archive infostructure for deliveries with ERDAT" 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_ASH_RV_LIKP_S TYPE ASH_RV_LIKP_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 |
ARCHIVEKEY | ARKEY | CHAR | 20 | Key for Archive File | ||
OFFSET | ADMI_OFFST | INT4 | 10 | Archive file data object offset | ||
VBELN | VBELN_VL | CHAR | 10 |
* | Delivery | ALPHA |
ERDAT | ERDAT | DATS | 8 | Date on Which Record Was Created |
Key field | |
Non-key field |
ASH_RV_LIKP_S - ASH archive infostructure for deliveries with ERDAT ASHMETHODS - Document Connections: Object types and their methods ASHGETS - Document Connections: Determine neighbours ASGRP - Assignment of SAP instances to DB instances ASGENISIDX - AS: Secondary Index Fields for Generation ASGENISHD - AS: Info Structure Header for Generation