/SAPSRM/C_ITPRO SAP (Business Object Item Process Type) Table details

Dictionary Type: Table
Description: Business Object Item Process Type




ABAP Code to SELECT data from /SAPSRM/C_ITPRO
Related tables to /SAPSRM/C_ITPRO
Access table /SAPSRM/C_ITPRO




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

/SAPSRM/C_ITPRO is a standard SAP Table which is used to store Business Object Item Process Type data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/C_ITPRO table consists of various fields, each holding specific information or linking keys about Business Object Item Process Type data available in SAP. These include ITEM_PROCESS_TYP (Item Process Type), ITEM_PROCESS_TY0 (Item Process Type with Initial Value ' ' Replaced by '0'), ACTIVATION_FLAG (Activation Flag for Business Object Item Process Type), ITEM_TYPE_0 (Item Type of Purchasing Document with ' ' Replaced by '0').. 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: Can be enhanced (character-type or numeric)

Text table = /SAPSRM/C_ITPROT

Text table = /SAPSRM/C_ITPROT


SAP /SAPSRM/C_ITPRO 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
CLIENTClient MANDTCLNT3T000MANDT
ITEM_PROCESS_TYPItem Process Type /SAPSRM/PDO_ITEM_PROCESS_TYPECHAR10/SAPSRM/PDO_ITEM_PROCESS_TYPE
ITEM_PROCESS_TY0Item Process Type with Initial Value ' ' Replaced by '0' /SAPSRM/PDO_ITEM_PROCESS_TYPE0CHAR10/SAPSRM/PDO_ITEM_PROCESS_TYPE0
ACTIVATION_FLAGActivation Flag for Business Object Item Process Type /SAPSRM/PDO_ITEM_PROCESS_TYPEXCHAR1/SAPSRM/PDO_ITEM_PROCESS_TYPEX
ITEM_TYPE_0Item Type of Purchasing Document with ' ' Replaced by '0' /SAPSRM/PDO_ITEM_TYPE_0CHAR4/SAPSRM/C_IT_TY/SAPSRM/PDO_ITEM_TYPE_0/SAPSRM/H_PDO_ITEM_TYPE_0

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/C_ITPRO using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/C_ITPRO
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/C_ITPRO
WHERE...

How to access SAP table /SAPSRM/C_ITPRO

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