REOR_PRICE_DERIVE_RES SAP (Price Derivation for Reservation) Structure details

Dictionary Type: Structure
Description: Price Derivation for Reservation




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




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

REOR_PRICE_DERIVE_RES 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 "Price Derivation for Reservation" 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_REOR_PRICE_DERIVE_RES TYPE REOR_PRICE_DERIVE_RES.

The REOR_PRICE_DERIVE_RES table consists of various fields, each holding specific information or linking keys about Price Derivation for Reservation data available in SAP. These include RSOBJID (ID of Reservation Object), RSAREA (Reservation Area), RSOBJTYPE (Reservation Object Type), RSTYPE (Reservation Type).. 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 REOR_PRICE_DERIVE_RES 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
PRICECODEPrice Code REORPRICECODECHAR10TIVORPRICECODEREORPRICECODE
RSOBJIDID of Reservation Object REORRSOBJIDCHAR50CHAR50
RSAREAReservation Area REORRSAREACHAR10TIVORRSAREAREORRSAREA
RSOBJTYPEReservation Object Type REORRSOBJTYPECHAR2TIVORRSOBJTYPEREORRSOBJTYPEREORRSOBJTYPE
RSTYPEReservation Type REORRSTYPECHAR2TIVORRSTYPEREORRSTYPE
RESPONSIBLEReservation Requester REORRSRESPONSIBLECHAR10Assigned to domainALPHABU_PARTNER
OCCUPANTOccupant REOROCCUPANTCHAR10Assigned to domainALPHABU_PARTNER
NEIGHBORH1Neighborhood REBDNEIGHBORHOODCHAR30REBDNEIGHBORHOOD
NEIGHBORH2Neighborhood REBDNEIGHBORHOODCHAR30REBDNEIGHBORHOOD
NEIGHBORH3Neighborhood REBDNEIGHBORHOODCHAR30REBDNEIGHBORHOOD
WEEKDAYFROMCalendar: Number of day WOTNRCHAR1CHAR1
WEEKDAYTOCalendar: Number of day WOTNRCHAR1CHAR1
DATEFROMDate: Valid From RECADATEFROMDATS8RECADATEBEG
DATETODate: Valid To RECADATETODATS8REDATRECADATEEND
TIMEFROMStart of Appointment (Time) REORTIMEFROMTIMS6
TIMETOEnd of Appointment (Time) REORTIMETOTIMS6
DAYSDuration of Appointment in Days REORDURDAYDEC10(2) REBDMEASPERC
HOURSDuration of Appointment in Hours REORDURHOURDEC10(2) REBDMEASPERC
MINUTESDuration of Appointment in Minutes REORDURMINUTESDEC10(2) REBDMEASPERC
ISALLDAYIs the Reservation for All Day? REORISALLDAYCHAR1RECABOOL
ISWEEKENDIs Appointment (Completely/In Part) on a Sunday? REORISWEEKENDCHAR1RECABOOL
ISHOLIDAYIs Appointment (Completely/In Part) on a Public Holiday? REORISHOLIDAYCHAR1RECABOOL
RECURCOUNTNumber of Appointments RECARECURCOUNTINT13
CONDTYPECondition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
FLOWTYPEFlow Type RECDFLOWTYPECHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
PRICEUnit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
CURRKEYCurrency RECACURRKEYCUKY5Assigned to domainWAERS
ISPERMEASPrice per Measurement REORISPERMEASCHAR1RECABOOL
MEASMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
TIMEUNITTime Unit the Price Is Based On REORTIMEUNITUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table REOR_PRICE_DERIVE_RES

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