INM_TS_PROJECT_EXT SAP (Project External Attributes) Structure details

Dictionary Type: Structure
Description: Project External Attributes




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




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

INM_TS_PROJECT_EXT 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 "Project External Attributes" 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_INM_TS_PROJECT_EXT TYPE INM_TS_PROJECT_EXT.

The INM_TS_PROJECT_EXT table consists of various fields, each holding specific information or linking keys about Project External Attributes data available in SAP. These include DPR_GUID (Application Object GUID), SYSTEM_STATUS (System status), USER_STATUS (User Status), STATUS_TEXT_SHORT (Individual status of an object (short form)).. 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: Can be enhanced (character-type or numeric)


SAP INM_TS_PROJECT_EXT 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
DPR_GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
SYSTEM_STATUSSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
USER_STATUSUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
STATUS_TEXT_SHORTIndividual status of an object (short form) J_TXT04CHAR4TEXT4
STATUS_TEXT_LONGObject status J_TXT30CHAR30TEXT30
RESP_ORG_U_SHORTResponsible Organizational Unit DPR_TV_ORG_UNITCHAR12CHAR12
RESP_ORG_U_STEXTObject Name DPR_TV_TEXTCHAR40DPR_TEXT
RESP_ORG_UNITOrganization Responsible DPR_TV_RESP_ORGANIZATIONNUMC8Assigned to domainHROBJIDPONDPR_ORG_UNIT_COLL
GROUPINGGrouping DPR_TV_GROUPINGCHAR40
SEARCH_FIELDSearch Field DPR_TV_SEARCH_FIELDCHAR40
PRIORITYPriority CGPL_PRIORITYNUMC3CGPL_PRIONUMC3
AREAArea DPR_TV_AREACHAR4DPR_AREADPR_AREA
LOCATIONLocation DPR_TV_LOCATIONCHAR4DPR_LOCATIONDPR_LOCATION
RELEASE_DATERelease Date DPR_TV_RELEASE_DATEDATS8DATS
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
CAUSEReason INM_TV_REASONCHAR15DPR_CAUSEDPR_CAUSE
RESPONSIBLE_ROLELanguage-Dependent Short Text for Role (Participant) DPR_TV_PART_ROLE_DESCRIPTIONCHAR40TEXT40
RESPONSIBLE_ROLE_GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
RESPONSIBLE_NAMEFull Name BU_NAME1TXCHAR80TEXT80
DURATION_UNITTime Unit for Execution Duration CGPL_DURATION_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table INM_TS_PROJECT_EXT

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