PDRA1 SAP (Auxiliary Structure for Room Reservation Management) Structure details

Dictionary Type: Structure
Description: Auxiliary Structure for Room Reservation Management




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




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

PDRA1 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 "Auxiliary Structure for Room Reservation Management" 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_PDRA1 TYPE PDRA1.

The PDRA1 table consists of various fields, each holding specific information or linking keys about Auxiliary Structure for Room Reservation Management data available in SAP. These include TLTEXT (Object Name), RTEXT (Relationship Name (Bottom Up)), ATEXT (Editing Type), KOST_STEXT (Name of Cost Center).. 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 PDRA1 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
FMTEXTObject Name STEXTCHAR40TEXT40
TLTEXTObject Name STEXTCHAR40TEXT40
RTEXTRelationship Name (Bottom Up) BUTEXTCHAR25TEXT25
ATEXTEditing Type AKTIONCHAR25CHAR25
KOST_STEXTName of Cost Center BEZKSCHAR30CHAR30
FIRMATYP_TObject Type Text OTEXTCHAR25TEXT25
TEILNTYPObject Type OTYPECHAR2T778OOTYPEPOT
TEILNTYP_TObject Type Text OTEXTCHAR25TEXT25
MSG_6100Message Row MSGCHAR83CHAR83
MSG_6200Message Row MSGCHAR83CHAR83
MSG_6300Message Row MSGCHAR83CHAR83
PAGEPage number RPAGEDEC2DEC2
TOTAL_PAGEPage number RPAGEDEC2DEC2
PAGE_2100Page number RPAGEDEC2DEC2
T_PAG_2100Page number RPAGEDEC2DEC2
FREISelection of Element to be Edited CUACHOICECHAR1CUACHOICE
BELSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
FREIBELSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
NAMESelection of Element to be Edited CUACHOICECHAR1CUACHOICE
TEILSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
SHOWSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
INSESelection of Element to be Edited CUACHOICECHAR1CUACHOICE
BETRSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
FIRMSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
BENUSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
LOESCHSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
AUSTMessage Row MSGCHAR83CHAR83
VORTMessage Row MSGCHAR83CHAR83
RAUMMessage Row MSGCHAR83CHAR83
FRMAMessage Row MSGCHAR83CHAR83
EXTPMessage Row MSGCHAR83CHAR83
VERSMessage Row MSGCHAR83CHAR83
EQUI_ANSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
EQUI_MOSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
EQUI_DESelection of Element to be Edited CUACHOICECHAR1CUACHOICE
BEM_VORHMessage Row MSGCHAR83CHAR83
BEMEMessage Row MSGCHAR83CHAR83
MPKRSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
MPKZSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
RPKKSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
SEITESelection of Element to be Edited CUACHOICECHAR1CUACHOICE
ANZESelection of Element to be Edited CUACHOICECHAR1CUACHOICE
HINZSelection of Element to be Edited CUACHOICECHAR1CUACHOICE
MODISelection of Element to be Edited CUACHOICECHAR1CUACHOICE
DELESelection of Element to be Edited CUACHOICECHAR1CUACHOICE
FRAME1Room (frame name) RFRAMCHAR1CHAR1
FRAME2Room reservation data (frame name) RFRAM2CHAR1CHAR1
FRAME3Edit selected room reservation (frame name) RFRAM3CHAR1CHAR1
FRAME4Lunch reservation (frame name) RFRAM4CHAR1CHAR1
FRAME5Frame name RFRAM0CHAR1CHAR1
FRAME6Frame name RFRAM0CHAR1CHAR1
SEARK1Search Term SEARKCHAR12CHAR12
SEARK2Search Term SEARKCHAR12CHAR12
SEARK3Search Term SEARKCHAR12CHAR12

Key field Non-key field



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

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

How to access SAP table PDRA1

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