SPROXDAT_V SAP (Proxy Metadata for versioning (without STRING fields).) Structure details

Dictionary Type: Structure
Description: Proxy Metadata for versioning (without STRING fields).




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




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

SPROXDAT_V 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 "Proxy Metadata for versioning (without STRING fields)." 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_SPROXDAT_V TYPE SPROXDAT_V.

The SPROXDAT_V table consists of various fields, each holding specific information or linking keys about Proxy Metadata for versioning (without STRING fields). data available in SAP. These include OBJ_NAME (Proxy Generation: Name of an Object in R/3), OBJECT1 (Proxy Generation: Object Type in R3 (DTEL, TABL,...)), OBJ_NAME1 (Proxy Generation: Name of an Object in R/3), OBJECT2 (Proxy Generation: Object Type in R3 (DTEL, TABL,...)).. 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 SPROXDAT_V 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
OBJECTProxy Generation: Object Type in R3 (DTEL, TABL,...) PRX_R3OBJCHAR4PRX_R3OBJ
OBJ_NAMEProxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
OBJECT1Proxy Generation: Object Type in R3 (DTEL, TABL,...) PRX_R3OBJCHAR4PRX_R3OBJ
OBJ_NAME1Proxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
OBJECT2Proxy Generation: Object Type in R3 (DTEL, TABL,...) PRX_R3OBJCHAR4PRX_R3OBJ
OBJ_NAME2Proxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
OBJECT_RProxy Generation: Object Type in R3 (DTEL, TABL,...) PRX_R3OBJCHAR4PRX_R3OBJ
OBJ_NAME_RProxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
IFR_TYPEProxy Generation: WSDL Type (portType, message, and so on) PRX_WSDLTYCHAR30PRX_WSDLTY
IFR_NAMEProxy Generation: External Name PRX_IFRNAMCHAR120PRX_IFRNAMPRX_NAME
IFR_TEXTProxy Generation: Short Text of an Object in the IFR PRX_IFRTXTCHAR100PRX_IFRTXT
IFR_LANGUProxy Generation: Original Language PRX_LANGUCHAR2PRX_LANGU
IFR_REPTERMRepresentation Term PRX_REPTERMCHAR30PRX_REPTERM
IFR_TEXTID Text ID0
IFR_TAGTYPProxy Generation: Tag Type (Normal, Invisible, ...) PRX_TAGTYPCHAR1PRX_TAGTYP
IFR_MINOCC 0
IFR_MAXOCC 0
IFR_OPTNL 'X': Optional0
IFR_QUALIF 'X': Namespace Is 'qualified'0
IFR_XSDTYP 0
IFR_LENGTH 0
IFR_MAXLEN 0
IFR_MINLEN 0
IFR_NILLABLE 'X' for nillable elements0
IFR_PATTRN 0
IFR_PREC 0
IFR_SCALE 0
IFR_FAULT 'X': Message Used as Fault Message0
IFR_ACTIONCODE 'D' for elements with deletionIdicator 'X' (obsolet value)0
IFR_IDEMPOTENToperation is idempotent PRX_IDEMPOTENTCHAR1PRX_IDEMPOTENT
R3_TYPEProxy Generation: Object Type in R3 (DTEL, TABL,...) PRX_R3OBJCHAR4PRX_R3OBJ
R3_NAMEProxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
R3_TEXTProxy Generation: Short Text of an Object in SAP System PRX_R3TEXTCHAR60AS4TEXT
R3_DATATYPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
R3_LENGTHLength (No. of Characters) DDLENGNUMC6DDLENG
R3_DECIMALNumber of Decimal Places DECIMALSNUMC6DDLENG
R3_DTREFProxy Generation: Name of an Object in R/3 PRX_R3NAMECHAR30PRX_R3NAME
R3_SEQNUMProxy Generation: Sequence Number of a Structure Field PRX_SEQNUMNUMC6
R3_BOXEDboxed component PRX_R3_BOXEDCHAR1PRX_R3_BOXED
CATEGORYProxy Generation: Object Type in Modelling Environment PRX_TYPECHAR30Assigned to domainPRX_TYPEPRX_TYPESPRX_SH_CATEGORY
DIRECTIONProxy Generation: Interface Direction (Inbound/Outbound) PRX_DIRCHAR1PRX_DIR
SYNCHRONProxy Generation: Communication Mode (Synchron./Asynchron.) PRX_MODECHAR1PRX_MODE
PROBLEMSProxy Generation: Number of Problems PRX_PROBLCHAR20
WARNINGSProxy Generation: Number of Warning Messages PRX_WARNCHAR20
PROBL_INF 0
ENUMTYPE 0

Key field Non-key field



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

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

How to access SAP table SPROXDAT_V

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