/SAPPSPRO/I_DESC SAP (Contains descriptions of a SRM/EBP item in RM) Table details

Dictionary Type: Table
Description: Contains descriptions of a SRM/EBP item in RM




ABAP Code to SELECT data from /SAPPSPRO/I_DESC
Related tables to /SAPPSPRO/I_DESC
Access table /SAPPSPRO/I_DESC




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

/SAPPSPRO/I_DESC is a standard SAP Table which is used to store Contains descriptions of a SRM/EBP item in RM data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSPRO/I_DESC table consists of various fields, each holding specific information or linking keys about Contains descriptions of a SRM/EBP item in RM data available in SAP. These include GUID (Globally Unique Identifier), OBJECT_ID (Character Field Length = 10), OBJTYPE (Object type), LOGIC_SYS (Character field of length 40).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPPSPRO/I_DESC 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDGlobally Unique Identifier GUIDRAW16
OBJECT_IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
OBJTYPEObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
LOGIC_SYSCharacter field of length 40 CHAR40CHAR40CHAR40
DESCRCharacter field, length 64 CHAR64CHAR64CHAR64

Key field Non-key field



How do I retrieve data from SAP table /SAPPSPRO/I_DESC using ABAP code

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

SELECT SINGLE *
FROM /SAPPSPRO/I_DESC
INTO CORRESPONDING FIELDS OF WA_/SAPPSPRO/I_DESC
WHERE...

How to access SAP table /SAPPSPRO/I_DESC

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