WFD_GW_GWOP_INFO_OUT SAP (Information About a GW Object Proxy) Structure details

Dictionary Type: Structure
Description: Information About a GW Object Proxy




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




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

WFD_GW_GWOP_INFO_OUT 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 "Information About a GW Object Proxy" 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_GWOP_INFO_OUT TYPE WFD_GW_GWOP_INFO_OUT.

The WFD_GW_GWOP_INFO_OUT table consists of various fields, each holding specific information or linking keys about Information About a GW Object Proxy data available in SAP. These include CREATED (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), CREATED_BY (User Name), CHANGED (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), CHANGED_BY (User Name).. 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_GWOP_INFO_OUT 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
GWO_TYPCategory of Groupware Object (Appointment or Task) WFD_GW_GTYPECHAR1WFD_GW_GTYPE
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
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
PERCENT_COMPLETEStatus of Completion in Percent (0-100) WFD_GW_PERCENTNUMC3WFD_GW_PERCENT
COMPLETEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
RULE_TAB 0
TAB_RO 0
TAB_RN 0
TAB_D 0
TAB_W 0
TAB_M1 0
TAB_M3 0
TAB_T 0

Key field Non-key field



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

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

How to access SAP table WFD_GW_GWOP_INFO_OUT

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