DFMCA_WIHEAD SAP (Additional Data for Workflow Item) Table details

Dictionary Type: Table
Description: Additional Data for Workflow Item




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




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

DFMCA_WIHEAD is a standard SAP Table which is used to store Additional Data for Workflow Item data and is available within R/3 SAP systems depending on the version and release level.

The DFMCA_WIHEAD table consists of various fields, each holding specific information or linking keys about Additional Data for Workflow Item data available in SAP. These include WI_ID (Work item ID), TAX_DIVISION (Assigned Tax Division), TAX_UNIT (Assigned Tax Unit), WI_ASGNREAS (Workflow Item Assignment Reason).. 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: Can be enhanced (character-type)


SAP DFMCA_WIHEAD 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
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
TAX_DIVISIONAssigned Tax Division TAX_DIVISION_PSCHAR12HROBJID_12
TAX_UNITAssigned Tax Unit TAX_UNIT_PSCHAR12HROBJID_12
WI_ASGNREASWorkflow Item Assignment Reason WIASGNREAS_PSCHAR2TFMCA_ASGNREASWIASGNREAS_PS
RETURN_GUIDTechnical Key of Carrying Object FMCA_RETURN_GUIDCHAR32SYSUUID_C
WI_CHDChanged On AEDATDATS8DATUM
WI_CHTTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
WI_CHUSERLast changed by AENAM_KKCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table DFMCA_WIHEAD using ABAP code

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

SELECT SINGLE *
FROM DFMCA_WIHEAD
INTO CORRESPONDING FIELDS OF WA_DFMCA_WIHEAD
WHERE...

How to access SAP table DFMCA_WIHEAD

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