VEPFUNINTF SAP (Virtual End Point: Function Description of an Interface) Structure details

Dictionary Type: Structure
Description: Virtual End Point: Function Description of an Interface




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




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

VEPFUNINTF 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 "Virtual End Point: Function Description of an Interface" 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_VEPFUNINTF TYPE VEPFUNINTF.

The VEPFUNINTF table consists of various fields, each holding specific information or linking keys about Virtual End Point: Function Description of an Interface data available in SAP. These include PARAMKIND (Parameter Type (Input, Output , Fault)), PARAMNAME (Name of Parameter in the Original Interface), SPRAS (Language Key), PARTEXT (Short text).. 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 VEPFUNINTF 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
PARPOSNatural Number INT4INT410INT4
PARAMKIND Parameter Type (Input, Output , Fault)0
PARAMNAME Name of Parameter in the Original Interface0
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PARTEXTShort text PARAMTEXTCHAR79TEXT79
NODETYPEType of a Parameter: Elementary, Structure, Table VEPNODETYPECHAR1VEPNODETYPE
TYPENAMEAssociated Type of an Interface Parameter RS38L_TYPCHAR132RS38L_TYP
REF_CLASSReference to a Class RS38L_CLASCHAR1CHAR1
IS_OPTIONAL Parameter Transfer is Optional0
DEFVALUEDefault value for import parameter DEFAULT__3CHAR21DEFAULT__3
LINE_OFParameter is 'LINE OF' table type RS38L_LINOCHAR1CHAR1
TABLE_OFParameter Is Reference Type 'TABLE OF' RS38L_TABOCHAR1CHAR1
TYPESReference Structure is an ABAP/4 Type RS38L_TYPECHAR1RS38L_TYPE
HAS_DBF Type Assignment in DBFIELD0
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
EXIDABAP Data Type ABAPTYPECHAR1ABAPTYPE
LFIELDNAMEAssociated Type of an Interface Parameter RS38L_TYPCHAR132RS38L_TYP

Key field Non-key field



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

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

How to access SAP table VEPFUNINTF

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