VTBZVERB SAP (Payment Details: General Maintenance Structure) Structure details

Dictionary Type: Structure
Description: Payment Details: General Maintenance Structure




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




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

VTBZVERB 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 Details: General Maintenance Structure" 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_VTBZVERB TYPE VTBZVERB.

The VTBZVERB table consists of various fields, each holding specific information or linking keys about Payment Details: General Maintenance Structure data available in SAP. These include MANDT (Client), BUKRS (Company Code), RFHA (Financial Transaction), SSIGN (Direction of flow).. 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 VTBZVERB 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DZVERBPayment details effective from TB_DZVERBDATS8DATUM
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
RPZAHLPayer/payee TB_RPZAHL_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
SZARTPayment transaction TB_SZARTCHAR1XFELD
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
SPAYRQGenerate payment request TB_SPAYRQKCHAR1XFELD
SPRSNGIndividual payment TB_SPRSNGKCHAR1XFELD
SPRGRDDetermine grouping definition TB_SPRGRDCHAR1T_SPRGRD
SCSPAYSame direction necessary for joint payment? TB_SCSPAYCHAR1XFELD
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
RPCODERepetitive Code RPCODECHAR20FIBL_RPCODEALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50
LZBKZState Central Bank Indicator LZBKZCHAR3T015LLZBKZ
LANDLSupplying Country LANDLCHAR3T005LAND1
NOVATION_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
RANTYPContract Type RANTYPCHAR1RANTYP
LAND1Country Key LAND1CHAR3T005LAND1LND
RPZAHLAAlternative payer/payee TB_RPZAHLACHAR10Assigned to domainALPHAKUNNR
SSELECTEDCheckbox XFELDCHAR1XFELD
SDISPLAYCheckbox XFELDCHAR1XFELD
XSIGNSign indicating the direction of a flow TB_XSIGNCHAR30TEXT30
XBEWARTName of flow type XBEWARTCHAR30TEXT30
XPZAHLName and address of payer/payee TB_XPZAHLCHAR80TEXT80
XPZAHLAName and address of payer/payee TB_XPZAHLCHAR80TEXT80
XPRGRDText Field of Length 60 TEXT60CHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table VTBZVERB

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