OAOPTI SAP (SAP ArchiveLink: Options for early and late entry) Structure details

Dictionary Type: Structure
Description: SAP ArchiveLink: Options for early and late entry




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




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

OAOPTI 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 "SAP ArchiveLink: Options for early and late entry" 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_OAOPTI TYPE OAOPTI.

The OAOPTI table consists of various fields, each holding specific information or linking keys about SAP ArchiveLink: Options for early and late entry data available in SAP. These include USER_EDIT (SAP ArchiveLink: Change user), NOTE_EDIT (SAP ArchiveLink: Change note), NOTE_NCITX (SAP ArchiveLink: Document type as proposal for note), PRIO_EDIT (SAP ArchiveLink: Change priority).. 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: Not classified


SAP OAOPTI 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
ROTATESAP ArchiveLink: Rotate list OA_ROTATECHAR1CHAR1
USER_EDITSAP ArchiveLink: Change user OA_USREDITCHAR1CHAR1
NOTE_EDITSAP ArchiveLink: Change note OA_NOTEDITCHAR1CHAR1
NOTE_NCITXSAP ArchiveLink: Document type as proposal for note OA_NCITEXTCHAR1CHAR1
PRIO_EDITSAP ArchiveLink: Change priority OA_PRIEDITCHAR1CHAR1
PRIORITYSAP ArchiveLink: Default priority OA_DEFPRIONUMC1NUMC1
CANC_EARLYSAP ArchiveLink: Store for later entry on canceling OA_CANCEARCHAR1CHAR1

Key field Non-key field



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

As OAOPTI 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 OAOPTI as there is no data to select.

How to access SAP table OAOPTI

Within an ECC or HANA version of SAP you can also view further information about OAOPTI 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!