CRMST_AUI_WI SAP (GENIL Structure AUI Workitem) Structure details

Dictionary Type: Structure
Description: GENIL Structure AUI Workitem




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




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

CRMST_AUI_WI 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 "GENIL Structure AUI Workitem" 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_CRMST_AUI_WI TYPE CRMST_AUI_WI.

The CRMST_AUI_WI table consists of various fields, each holding specific information or linking keys about GENIL Structure AUI Workitem data available in SAP. These include WI_ID (Work item ID), WI_CHCKWI (Superordinate Work Item), ITEM_TYPE (CRM-IC-AUI: Type of the Agent Universal Inbox Item), WI_TEXT (Work item text).. 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 CRMST_AUI_WI 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12Assigned to domainSWW_WIID
ITEM_TYPECRM-IC-AUI: Type of the Agent Universal Inbox Item CRMT_AUI_ITEM_TYPECHAR4CRM_AUI_ITEM_TYPE
WI_TEXTWork item text SWW_WITEXTCHAR120TEXT120
DESCRIPTIONWork item text SWW_WITEXTCHAR120TEXT120
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12Assigned to domainSWW_WISTAT
WI_PRIOPriority of a Work Item SWW_PRIONUMC1SWD_PRIORI
CREA_TMPWorkflow: Creation Time Stamp SWFRCRETSDEC21(7) TZNTSTMPL
WI_CD_ZONLOCreation Date of Work Item SWW_CDDATS8SYDATS
WI_CT_ZONLOCreation Time of Work Item SWW_CTTIMS6SYTIME
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_AAGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWW_WIDHST
DUE_ONCRM-IC-AUI: Due Date/Time of the Agent Universal Inbox Item CRMT_AUI_DUE_ONDEC15TSTPSBCOS_TSTMP
GROUP_ASSIGNEDCRM-IC-AUI: Responsible Group of Agent Universal Inbox Item CRMT_AUI_GROUP_ASSIGNEDRAW16SYSUUID
EMPL_ASSIGNEDCRM-IC-AUI: Responsible Employee of Agent Univ. Inbox Item CRMT_AUI_WI_EMPL_ASSIGNEDRAW16SYSUUID
EMPL_ASSIGNED_DESCRFull Name BU_NAME1TXCHAR80TEXT80
CUSTOMERCRM-IC-AUI: Customer of the Agent Universal Inbox Item CRMT_AUI_CUSTOMERCHAR10Assigned to domainALPHABU_PARTNER
CONTACT_PERSONCRM-IC-AUI: Contact Person of the Agent Universal Inbox Item CRMT_AUI_CONTACT_PERSONRAW16SYSUUID
SOF_SDR_ADDRRecipient address SO_NAMECHAR241SO_STRI241
SOF_RCP_ADDRRecipient address SO_NAMECHAR241SO_STRI241
IMG_DOC_TYPEDocument type SAEOBJARTCHAR10Assigned to domainSADC10_DVDOK
DOC_BOR_OTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
DOC_BOR_OBJIDObject key SWO_TYPEIDCHAR70SWO_TYPEID
DOC_RECEIVED_ATCreation Time of Work Item SWW_CTTIMS6SYTIME
DOC_RECEIVED_ONCreation Date of Work Item SWW_CDDATS8SYDATS
DOC_SUBJECTShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
DOC_BODYString DSTRINGSTRG0
IREC_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
CAMPAIGN_EL_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
CAMPAIGN_EL_IDMarketing Project Identification CAMPAIGN_HE_IDCHAR24CGPL_EXTIDCRM_MKTPL_CAMPAIGNID_GEN
CAMPAIGN_EL_TEXTDescription CRMT_DESCRIPTIONCHAR40TEXT40
WI_TIMESTAMPWorkflow: UTC Time Stamp SWW_TSTAMPDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

How to access SAP table CRMST_AUI_WI

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