FIAPSAD_WF_STAT SAP (Intermediate status of Expenditure Order/Payment approval) Table details

Dictionary Type: Table
Description: Intermediate status of Expenditure Order/Payment approval




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




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

FIAPSAD_WF_STAT is a standard SAP Table which is used to store Intermediate status of Expenditure Order/Payment approval data and is available within R/3 SAP systems depending on the version and release level.

The FIAPSAD_WF_STAT table consists of various fields, each holding specific information or linking keys about Intermediate status of Expenditure Order/Payment approval data available in SAP. These include BUKRS (Company Code), ORDNO (Expenditure/Payment Order Number), GJAHR (Fiscal Year), ORDTYP (Order Type).. 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 FIAPSAD_WF_STAT 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ORDNOExpenditure/Payment Order Number FIAPSA_ORDNOCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ORDTYPOrder Type FIAPSA_ORDTYPCHAR1FIAPSA_ORDTYP
SERIALNUMBSerial Number FIAPSA_SERIAL_NUMBERNUMC3FIAPSA_SERIAL_NUMBER
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
STATUSIntermediate Approval Status (A - Approved, R - Rejected) FIAPSA_INTERMED_APPR_STATUSCHAR1FIAPSA_INTERMED_APPR_STATUS
WHO_APPRUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
DATE_APPRDate in CHAR format DATECHAR8CHAR8
TIME_APPRTime in CHAR Format TIMECHAR6CHAR6

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIAPSAD_WF_STAT
INTO CORRESPONDING FIELDS OF WA_FIAPSAD_WF_STAT
WHERE...

How to access SAP table FIAPSAD_WF_STAT

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