/ISDFPS/FDP_WFST SAP (Workflow Status for Cross-System Material Requisitions) Table details

Dictionary Type: Table
Description: Workflow Status for Cross-System Material Requisitions




ABAP Code to SELECT data from /ISDFPS/FDP_WFST
Related tables to /ISDFPS/FDP_WFST
Access table /ISDFPS/FDP_WFST




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

/ISDFPS/FDP_WFST is a standard SAP Table which is used to store Workflow Status for Cross-System Material Requisitions data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/FDP_WFST table consists of various fields, each holding specific information or linking keys about Workflow Status for Cross-System Material Requisitions data available in SAP. These include REQUEST_ID (GUID in 'CHAR' Format in Uppercase), ORIGINAL_LOGSYS (Central System), ORIGINAL_WF_ID (Work item ID), START_DATE (Creation Date of Work Item).. 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 or numeric)


SAP /ISDFPS/FDP_WFST 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
REQUEST_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ORIGINAL_LOGSYSCentral System /ISDFPS/ALE_CENTRAL_SYSTEMCHAR10Assigned to domainALPHALOGSYS/ISDFPS/ALE_SYNC_SYSTEM
ORIGINAL_WF_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
START_DATECreation Date of Work Item SWW_CDDATS8SYDATS
START_TIMECreation Time of Work Item SWW_CTTIMS6SYTIME
TIME_LIMIT_DATEDate for Latest End of Workitems According to UTC Time Zone /ISDFPS/TIME_LIMIT_DATEDATS8SYDATS
TIME_LIMIT_TIMETime for Latest End of Workitems According to UTC Time Zone /ISDFPS/TIME_LIMIT_TIMETIMS6SYTIME
STATUSWorkflow Status for Cross-System Material Planning /ISDFPS/FDP_WF_STATUSCHAR2/ISDFPS/FDP_WF_STATUS
DECENTRAL_LOGSYSALE Routing System /ISDFPS/ALE_ROUTING_SYSTEMCHAR10Assigned to domainALPHALOGSYS/ISDFPS/ALE_SYNC_SYSTEM
PREQ_NOPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
PREQ_ITEMItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
PREQ_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
FORCE_TO_OBJIDObject ID of Receiving Force Element /ISDFPS/RECV_FORCE_OBJIDNUMC8Assigned to domainHROBJID
FORCE_TO_TEXTObject Name STEXTCHAR40TEXT40
FORCE_TO_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
FORCE_FROM_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
FORCE_FROM_TEXTObject Name STEXTCHAR40TEXT40
FORCE_FROM_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLANT_TEXTName NAME1CHAR30TEXT30
STORAGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
STOR_LOC_TEXTDescription of Storage Location LGOBECHAR16TEXT16
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BATCH_TEXTShort text for batch KZTXT_BATCHCHAR40TEXT40
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
PSPNR_TEXTText /ISDFPS/TEXT40CHAR40ALLTEXT
SERNR_PREQSerial Number /ISDFPS/SERNR_PREQCHAR18GERNRGERNRSER
HU_EXIDExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
MANUAL_UPDATEGeneral Flag FLAGCHAR1FLAG
DOC_MEINSUnit of Measure /ISDFPS/DOC_MEINSUNIT3Assigned to domainCUNITMEINS
DESIRED_QTYQuantity Requested per Workflow /ISDFPS/FDP_DESIRED_QTYQUAN13(3) MENG13V
CURRENT_QTYOpen Quantity (Requested or Approved and Not Posted) /ISDFPS/FDP_CURRENT_QTYQUAN13(3) MENG13V
CONFIRMEDGeneral Flag FLAGCHAR1FLAG
CONFIRMED_QTYConfirmed Quantity /ISDFPS/FDP_CONFIRMED_QTYQUAN13(3) MENG13V
SERVMAN_PERSNOPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
SERVMAN_TEXTFull Name of Person AD_NAMTEXTCHAR80TEXT80
WI_FOR_POSTINGWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
POSTED_SCAPPEDGeneral Flag FLAGCHAR1FLAG
POSTED_QTYPosted Quantity /ISDFPS/FDP_POSTED_QTYQUAN13(3) MENG13V
FLAG_LOANLoan /ISDFPS/FLAG_LOANCHAR1XFLAG
RETURN_DATEReturn Date for Loan /ISDFPS/RETURN_DATEDATS8DATS

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/FDP_WFST using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/FDP_WFST
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/FDP_WFST
WHERE...

How to access SAP table /ISDFPS/FDP_WFST

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