WBDRP_SETTLE_PDF SAP (NSubsequent Settlement: Settlement, Item Infos, PDF) Structure details

Dictionary Type: Structure
Description: NSubsequent Settlement: Settlement, Item Infos, PDF




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




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

WBDRP_SETTLE_PDF 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 "NSubsequent Settlement: Settlement, Item Infos, PDF" 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_WBDRP_SETTLE_PDF TYPE WBDRP_SETTLE_PDF.

The WBDRP_SETTLE_PDF table consists of various fields, each holding specific information or linking keys about NSubsequent Settlement: Settlement, Item Infos, PDF data available in SAP. These include KNUMH (Condition record number), KOPOS (Sequential number of the condition), POSNR (Item number of settlement document (subsequent settlement)), LIFNR (Account Number of Vendor or Creditor).. 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 WBDRP_SETTLE_PDF 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
KNUMAAgreement (various conditions grouped together) KNUMACHAR10Assigned to domainALPHAKNUMAVMBO
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
POSNRItem number of settlement document (subsequent settlement) POSNR_ABRNUMC6Assigned to domainPOSNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
VTXTKName VTXTKCHAR20TEXT20
WBDRP_SETTLE_SUB 0
SETTLE_TYPE_TEXTText on settlement type ATYPETXTCHAR28CHAR28
VALIDITY_STARTValid-From Date DATABDATS8DATUM
VALIDITY_ENDValid To Date DATBIDATS8DATUM
ERASE_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
TDNAMEName TDOBNAMECHAR70TDOBNAME
T_WBDRSCALE_PDF 0
ITEM_VALUES 0
SCALE_BASECondition Scale Basis Value or Quantity as Character SCALE_BASE_CHARCHAR18CHAR18
KSTBSScale base value of the condition KSTBSCURR15(2) WERTV8
KSTBSEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KSTBSEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
CONDITION_BASECondition Basis as Character CONDITION_BASE_CHARCHAR18CHAR18
KAWRTCondition base value KAWRTCURR15(2) WERTV8
AWEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
AWEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
WAERSCurrency Key WAERSCUKY5WAERSFWS
AUWRTTotal value in sales & distribution document (incl. tax) AUWRTCURR15(2) WERT8
AZWRTOffset income for condition record AZWRTCURR19(2) WERTV10
AGWRTPortion of condition record income from final settlement AGWRTCURR19(2) WERTV10
T_WBDRSCALE_GRADUATED_PDF 0
T_WBDRCON_WERKS 0
T_WBDRCON_MWSKZ 0
T_WBDRCON_TAXES 0

Key field Non-key field



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

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

How to access SAP table WBDRP_SETTLE_PDF

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