SAP VVAUTHA Authorization fields in DARWIN application Table data and field list

VVAUTHA 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 "Authorization fields in DARWIN application" 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_VVAUTHA TYPE VVAUTHA.

The VVAUTHA table consists of various fields, each holding specific information or linking keys about Authorization fields in DARWIN application data available in SAP. These include SANLF (Product Category), SSTATI (Status of data record), SWENR (Site Number), SROLEXT (Dummy function)... 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. .

VVAUTHA structure Technical Details:

Delivery Class: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VVAUTHA 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 VVAUTHA 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
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SROLEXTDummy function DUMMY_3CHAR3CHAR3
SECUTreasury authorization group VVSECUCHAR8SYCHAR08
SZEARTScenario type TV_SZEARTCHAR5Assigned to domainT_SZEART
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
TRFCTAuthorization functions TRFCTCHAR2TRFCT
DEP_FCTAuthorization function for sec. account /sec. acct position DEP_FCTCHAR2DEP_FCT
TRGATAuthorization field for class catergory TRTM TRGATCHAR2TRGAT
KMARTType of corporate action TKMARTNUMC2TKMART
TB_SFGZUTYTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
BP_TYPCategory for Transaction Authorizations and Standing Instr. BP_TYPCHAR2BP_TYP
TBEGRUAuthorization Group TBEGRUCHAR4Assigned to domainTRBEGRU
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER
PARTNRBusiness Partner Number BP_PARTNRCHAR10Assigned to domainALPHABP_PARTNRBPN

Key field Non-key field



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

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

How to access SAP table VVAUTHA

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

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