SVERCF3 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

SVERCF3 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 "" 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_SVERCF3 TYPE SVERCF3.

The SVERCF3 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include F1 (ABAP/4 verification of key field), F2 (ABAP/4 verification of key field), F3 (ABAP/4 verification of key field), F4 (ABAP/4 verification of key field).. 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: Not classified


SAP SVERCF3 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
F1 0
F1ABAP/4 verification of key field VERI_KEYNUMC4NUM04
F2ABAP/4 verification of key field VERI_KEYNUMC4NUM04
F3ABAP/4 verification of key field VERI_KEYNUMC4NUM04
F4ABAP/4 verification of key field VERI_KEYNUMC4NUM04
F5Internal Data Element SYTABIDCHAR8SYCHAR08
F6ABAP/4 verification DEC field VERI_DECDEC11(3) VER_DEC8_3
F7Date DATUMDATS8DATUM
F8Return Code SYSUBRCINT410SYST_SHORT
F9Verification data element with type CURR 13 VERI_CUR13CURR13(2) VERI_CUR13
F10Verification currency key VERI_CUKYCUKY5VERI_CUKY
F11QUAN field for verification VERI_QUANQUAN13(3) VERI_QUAN
F12UNIT field for verification VERI_UNITUNIT3VERI_UNIT
F13 VERI_CBOXCHAR1VERI_CBOX
F2 0
C1C1 VERI_C1CHAR1SYCHAR01
C32Data element CHAR 32 for automatic verification VERI_C32CHAR32VERI_C32
N1N1 VERI_N1NUMC1NUMC01
N32N32 VERI_N32NUMC32SYNUMC32
X1X1 VERI_X1RAW1SYHEX01
X32X32 VERI_X32RAW32SYHEX32
P1P1 VERI_P1DEC1DEC1
P16Data element for verification VERI_P16DEC31VERI_P16
IData element for verification VERI_IINT410SYST_LONG
Fa VERI_F_DFLTP16(16) VERI_F
DData element for verification VERI_D_DDATS8SYDATS
TT VERI_TTIMS6SYTIME
T1Data element for verification VERI_T1TIMS6SYTIME
T2Data element for verification VERI_T2TIMS6VERI_TIMS

Key field Non-key field



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

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

How to access SAP table SVERCF3

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