WFACAS_AVAIL SAP (Availabilities) Table details

Dictionary Type: Table
Description: Availabilities




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




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

WFACAS_AVAIL is a standard SAP Table which is used to store Availabilities data and is available within R/3 SAP systems depending on the version and release level.

The WFACAS_AVAIL table consists of various fields, each holding specific information or linking keys about Availabilities data available in SAP. These include MANDT (Client), AVAIL_ID (Availability Id), START_DATE (Start Date), END_DATE (End Date).. 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: Cannot Be Enhanced


SAP WFACAS_AVAIL 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
AVAIL_IDAvailability Id WFA_AVAIL_IDCHAR32WFA_ID
START_DATEStart Date WFA_BEGDATEDATS8
END_DATEEnd Date WFA_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFA_TEMP_FLAGCHAR1WFA_BOOLEAN
TIMEMAPIDTime Map ID WFACFG_TMAP_IDCHAR32WFA_TMAPWFA_ID
AVAIL_GUIDWFM GUID WFA_GUIDRAW16SYSUUID
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 WFACAS_AVAIL using ABAP code

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

SELECT SINGLE *
FROM WFACAS_AVAIL
INTO CORRESPONDING FIELDS OF WA_WFACAS_AVAIL
WHERE...

How to access SAP table WFACAS_AVAIL

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