WFD_EXT_MATCH_DET SAP (Details About a Resource's Suitability) Structure details

Dictionary Type: Structure
Description: Details About a Resource's Suitability




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




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

WFD_EXT_MATCH_DET 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 "Details About a Resource's Suitability" 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_EXT_MATCH_DET TYPE WFD_EXT_MATCH_DET.

The WFD_EXT_MATCH_DET table consists of various fields, each holding specific information or linking keys about Details About a Resource's Suitability data available in SAP. These include TOTAL_MATCH (Suitability of a Resource), MANDATORY_FACTOR (Factor for Mandatory Reqmt: Not Fulfilled (0), Fulfilled (1)), DIMENSION_MATCH (), SUBPROFILE ().. 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_EXT_MATCH_DET 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
EXTKEYGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
TOTAL_MATCHSuitability of a Resource WFD_WDMATCH_RATEFLTP16(16) WFD_WDMATCH_RATE
MANDATORY_FACTORFactor for Mandatory Reqmt: Not Fulfilled (0), Fulfilled (1) WFD_FULFILS_MANDATORYINT13WFD_FACTOR_MANDATORY
DIMENSION_MATCH 0
SUBPROFILE 0
INTERVALS 0
TIMESPECS 0
QUALIS 0
LOCATION 0
MAX_DISTANCEDIstance for location search WFD_DISTANCEQUAN13(2)
MAX_DISTANCE_UNITBase Unit of Measure MEINSUNIT3CUNITMEINS
ADDRNUMAddress number AD_ADDRNUMCHAR10ALPHAAD_ADDRNUMADR
ADDRGUIDWFD Address Guid WFD_ADDRESS_GUIDRAW16SYSUUID
LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
PRECISIDPrecision (street, postal code, ...) of a Geo location GEOPRECISNUMC4D_GEOPREC
DEMANDS 0
DISTANCEDIstance for location search WFD_DISTANCEQUAN13(2)
DISTANCE_UNITBase Unit of Measure MEINSUNIT3CUNITMEINS

Key field Non-key field



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

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

How to access SAP table WFD_EXT_MATCH_DET

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