/XFT/INV_S_WF_FIELDS SAP (Additional fields for WF) Structure details

Dictionary Type: Structure
Description: Additional fields for WF




ABAP Code to SELECT data from /XFT/INV_S_WF_FIELDS
Related tables to /XFT/INV_S_WF_FIELDS
Access table /XFT/INV_S_WF_FIELDS




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

/XFT/INV_S_WF_FIELDS 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 "Additional fields for WF" 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_/XFT/INV_S_WF_FIELDS TYPE /XFT/INV_S_WF_FIELDS.

The /XFT/INV_S_WF_FIELDS table consists of various fields, each holding specific information or linking keys about Additional fields for WF data available in SAP. These include STATUS (Approval status), STATUS_D (Approval status: Text), APPROVER (Approver), CATEGORY (Category).. 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 /XFT/INV_S_WF_FIELDS 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
STATUSApproval status /XFT/INV_APPROVAL_STATUSCHAR12/XFT/INV_APPROVAL_STATUS
STATUS_DApproval status: Text /XFT/INV_APPROVAL_STATUS_DCHAR30CHAR30
APPROVERApprover /XFT/INV_APPROVERCHAR12Assigned to domainXUBNAME
CATEGORYCategory /XFT/INV_CATEGORYCHAR15/XFT/INV_CATEGORY
CATEGORY_DCategory: Text /XFT/INV_CATEGORY_DCHAR20CHAR20
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PSPNRWBS Element /XFT/INV_PS_POSNRNUMC8/XFT/INV_PS_POSNR
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
GL_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ASSET_SUB_NOAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
F_COST_CENTERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_PSPNRBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_PO_NUMBERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_PO_ITEMBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_AUFNRBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_GL_ACCOUNTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_ASSET_NOBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_ASSET_SUB_NOBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
F_OTHERSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
TEXT_XML XML of text table0
COMM_CURR_XML XML table of current comment0
APPROVER_XML XML of approver list0

Key field Non-key field



How do I retrieve data from SAP structure /XFT/INV_S_WF_FIELDS using ABAP code?

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

How to access SAP table /XFT/INV_S_WF_FIELDS

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