RWAP0 SAP (Appointments: Screen fields) Structure details

Dictionary Type: Structure
Description: Appointments: Screen fields




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




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

RWAP0 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 "Appointments: Screen fields" 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_RWAP0 TYPE RWAP0.

The RWAP0 table consists of various fields, each holding specific information or linking keys about Appointments: Screen fields data available in SAP. These include ELM (Character field of length 6), MANDT (Client), VBTYP (SD document category), BELNR (Appointments: Document 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 RWAP0 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
AKTYPActivity category in SAP transaction AKTYPCHAR1AKTYP
ELMCharacter field of length 6 CHAR6CHAR6CHAR6
MANDTClient MANDTCLNT3T000MANDT
VBTYPSD document category VBTYPCHAR1VBTYP
BELNRAppointments: Document number APPBNCHAR10ALPHAAPPBN
LFNDRAppointments: Sequence number APPUNCHAR4CHAR04
BLTYPAppointments: Internal document category APPBTCHAR2APPBT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
LGTORDoor for Warehouse Number LGTORCHAR3T30BLGTOR
DATABAppointments: From date APPDADATS8DATUM
DATBIAppointments: Date to APPDBDATS8DATUM
UHRABAppointments: Time from APPUATIMS6APPUA
UHRBIAppointments: Time to APPUBTIMS6APPUB
FTEXTAppointments: Short text APPFTCHAR30APPFT
LIFNRVendor to whom partner roles have been assigned PLIEFCHAR10LFA1ALPHALIFNR
SPDNRNumber of forwarding agent TDLNRCHAR10LFA1ALPHALIFNRLIFF4_CARRIERS
DATIAAppointments: From date (actual) APPDA_ISTDATS8DATUM
DATIBAppointments: To-date (actual) APPDB_ISTDATS8DATUM
UHRIAAppointments: Time from (actual) APPUA_ISTTIMS6APPUA
UHRIBAppointments: Time to (actual) APPUB_ISTTIMS6APPUB
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
DATPAAppointments: Planned from-date APPDA_ORGDATS8DATUM
UHRPAAppointments: Time from (original) APPUA_ORGTIMS6APPUA
DATPBAppointments: Date to (original) APPDB_ORGDATS8DATUM
UHRPBAppointments: Time to (actual) APPUB_ORGTIMS6APPUB
APPAGAppointments: Deviation reason APPAGCHAR2TWAP2APPAG

Key field Non-key field



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

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

How to access SAP table RWAP0

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