SIW_STR_UI_PROJECT_ATTR SAP (Attributes of SIW project) Structure details

Dictionary Type: Structure
Description: Attributes of SIW project




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




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

SIW_STR_UI_PROJECT_ATTR 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 "Attributes of SIW project" 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_SIW_STR_UI_PROJECT_ATTR TYPE SIW_STR_UI_PROJECT_ATTR.

The SIW_STR_UI_PROJECT_ATTR table consists of various fields, each holding specific information or linking keys about Attributes of SIW project data available in SAP. These include SERVICE_LEVEL (SIW Service Creation Type), SRV_PRX_PACKAGE (Package of Service Proxy Class), PRX_PREFIX (Prefix for SPROXY), IDT_PRX_PACKAGE (Obsolete).. 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 SIW_STR_UI_PROJECT_ATTR 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
CONFIG_IDConfiguration ID SIW_DTE_CONFIG_IDCHAR20SIW_DOM_CONFIG_ID
SERVICE_LEVELSIW Service Creation Type SIW_DTE_SERVICE_LEVELCHAR1SIW_DOM_SERVICE_LEVEL
SRV_PRX_PACKAGEPackage of Service Proxy Class SIW_DTE_SRV_PACKAGECHAR30Assigned to domainDEVCLASS
PRX_PREFIXPrefix for SPROXY SIW_DTE_PRX_PREFIXCHAR20SIW_DOM_PRX_PREFIX
IDT_PRX_PACKAGEObsolete SIW_DTE_IDT_PACKAGECHAR30Assigned to domainDEVCLASS
SRV_IMPL_PACKAGEImplementation Package SIW_DTE_IMPL_PACKAGECHAR30Assigned to domainDEVCLASS
TRGT_SWCSoftware Component SIW_DTE_SWCCHAR30
TRGT_RELEASESoftware Component Version SIW_DTE_SWCVCHAR10CHAR10
TRGT_ESR_NMSPCENamespace (ES Repository) SIW_DTE_ESR_NAMESPACECHAR255SIW_DOM_ESR_NAMESPACE
TRGT_ESR_SERVICEService Interface Name SIW_DTE_ESR_SERVICECHAR120SIW_DOM_ESR_SERVICE
TRGT_ESR_OPService Operation Name SIW_DTE_ESR_OPERATIONCHAR120SIW_DOM_ESR_OPERATION
BO_NAMEBusiness Object Name (Full Name, No Blanks) SIW_DTE_BO_NAMECHAR120SIW_DOM_BO_NAME
ACCESS_MODEOperation Code of a Service Operation SIW_DTE_ACCESS_MODECHAR2SIW_DOM_ACCESS_MODE
GDT_NAMESPACEES Repository GDT Namespace SIW_DTE_GDT_NAMESPACECHAR255SIW_DOM_ESR_NAMESPACE
PROXY_CLASSProxy Class Name SIW_DTE_PROXY_CLASSCHAR30
CMP_TYPEAPI Type SIW_DTE_SXF_API_TYPECHAR4SIW_DOM_API_TYPE
API_NAMEName of FM, BAPI, or BOL-Object SIW_DTE_API_IDCHAR120SIW_DOM_API_ID
CMP_NAMEName of Function Module, Method or Service Operation SIW_DTE_API_CMP_IDCHAR120SIW_DOM_API_CMP_ID
IDT_PREFIXPrefix for Intermediate Data Type (IDT) names SIW_DTE_IDT_PREFIXCHAR30SIW_DOM_IDT_PREFIX
USERNAME_CHANGEUser name USERNAMECHAR12USERNAME
CHANGE_DATEProject Change Date SIW_DTE_CHANGE_DATEDATS8SYDATS
CHANGE_TIMEProject Change Time SIW_DTE_CHANGE_TIMETIMS6SYTIME
GEN_APPLGeneration Source SIW_DTE_PROXY_SOURCECHAR30SIW_DOM_PROXY_SOURCE
LANDSCAPE_IDLandscape ID SIW_DTE_LANDSCAPE_IDCHAR20SIW_DOM_LANDSCAPE_ID
ACCESS_MODE_TXTLabel for Access Mode SIW_DTE_UI_ACCESS_MODE_TXTCHAR30
API_NAME_TXTLabel for API Name SIW_DTE_UI_API_NAME_TXTCHAR30

Key field Non-key field



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

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

How to access SAP table SIW_STR_UI_PROJECT_ATTR

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