FPDP_S_DPPOS_SUM SAP (Purchase Order Items: Structure for Totals) Structure details

Dictionary Type: Structure
Description: Purchase Order Items: Structure for Totals




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




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

FPDP_S_DPPOS_SUM 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 "Purchase Order Items: Structure for Totals" 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_DPPOS_SUM TYPE FPDP_S_DPPOS_SUM.

The FPDP_S_DPPOS_SUM table consists of various fields, each holding specific information or linking keys about Purchase Order Items: Structure for Totals data available in SAP. These include ZEKKN (Sequential Number of Account Assignment), TXZ01 (Short Text), MENGE (Quantity), MEINS (Purchase Order Unit of Measure).. 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 (Deep)


SAP FPDP_S_DPPOS_SUM 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
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
TXZ01Short Text TXZ01CHAR40TEXT40
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
VPROZ Distribution Percentage in Case of Multiple Account Assgt0
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DPDATDue Date for Down Payment ME_DPDDATDATS8DATS
DPAMTNet Order Value in PO Currency BWERTCURR13(2) WERT7
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
KBLNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP

Key field Non-key field



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

As FPDP_S_DPPOS_SUM 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_DPPOS_SUM as there is no data to select.

How to access SAP table FPDP_S_DPPOS_SUM

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