WFA_TEAM_EVT SAP (Teams assigned to a scheduled event) Table details

Dictionary Type: Table
Description: Teams assigned to a scheduled event




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




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

WFA_TEAM_EVT is a standard SAP Table which is used to store Teams assigned to a scheduled event data and is available within R/3 SAP systems depending on the version and release level.

The WFA_TEAM_EVT table consists of various fields, each holding specific information or linking keys about Teams assigned to a scheduled event data available in SAP. These include MANDT (Client), SCHDL_EVT_ID (Scheduled Event Id), START_DATE (Start Date), ORG_PLVAR (Plan Version).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFA_TEAM_EVT table 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 MANDTCLNT3Assigned to domainMANDT
SCHDL_EVT_IDScheduled Event Id WFA_SCHDL_EVT_IDCHAR32WFA_SCHDL_EVTWFA_ID
START_DATEStart Date WFA_BEGDATEDATS8
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8WFACAS_TEAMHROBJIDPON
LOCATION_TYPELocation Profile WFA_LOCATION_TYPECHAR20Assigned to domainALPHAWFA_LOCATION_TYPE
END_DATEEnd Date WFA_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFA_TEMP_FLAGCHAR1WFA_BOOLEAN
RECORD_IDWFM GUID WFA_GUIDRAW16SYSUUID
EVT_GUIDGUID to identify a particular time-slice of an event WFA_SCHED_EVENT_GUIDCHAR32WFA_ID
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table WFA_TEAM_EVT using ABAP code

The following ABAP code Example will allow you to do a basic selection on WFA_TEAM_EVT to SELECT all data from the table
DATA: WA_WFA_TEAM_EVT TYPE WFA_TEAM_EVT.

SELECT SINGLE *
FROM WFA_TEAM_EVT
INTO CORRESPONDING FIELDS OF WA_WFA_TEAM_EVT
WHERE...

How to access SAP table WFA_TEAM_EVT

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