WFDSS_UI_ASSIGNMENT_MAINTAIN SAP (Fields for creating and maintaining assignments) Structure details

Dictionary Type: Structure
Description: Fields for creating and maintaining assignments




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




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

WFDSS_UI_ASSIGNMENT_MAINTAIN 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 "Fields for creating and maintaining assignments" 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_UI_ASSIGNMENT_MAINTAIN TYPE WFDSS_UI_ASSIGNMENT_MAINTAIN.

The WFDSS_UI_ASSIGNMENT_MAINTAIN table consists of various fields, each holding specific information or linking keys about Fields for creating and maintaining assignments data available in SAP. These include DEMAND_DESC (Demand Description for UI), DEMAND_ID (General ID text for demands), BEG_TMSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), END_TMSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 WFDSS_UI_ASSIGNMENT_MAINTAIN 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
RESOURCE_DESCResource Description for UI WFDSE_UI_RES_DESCRIPTIONSTRG0WFDS_STRING
DEMAND_DESCDemand Description for UI WFDSE_UI_DEMAND_DESCRIPTIONSTRG0WFDS_STRING
DEMAND_IDGeneral ID text for demands WFDSE_UI_DEMAND_IDSTRG0WFDS_STRING
BEG_TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BEGIN_DATEBegin Date WFDSE_UI_BEG_DATEDATS8DATS
END_DATEEnd Date WFDSE_UI_END_DATEDATS8DATS
BEGIN_TIMEBegin Time WFDSE_UI_BEG_TIMETIMS6TIME
END_TIMEEnd Time WFDSE_UI_END_TIMETIMS6TIME
DURATION_IN_SECNatural Number INT4INT410INT4
DURATIONDuration WFDSE_DURATIONQUAN13(3)
DURATION_UNITUnit for Duration of Work WFDSE_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
ASSIGNMENT_TYPEAssingment Type WFDSE_ASSIGNMENT_TYPECHAR1WFDS_ASSIGNMENT_TYPE
BOOKING_TYPEBooking Type WFDSE_BOOKING_TYPECHAR1WFDS_BOOKING_TYPE
CUSTOMERCustomer Description WFDSE_UI_CUST_DESCRIPTIONSTRG0WFDS_STRING
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMBERHouse Number AD_HSNM1CHAR10TEXT10
SEND_GW_MESSAGEDetermines if a groupware message should be sent WFDSE_SEND_GW_MESSAGECHAR1WFDS_SEND_GW_MESSAGE
SUBJECTAssignment Description WFDSE_ASSIGNMENT_DESCSTRG0
GW_DESCRIPTIONGroupware Description WFDSE_GW_DESCRIPTIONSTRG0
ASSIGNMENT_NOTEAssignment Note WFDSE_ASSIGNMENT_NOTESTRG0
STATUSSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT

Key field Non-key field



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

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

How to access SAP table WFDSS_UI_ASSIGNMENT_MAINTAIN

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