AVIORRS SAP (Change Document Structure for Reservation (VIORRS)) Structure details

Dictionary Type: Structure
Description: Change Document Structure for Reservation (VIORRS)




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




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

AVIORRS 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 "Change Document Structure for Reservation (VIORRS)" 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_AVIORRS TYPE AVIORRS.

The AVIORRS table consists of various fields, each holding specific information or linking keys about Change Document Structure for Reservation (VIORRS) data available in SAP. These include MANDT (Client), RSGUID (GUID for Reservation), RSIDEXT (External ID for Reservation), OBJNROO (Object Number).. 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: Can be enhanced (character-type or numeric)


SAP AVIORRS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSGUIDGUID for Reservation REORRSGUIDRAW16RECAGUIDREORRSGUIDREORRS
RSIDEXTExternal ID for Reservation REORRSIDEXTCHAR45ALPHAREORRSIDEXT
OBJNROOObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
OCCUPANTOccupant REOROCCUPANTCHAR10BUT000ALPHABU_PARTNER
OCCUPANTROLERole of Occupant REOROCCUPANTROLECHAR6Assigned to domainBU_ROLE
VALIDFROMReserved From REORRSVALIDFROMDEC15RETZSRECATZNTSTMPS
VALIDTOReserved To REORRSVALIDTODEC15RETZSRECATZNTSTMPS
RSOBJTYPEReservation Object Type REORRSOBJTYPECHAR2TIVORRSOBJTYPEREORRSOBJTYPEREORRSOBJTYPE
RSTYPEReservation Type REORRSTYPECHAR2TIVORRSTYPEREORRSTYPE
RSRECGUIDGUID for Recurring Reservation REORRSRECGUIDRAW16VIORRSRECRECAGUIDREORRSRECGUIDREORRSREC
RECVALIDFROMReserved From (As Per Recurring Appointment) REORRSRECVALIDFROMDEC15RETZSRECATZNTSTMPS
RECVALIDTOReserved To (As Per Recurring Appointment) REORRSRECVALIDTODEC15RETZSRECATZNTSTMPS
STATEINDSingle Appointment Status REORRSSTATEINDCHAR1REORRSSTATEIND
ISREVERSEDReservation Canceled REORISREVERSEDCHAR1RECABOOL
ISOCCEXTExternal Reservation REORRSISOCCEXTCHAR1RECABOOL
SETTLETYPEBilling Type REORSETTLETYPECHAR1REORSETTLETYPE
OBJNRCNOutline Agreement REOROBJNRCNCHAR22Assigned to domainJ_OBJNR
XRSDescription of Reservation REORXRSCHAR60RECAXLDESCRIPTION
EXTINVRECBill-To Party REOREXTINVRECCHAR10Assigned to domainALPHABU_PARTNER
RSRESPONSIBLEReservation Requester REORRSRESPONSIBLECHAR10Assigned to domainALPHABU_PARTNER
RSRESPROLEBusiness Partner: Role REBPROLECHAR6Assigned to domainBU_ROLE
NUMPARTICIPANTSNumber of Attendees REORNUMPARTICIPANTSINT410REORNUMPARTICIPANTS
PARTICIPLISTGUIDGUID for List of Attendees REORPARTICIPLISTGUIDRAW16RECAGUID
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
TZONETime Zone TZNZONECHAR6TTZZTZNZONE
FDELETEDeletion Indicator for Archiving RECAARDELETEINDCHAR1RECABOOL
RESPONSIBLEUSERReservation Requester (User) REORRESPONSIBLEUSERCHAR12Assigned to domainXUBNAME
OCCUPANTUSEROccupant (User) REOROCCUPANTUSERCHAR12Assigned to domainXUBNAME
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVIORRS

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