FIAPSAD_ADPSF SAP ( Settelement Details for KSA) Table details

Dictionary Type: Table
Description: Settelement Details for KSA




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




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

FIAPSAD_ADPSF is a standard SAP Table which is used to store Settelement Details for KSA data and is available within R/3 SAP systems depending on the version and release level.

The FIAPSAD_ADPSF table consists of various fields, each holding specific information or linking keys about Settelement Details for KSA data available in SAP. These include BUKRS (Company Code), SETNR (Settlement 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 FIAPSAD_ADPSF 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
SETNRSettlement Number FIAPSA_SETNRCHAR10ALPHAFIAPSA_SETNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ADVPNRAdvance Payment Request No. FIAPSA_ADVPNRNUMC10FIAPSA_ADVPNRADV
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
XBLNRReference Document Number XBLNRCHAR16XBLNR
BLDATDocument Date in Document BLDATDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
WRBTRAmount in document currency WRBTRCURR13(2) WERT7

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIAPSAD_ADPSF
INTO CORRESPONDING FIELDS OF WA_FIAPSAD_ADPSF
WHERE...

How to access SAP table FIAPSAD_ADPSF

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