FPDP_S_CLEARING SAP (Structure for Down Payment Transfer) Structure details

Dictionary Type: Structure
Description: Structure for Down Payment Transfer




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




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

FPDP_S_CLEARING is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Down Payment Transfer" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FPDP_S_CLEARING TYPE FPDP_S_CLEARING.

The FPDP_S_CLEARING table consists of various fields, each holding specific information or linking keys about Structure for Down Payment Transfer data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document), UMSKZ (Special G/L Indicator).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FPDP_S_CLEARING structure 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
VBEL2Sales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSN2Item number (2 digits) POSN2NUMC2POSN2
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ZUONRAssignment Number DZUONRCHAR18ZUONR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PSBETLine Item Amount PSBETCURR13(2) WRTV7
NTAMTAvailable Amount for Down Payment Clearing NTAMTCURR13(2) WERTV7
BETRGAmount to Be Cleared BETRG_F05ACURR17(2) WERTV9
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP structure FPDP_S_CLEARING using ABAP code?

As FPDP_S_CLEARING is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FPDP_S_CLEARING as there is no data to select.

How to access SAP table FPDP_S_CLEARING

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