SUPP_PYMNT_DATA SAP (Payment Information of Invoice Documents of a Purchase Order) Structure details

Dictionary Type: Structure
Description: Payment Information of Invoice Documents of a Purchase Order




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




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

SUPP_PYMNT_DATA 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 "Payment Information of Invoice Documents of a Purchase Order" 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_SUPP_PYMNT_DATA TYPE SUPP_PYMNT_DATA.

The SUPP_PYMNT_DATA table consists of various fields, each holding specific information or linking keys about Payment Information of Invoice Documents of a Purchase Order data available in SAP. These include IVD_DOC_NO (Document Number of an Invoice Document), PYMNT_DIFF (Reason Code for Payments), TXT_PYMNT_DIFF (Reason Code Short Text), COMP_CODE (Company Code).. 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: Cannot Be Enhanced


SAP SUPP_PYMNT_DATA 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
PYMNT_DOC_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
IVD_DOC_NODocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
PYMNT_DIFFReason Code for Payments RSTGRCHAR3Assigned to domainRSTGR
TXT_PYMNT_DIFFReason Code Short Text TXT20_053CHAR20TXT20
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PYMNT_DUE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
WAY_OF_PYMNTPayment Method DZLSCHCHAR1Assigned to domainZLSCH
TXT_WAY_PYMNTName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
PYMNT_BLOCKPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
TXT_PYMNT_BLOCKExplanation of the Reason for Payment Block TEXTL_008CHAR20TEXT20
VENDOR_ACC_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
CLEARRING_DOC_NODocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
CLEARING_DATEClearing Date AUGDTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table SUPP_PYMNT_DATA

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