FIAPSAD_ADP_HD SAP (Employee's Advance Payment Request Header Data) Table details

Dictionary Type: Table
Description: Employee's Advance Payment Request Header Data




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




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

FIAPSAD_ADP_HD is a standard SAP Table which is used to store Employee's Advance Payment Request Header Data data and is available within R/3 SAP systems depending on the version and release level.

The FIAPSAD_ADP_HD table consists of various fields, each holding specific information or linking keys about Employee's Advance Payment Request Header Data data available in SAP. These include BUKRS (Company Code), ADVPNR (Advance Payment Request No.), GJAHR (Fiscal Year), WAERS (Currency Key).. 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: Cannot Be Enhanced


SAP FIAPSAD_ADP_HD 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
ADVPNRAdvance Payment Request No. FIAPSA_ADVPNRNUMC10FIAPSA_ADVPNRADV
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
CORRNCorrespondence No. FIAPSA_CORRNCHAR16
CPUDTCreation Date FIAPSA_CPUDTDATS8FIAPSA_CPUDT
CPUTMTime of Entry CPUTMTIMS6UZEIT
DUEDATSettlement Date FIAPSA_DUEDATDATS8FIAPSA_DUEDAT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
STATUSProcessing Status FIAPSA_STATUSCHAR10FIAPSA_STATUS
APRDATApproval Date FIAPSA_APRDATDATS8FIAPSA_APRDAT
APPROVERApprover FIAPSA_APPROVERCHAR12FIAPSA_APPROVER
CUSTYPCustody Type FIAPSA_CUSTYPCHAR10FIAPSA_CUSTYP
BKTXTAdvance Payment Request: Description FIAPSA_BKTXTCHAR150CHAR150
LTEXTApprover Text FIAPSA_APPROVER_TEXTCHAR255
DELExp.Order Deleted FIAPSA_EO_DELCHAR1FLAG
BKTXT1Advance Payment Request:Description 1 FIAPSA_BKTXT1CHAR150CHAR150

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIAPSAD_ADP_HD
INTO CORRESPONDING FIELDS OF WA_FIAPSAD_ADP_HD
WHERE...

How to access SAP table FIAPSAD_ADP_HD

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