SAP VTBSTA4 SI for Business Partner: Derived Flows Table data and field list

VTBSTA4 is a standard SAP Table which is used to store SI for Business Partner: Derived Flows data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The VTBSTA4 table consists of various fields, each holding specific information or linking keys about SI for Business Partner: Derived Flows data available in SAP. These include BUKRS (Company Code), PARTNR (Business Partner Number), RANTYP (Contract Type), SANLF (Product Category)... 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. .

VTBSTA4 table Technical Details:

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)


SAP VTBSTA4 table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VTBSTA4 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RANTYPContract Type RANTYPCHAR1RANTYP
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
SABVERFProcedure to Generate Derived Flows TB_SABVERFCHAR5AT22T_SABVERF

Key field Non-key field



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

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

SELECT SINGLE *
FROM VTBSTA4
INTO CORRESPONDING FIELDS OF WA_VTBSTA4
WHERE...

How to access SAP table VTBSTA4

Within an ECC or HANA version of SAP you can also view further information about VTBSTA4 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).

Related SAP tables and the relationships to VTBSTA4

    BP000 - Business Partner Master (General Data)
        BP011 - Business Parnter Master (Employment Data)
        BP1060 - Business Partner: CoCd Control Data
        BP2000 - BP: Business Partner - Business Partner Relation
        BP3000 - BP: Additional Data (from Darwin BP)
        BPDMAHN - BP Structure: Dunning Data (Company Code)
        BPDKNA1 - BP: Business Partner-Relevant Fields in KNA1
        BPDKNB1 - BP: Business Partner-Relevant Fields in KNB1
        BPDBANK - BP Structure: Business Partner Bank Details
        VTBSTC1 - Payment Connection Components for Standing Instr.
        VTBSTA1 - Payment Connection Assignment as Standing Instr.
        VTBSTA2 - Standing Instructions for Correspondence
        BP021 - Business Partner Master (Fiscal Year Information)
        VTBSTA3 - Standing Instructions for Business Partners
        VTBSTA4 - Standing Instructions for Business Partners
        BP030 - BP: Business Partner - Address
        BP1000 - BP: Business Partner - Role
        BP1010 - BP: Credit Standing Data
        BP1020 - BP: Business Partner - Fiscal Data
        BP1030 - BP: Business Partner - Reporting Data
        BP1040 - Business partner: Reporting data in company code
        BP1050 - Business Partner: General Control Data