VTB_ADJUSTMENT SAP (Fiduciary deposit adjustment flow) Table details

Dictionary Type: Table
Description: Fiduciary deposit adjustment flow




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




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

VTB_ADJUSTMENT is a standard SAP Table which is used to store Fiduciary deposit adjustment flow data and is available within R/3 SAP systems depending on the version and release level.

The VTB_ADJUSTMENT table consists of various fields, each holding specific information or linking keys about Fiduciary deposit adjustment flow data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), RFHAZU (Transaction activity), RFHAZB (Transaction 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VTB_ADJUSTMENT 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
RFHAZBTransaction flow TB_RFHAZBNUMC4T_RFHAZB
SFHAZBAFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
AMOUNT_WDPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
CURR_WDPayment Currency TB_WZBETRCUKY5TCURCWAERS
AMOUNT_EXTPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
CURR_EXTPayment Currency TB_WZBETRCUKY5TCURCWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VTB_ADJUSTMENT
INTO CORRESPONDING FIELDS OF WA_VTB_ADJUSTMENT
WHERE...

How to access SAP table VTB_ADJUSTMENT

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