WFD_GW_DETAILS SAP (GW Details (from GWOP adn WFMOP) for use in WFD GW ADA) Structure details

Dictionary Type: Structure
Description: GW Details (from GWOP adn WFMOP) for use in WFD GW ADA




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




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

WFD_GW_DETAILS 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 "GW Details (from GWOP adn WFMOP) for use in WFD GW ADA" 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_WFD_GW_DETAILS TYPE WFD_GW_DETAILS.

The WFD_GW_DETAILS table consists of various fields, each holding specific information or linking keys about GW Details (from GWOP adn WFMOP) for use in WFD GW ADA data available in SAP. These include GWO_TYP (Category of Groupware Object (Appointment or Task)), CATEGORY (Category of Groupware Object), BEG_TMST (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), END_TMST (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: Cannot Be Enhanced


SAP WFD_GW_DETAILS 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
WFM_KEYGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
GWO_TYPCategory of Groupware Object (Appointment or Task) WFD_GW_GTYPECHAR1WFD_GW_GTYPE
CATEGORYCategory of Groupware Object WFD_GW_CATEGORYSTRG0WFD_GW_STRING
BEG_TMSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TMSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ALL_DAYFull-Day Flag WFD_GW_ALLDAYCHAR1WFD_GW_ALLDAY
SUMMARYSubject Line of a Groupware Object WFD_GW_SUMMARYSTRG0WFD_GW_STRING
DESCRIPTIONDescription Section of a Groupware Object WFD_GW_DESCRIPTIONSTRG0WFD_GW_STRING
CLASSVisibility for Other Users SC_CLASSIDCHAR1SC_CLASSID
LOCATIONLocation (Attribute of a Groupware Object) WFD_GW_LOCATIONSTRG0WFD_GW_STRING
PRIORITYAppointment priority SC_PRIOINDNUMC1Assigned to domainSC_PRIO
STATUSStatus of Groupware Object (Appointment or Task) WFD_GW_STATUSCHAR1WFD_GW_STATUS
TRANSPARENCYStatus for Search for Times Without Appointments SC_BUSYINDCHAR1SC_BUSYIND

Key field Non-key field



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

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

How to access SAP table WFD_GW_DETAILS

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