TSIW_PROJ SAP (Root Table for project) Table details

Dictionary Type: Table
Description: Root Table for project




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




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

TSIW_PROJ is a standard SAP Table which is used to store Root Table for project data and is available within R/3 SAP systems depending on the version and release level.

The TSIW_PROJ table consists of various fields, each holding specific information or linking keys about Root Table for project data available in SAP. These include ACTIVE_MAPPING (Global Unique ID for table), INACTIVE_MAPPING (Global Unique ID for table), IMPLEMENTATION (Global Unique ID for table), CONTEXT (Global Unique ID for table).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TSIW_PROJT


SAP TSIW_PROJ table 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
PROJECT_IDSIW Project ID SIW_DTE_PROJECT_IDCHAR40SIW_DOM_PROJECT_ID
ACTIVE_MAPPINGGlobal Unique ID for table UUIDRAW16UUID
INACTIVE_MAPPINGGlobal Unique ID for table UUIDRAW16UUID
IMPLEMENTATIONGlobal Unique ID for table UUIDRAW16UUID
CONTEXTGlobal Unique ID for table UUIDRAW16UUID
CONFIG_IDConfiguration ID SIW_DTE_CONFIG_IDCHAR20Assigned to domainSIW_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
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
TIMESTAMP_CHANGEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
STATUSSIW Status storage SIW_DTE_STATUS_STORENUMC20SIW_DOM_STATUS_STORE

Key field Non-key field



How do I retrieve data from SAP table TSIW_PROJ using ABAP code

The following ABAP code Example will allow you to do a basic selection on TSIW_PROJ to SELECT all data from the table
DATA: WA_TSIW_PROJ TYPE TSIW_PROJ.

SELECT SINGLE *
FROM TSIW_PROJ
INTO CORRESPONDING FIELDS OF WA_TSIW_PROJ
WHERE...

How to access SAP table TSIW_PROJ

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