VDZNHLP SAP (TR-LO: Auxiliary Fields for Pmnt Postprocessing Transaction) Structure details

Dictionary Type: Structure
Description: TR-LO: Auxiliary Fields for Pmnt Postprocessing Transaction




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




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

VDZNHLP 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 "TR-LO: Auxiliary Fields for Pmnt Postprocessing Transaction" 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_VDZNHLP TYPE VDZNHLP.

The VDZNHLP table consists of various fields, each holding specific information or linking keys about TR-LO: Auxiliary Fields for Pmnt Postprocessing Transaction data available in SAP. These include RKLAMMER (Classification Number for Finance Projects), ABETR (Accepted amount), WAERS (Currency Key), WAERS_A (Currency Key).. 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: Not classified


SAP VDZNHLP 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
RKLAMMERClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
ABETRAccepted amount VVABETRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
WAERS_ACurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
XBEWARTName of flow type XBEWARTCHAR30TEXT30
SGTXTItem Text SGTXTCHAR50TEXT50
XDNADRHPartner/address string VVXPAADRCHAR60CHAR60
VALUTValue date VALUTDATS8DATUM
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BANKAName of bank BANKACHAR60TEXT60
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
PARTNBusiness Partner PARTN_EBCHAR55CHAR55
SGWAERSCurrency key debit amount VVSWAERSCUKY5Assigned to domainWAERS
SGBTRTotal clearing amount debit in currency VVSGBTRCURR13(2) WERTV7
HGWAERScurrency key credit amount VVHWAERSCUKY5Assigned to domainWAERS
HGBTRTotal clearing amount credit in document currency VVHGBTRCURR13(2) WERTV7
VERTNContract Number RANLCHAR13ALPHARANLRAN
VWEZW01Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW02Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW03Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW04Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW05Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW06Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW07Payment Notes VWEZW_EBCHAR65CHAR65
VWEZW08Payment Notes VWEZW_EBCHAR65CHAR65

Key field Non-key field



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

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

How to access SAP table VDZNHLP

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