FPDP_S_DPPOSALV_STYLE SAP (Purchase Order Items: Structure for ALV Grid w. Style Table) Structure details

Dictionary Type: Structure
Description: Purchase Order Items: Structure for ALV Grid w. Style Table




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




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

FPDP_S_DPPOSALV_STYLE 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 ALV Grid w. Style Table" 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_DPPOSALV_STYLE TYPE FPDP_S_DPPOSALV_STYLE.

The FPDP_S_DPPOSALV_STYLE table consists of various fields, each holding specific information or linking keys about Purchase Order Items: Structure for ALV Grid w. Style Table data available in SAP. These include KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)), DPTYP (Down Payment Indicator), EBELP (Item Number of Purchasing Document), ZEKKN (Sequential Number of Account Assignment).. 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_DPPOSALV_STYLE 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
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
DPTYPDown Payment Indicator ME_DPTYPCHAR4ME_DPTYPE_DOMAIN
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
VPROZDistribution Percentage in Case of Multiple Account Assgt VPROZDEC3(1) VPROZ
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
DPDATDue Date for Down Payment ME_DPDDATDATS8DATS
DPAMTDown Payment Amount in Document Currency ME_DPAMNTCURR11(2) WERT11
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
CELLTAB 0

Key field Non-key field



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

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

How to access SAP table FPDP_S_DPPOSALV_STYLE

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