VZZUSP SAP (Payment splitting) Table details

Dictionary Type: Table
Description: Payment splitting




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




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

VZZUSP is a standard SAP Table which is used to store Payment splitting data and is available within R/3 SAP systems depending on the version and release level.

The VZZUSP table consists of various fields, each holding specific information or linking keys about Payment splitting data available in SAP. These include SNUMOBJ (Key for number range object), SOBJEKT (Internal key for object for business partner table), DGUELTAB (Date Condition Effective from), SBEWART (Flow Type).. 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: Not classified


SAP VZZUSP 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 MANDTCLNT3T000MANDT
SNUMOBJKey for number range object VVNUMOBJCHAR2VVNUMOBJ
SOBJEKTInternal key for object for business partner table VVSOBJGPOCHAR13CHAR13
DGUELTABDate Condition Effective from DGUELDATS8DATUM
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
SANWDGApplication type VVSANWDGCHAR1VVSANWDG
BZUBETRSubsidy/allowance amount VVZUBETRCURR13(2) WERTV7
PROZTEILPercentage rate for condition items PKONDDEC10(7) DECV3_7
BMAXBETRSubsidy/grant maximum amount VVMAXBETRCURR13(2) WERTV7
DFAELLDue date DFAELLDATS8DATUM
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
DGUELBISEffective until date DGUELBISDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM VZZUSP
INTO CORRESPONDING FIELDS OF WA_VZZUSP
WHERE...

How to access SAP table VZZUSP

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