VIF_RUNTIME_ADAPTER_STRUCTURE SAP (Structure for Adapters at Runtime) Structure details

Dictionary Type: Structure
Description: Structure for Adapters at Runtime




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




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

VIF_RUNTIME_ADAPTER_STRUCTURE 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 "Structure for Adapters at Runtime" 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_VIF_RUNTIME_ADAPTER_STRUCTURE TYPE VIF_RUNTIME_ADAPTER_STRUCTURE.

The VIF_RUNTIME_ADAPTER_STRUCTURE table consists of various fields, each holding specific information or linking keys about Structure for Adapters at Runtime data available in SAP. These include FUNCTION (Functions of a Service Definition), FUNCTION_XMLNAME_REQUEST (SOAP Namespace of a Service Definition), FUNCTION_XMLNAME_RESPONSE (SOAP Namespace of a Service Definition), FUNCTION_EXPOSED (Single-Character Indicator).. 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: Cannot Be Enhanced


SAP VIF_RUNTIME_ADAPTER_STRUCTURE 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
FUNCTION_NAMESPACESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
FUNCTIONFunctions of a Service Definition VEPFUNCCHAR30CHAR30
FUNCTION_XMLNAME_REQUESTSOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
FUNCTION_XMLNAME_RESPONSESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
FUNCTION_EXPOSEDSingle-Character Indicator CHAR1CHAR1CHAR1
PARAMETER_NAMESPACESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
PARAMETERParameter Name in Physical Interface VEPPARAMCHAR60CHAR60
PARAMETER_XMLNAMESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
PARAMETER_TYPEParameter Type VEPPARAMTYPECHAR1VEPPARAMTYPE
PARAMETER_IS_HEADERSingle-Character Indicator CHAR1CHAR1CHAR1
PARAMETER_IS_EXPOSEDSingle-Character Indicator CHAR1CHAR1CHAR1
PARAMETER_IS_OPTIONALSingle-Character Indicator CHAR1CHAR1CHAR1
PARAMETER_DEFAULT_VALUEDefault Value of a Parameter VEPPARAMDEFAULTVALUECHAR255CHAR255
PARAMETER_IS_INITIALSingle-Character Indicator CHAR1CHAR1CHAR1
FAULTFault Name in Physical Interface VEPFAULTNAMECHAR30CHAR30
FAULT_XMLNAMESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
FAULT_DETAILDetails of an Event VEPFAULTDETAILCHAR255
FAULT_DESCRIPTION_IDKey for Logical Object in the OTR SOTR_CONCCHAR32SYSUUID_C
IDNatural Number INT4INT410INT4
TYPE_NAMESPACESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
TYPENAMEName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
TYPENAME_XMLNAMESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
ORGINAL_TYPEName of Type in a Service Definition VEPTYPENAMECHAR120VEPTYPENAME
TYPETYPEType of a Parameter: Elementary, Structure, Table VEPTYPETYPECHAR1VEPTYPETYPE
FIELDNAMESubfield Name of Structured Type VEPFIELDNAMECHAR120VEPFIELDNAME
FIELD_IS_EXPOSEDSingle-Character Indicator CHAR1CHAR1CHAR1
FIELDNAME_XMLNAMESOAP Namespace of a Service Definition VEPSOAPNAMESPACECHAR255VEPSOAPNAMESPACE
FIELD_FIXED_VALUEDefault Value of a Parameter VEPPARAMDEFAULTVALUECHAR255CHAR255
FIELD_IS_INITIALSingle-Character Indicator CHAR1CHAR1CHAR1
CHILD_IDNatural Number INT4INT410INT4
KINDVEP Type of an Elementary Types VEPELEMTYPEKINDCHAR4VEPELEMTYPEKIND
BUILD_IN_TYPEVEP Name of a Predefined Type VEPELEMTYPEBUILDINCHAR30
LENGTHElementary Type of Virtual Interface: Length VEPELEMTYPELENGTHINT410
DECIMALSElementary Type of Virtual Interface: Decimal Places VEPELEMTYPEDECIMALSINT410
SIGNEDElementary Type of Virtual Interface: Sign VEPELEMTYPESIGNEDCHAR1
TAB_ITEMLABELWS: Virtual Interface Label of a SOAP Item VEPSOAPITEMLBLCHAR30

Key field Non-key field



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

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

How to access SAP table VIF_RUNTIME_ADAPTER_STRUCTURE

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