PRSD_DLIEF_EXT SAP (DLI Document Flow Extension) Table details

Dictionary Type: Table
Description: DLI Document Flow Extension




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




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

PRSD_DLIEF_EXT is a standard SAP Table which is used to store DLI Document Flow Extension data and is available within R/3 SAP systems depending on the version and release level.

The PRSD_DLIEF_EXT table consists of various fields, each holding specific information or linking keys about DLI Document Flow Extension data available in SAP. These include DLINR (Number of the Dynamic Item), DLIUS (Usage of the DI profile), VBELN (Sales Document), VBPOS (Sales Document Item).. 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 PRSD_DLIEF_EXT 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 MANDTCLNT3Assigned to domainMANDT
DLINRNumber of the Dynamic Item AD01DLINRNUMC20Assigned to domainAD01DLINR
DLIUSUsage of the DI profile AD01USAGENUMC2AD01USAGE
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PRS_MEGBTRQuantity billed EB_FKMNGQUAN15(3) MENGV8
PRS_WKGBTRAmount referenced for invoicing EB_FKWRTCURR15(2) WERTV8
PRS_WKGBTR_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRS_WOGBTRAmount referenced for invoicing EB_FKWRTCURR15(2) WERTV8
PRS_WOGBTR_CURRCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
PRS_WTGBTRAmount referenced for invoicing EB_FKWRTCURR15(2) WERTV8
PRS_WTGBTR_CURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
DLI_TEXTProf.Serv:DLI Text PRS_DLI_TEXTCHAR60CHAR60
PRS_MEINHUnits of Measurements PRS_UNITUNIT3Assigned to domainCUNITMEINS
PRS_DOPENIndicator: DOPEN Status in Single Flow AD01DOPENSIGNCHAR1AD01DOPENSIGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRSD_DLIEF_EXT
INTO CORRESPONDING FIELDS OF WA_PRSD_DLIEF_EXT
WHERE...

How to access SAP table PRSD_DLIEF_EXT

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