FIAPQAD_PREQ SAP (Database table of Payment Request Qatar Public Sector) Table details

Dictionary Type: Table
Description: Database table of Payment Request Qatar Public Sector




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




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

FIAPQAD_PREQ is a standard SAP Table which is used to store Database table of Payment Request Qatar Public Sector data and is available within R/3 SAP systems depending on the version and release level.

The FIAPQAD_PREQ table consists of various fields, each holding specific information or linking keys about Database table of Payment Request Qatar Public Sector data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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 FIAPQAD_PREQ 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10BKPFALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4BKPFGJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
RSTATPayment Request Status (Qatar Public Sector) FIAPQA_RSTATCHAR1FIAPQA_RSTAT
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
REMARKTXTRemarks FIAPQA_TXTCHAR100FIAPQA_CHAR100
PREQAMTExpense Line Item Amount FIAPQA_LIAMTCURR11(2) WRBTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIAPQAD_PREQ
INTO CORRESPONDING FIELDS OF WA_FIAPQAD_PREQ
WHERE...

How to access SAP table FIAPQAD_PREQ

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