WFDSS_RESOURCE_DV_INFO_16 SAP (Resource Daily View Info Columns) Structure details

Dictionary Type: Structure
Description: Resource Daily View Info Columns




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




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

WFDSS_RESOURCE_DV_INFO_16 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 "Resource Daily View Info Columns" 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_WFDSS_RESOURCE_DV_INFO_16 TYPE WFDSS_RESOURCE_DV_INFO_16.

The WFDSS_RESOURCE_DV_INFO_16 table consists of various fields, each holding specific information or linking keys about Resource Daily View Info Columns data available in SAP. These include FULL_NAME (Resource Description for UI), LAST_NAME (Name 1, Search Result Element of Service WFD Resource Finder), FIRST_NAME (Name 2, Search Result Element of Service WFD Resource Finder), PARTNER_NUMBER (Business Partner Number).. 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: Can Be Enhanced (Deep)


SAP WFDSS_RESOURCE_DV_INFO_16 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
RES_GUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
FULL_NAMEResource Description for UI WFDSE_UI_RES_DESCRIPTIONSTRG0WFDS_STRING
LAST_NAMEName 1, Search Result Element of Service WFD Resource Finder WFDSE_RESOURCE_FINDER_NAME1CHAR40BU_NAME
FIRST_NAMEName 2, Search Result Element of Service WFD Resource Finder WFDSE_RESOURCE_FINDER_NAME2CHAR40BU_NAME
PARTNER_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RES_TYPEAttribute Set Type WFDSE_UI_ATS_TYPECHAR1WFDS_UI_ATS_TYPE
CAPACITY_CALCResource capacity calculation rule WFDBP_CAPA_CALCNUMC1WFD_CAPA_INPUT_TYPE
ORG_ASSIGNMENTorganizational Assignment WFDSE_UI_ORG_ASGNUMC8NUMC08
ORG_ASSIGNMENT_TOOLTIP Tooltip for organizational asignment0
ORG_ASSIGNMENT_TOrganizational Assignment WFDSE_UI_ORG_UNITCHAR40TEXT40
ORG_ASSIGNMENT_T_TOOLTIP Tooltip for organizational asignment text0
MANAGER_NAMEResponsible Manager for UI WFDSE_UI_RES_MANAGERSTRG0WFDS_STRING
CONTRACTOR_NAMEService Provider for UI WFDSE_UI_CONTRACTORSTRG0WFDS_STRING
PRIM_SERV_AREAPrimary Service Area WFDSE_UI_PRIM_SERV_AREACHAR10Assigned to domainWFD_SERVICE_AREA_CODE
PRIM_SERV_AREA_TOOLTIP Tooltip for Primary Service Area0
PRIM_SERV_AREA_TPrimary Service Area WFDSE_UI_PRIM_SERV_AREA_TSTRG0
PRIM_SERV_AREA_T_TOOLTIP Tooltip for Primary Service Area Text0
ALT_SERV_AREAAlternative Service Area WFDSE_UI_ALT_SERV_AREACHAR10Assigned to domainWFD_SERVICE_AREA_CODE
ALT_SERV_AREA_TOOLTIP Tooltip for Alternative Service Area0
ALT_SERV_AREA_TAlternative Service Area WFDSE_UI_ALT_SERV_AREA_TSTRG0
ALT_SERV_AREA_T_TOOLTIP Tooltip for Alternative Service Area Text0
JOB_FUNCTION_LEVELJob Function / Job Level WFDSE_UI_JOB_FUNCLEVELSTRG0
JOB_FUNCTION_LEVEL_TOOLTIP Tooltip for Job Function / Job Level0
JOB_FUNCTION_LEVEL_TJob Function / Job Level WFDSE_UI_JOB_FUNCLEVEL_TSTRG0
JOB_FUNCTION_LEVEL_T_TOOLTIP Tooltip for Job Function / Job Level Text0
COST_RATECost Rate WFDSE_UI_COST_RATESTRG0
ADDRESSAddress WFDSE_UI_ADDRESSSTRG0
ASSIGNED_AVAILABLEString WFDSE_STRINGSTRG0WFDS_STRING
REMAININGString WFDSE_STRINGSTRG0WFDS_STRING
BOOKED_AVAILABLEString WFDSE_STRINGSTRG0WFDS_STRING
AVAILABLE_MINUS_BOOKEDString WFDSE_STRINGSTRG0WFDS_STRING
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table WFDSS_RESOURCE_DV_INFO_16

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