RVLIKP_DEF SAP (Output Structure: Delivery Archiving) Structure details

Dictionary Type: Structure
Description: Output Structure: Delivery Archiving




ABAP Code to SELECT data from RVLIKP_DEF
Related tables to RVLIKP_DEF
Access table RVLIKP_DEF




Structure field list including key, data, relationships and ABAP select examples

RVLIKP_DEF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Output Structure: Delivery Archiving" 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_RVLIKP_DEF TYPE RVLIKP_DEF.

The RVLIKP_DEF table consists of various fields, each holding specific information or linking keys about Output Structure: Delivery Archiving data available in SAP. These include INBOUND (Archive Inbound Deliveries), ROUGH_GR (Archive Rough Goods Receipts), DISPLAY_DETAIL (Indicator: Issue Detailed Information), DISPLAY_ARCHIVABLE (Indicator: Display Archivable Deliveries).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RVLIKP_DEF structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OUTBOUNDArchive Outbound Deliveries and Customer Returns S3LIKP_OUTBOUNDCHAR1XFELD
INBOUNDArchive Inbound Deliveries S3LIKP_INBOUNDCHAR1XFELD
ROUGH_GRArchive Rough Goods Receipts S3LIKP_ROUGH_GRCHAR1XFELD
DISPLAY_DETAILIndicator: Issue Detailed Information S3LIKP_DISPLAY_DETAILCHAR1XFELD
DISPLAY_ARCHIVABLEIndicator: Display Archivable Deliveries S3LIKP_DISPLAY_ARCHIVABLECHAR1XFELD
CHECK_DOCFLOW_RESIDENCEIndicator: Residence Time Check in Document Flow S3LIKP_CHECK_DOCFLOW_RESIDENCECHAR1XFELD
CHECK_FI_DOCIndicator: Check Accounting Document for Completion S3LIKP_CHECK_FI_DOCCHAR1XFELD
ALTERNATE_DB_ACCESSAlternative Database Access Indicator S3LIKP_ALTERNATE_DB_ACCESSCHAR1XFELD
CHANGE_DATE_RESIDENCEIndicator: Residence Time Check for Change Date S3LIKP_CHANGE_DATE_RESIDENCECHAR1XFELD
CREATE_ARCHIVECreate Archive Indicator S3LIKP_CREATE_ARCHIVECHAR1XFELD
DELETE_TESTIndicator: Delete Program in Text Mode S3LIKP_DELETE_TESTCHAR1XFELD
NO_TRANSPORT_PLANNINGIndicator: Do Not Check Transportation Planning S3LIKP_NO_TRANSPORT_PLANNINGCHAR1XFELD
DELTYDelivery Category to Archive S3LIKP_DELTYCHAR1S3LIKP_DELTY

Key field Non-key field



How do I retrieve data from SAP structure RVLIKP_DEF using ABAP code?

As RVLIKP_DEF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RVLIKP_DEF as there is no data to select.

How to access SAP table RVLIKP_DEF

Within an ECC or HANA version of SAP you can also view further information about RVLIKP_DEF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!