RWAP3 SAP (Appointments: Planned/actual comparison) Structure details

Dictionary Type: Structure
Description: Appointments: Planned/actual comparison




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




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

RWAP3 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: Planned/actual comparison" 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_RWAP3 TYPE RWAP3.

The RWAP3 table consists of various fields, each holding specific information or linking keys about Appointments: Planned/actual comparison data available in SAP. These include MANDT (Client), VBTYP (SD document category), BELNR (Appointments: Document number), LFNDR (Appointments: Sequence 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: Not classified


SAP RWAP3 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 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
DIFF1Schedule deviation (in minutes) for unknown reason APPDI_1DEC7APPDI
DIFF2Appointments: Reason for deviation (in mins): own company APPDI_2DEC7APPDI
DIFF3Appointments: Reason for deviation (mins): service provider APPDI_3DEC7APPDI
DIFF4Appointments: Reason for deviation (in minutes): vendor APPDI_4DEC7APPDI
DURA1Appointments: Length of the activity in minutes (planned) APPD1DEC7APPDI
DURA2Appointments: Length of the activity (actual) APPD2DEC7APPDI
BEZEIAppointments: Description of the deviation reason APPBZ_AGCHAR20TEXT20
BEZEI_VUApp.: Description for party responsible for sched. deviation APPBZ_VUCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table RWAP3

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