SAP VTBSTA2_CHECK Standing Instructions for Correspondence: Checks Table data and field list

VTBSTA2_CHECK 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 "Standing Instructions for Correspondence: Checks" 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_VTBSTA2_CHECK TYPE VTBSTA2_CHECK.

The VTBSTA2_CHECK table consists of various fields, each holding specific information or linking keys about Standing Instructions for Correspondence: Checks data available in SAP. These include BUKRS (Company Code), CORTYP (Correspondence type), CORR_PR (Print Correspondence), CORR_FX (Fax Correspondence)... 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. .

VTBSTA2_CHECK structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VTBSTA2_CHECK structure 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 VTBSTA2_CHECK 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
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CORTYPCorrespondence type TB_CORTYPCHAR3Assigned to domainT_CORTYPT80
CORR_PRPrint Correspondence TB_CORR_PRCHAR1XFELD
CORR_FXFax Correspondence TB_CORR_FXCHAR1XFELD
CORR_SWGenerate Correspondence SWIFT File TB_CORR_SWCHAR1XFELD
CORR_IDGenerate Correspondence IDoc TB_CORR_IDCHAR1XFELD
CORR_EMActivate Correspondence for E-Mail TB_CORR_EMCHAR1XFELD
CORR_ADAlternative Address for Correspondence TB_CORR_AD_NEWCHAR10Assigned to domainBU_ADRKIND
ZEILELine number MSGZEILECHAR22CHAR22
MSGTYMessage type (E, I, W, ...) MSGTY_COCHAR1MSGTY_CO
TEXTMessage Text NATXTCHAR73NATXT
ARBGBApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
TXTNRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

How to access SAP table VTBSTA2_CHECK

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

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