/SAPPSSRM/IPT SAP (Definition table for Item Process Types) Table details

Dictionary Type: Table
Description: Definition table for Item Process Types




ABAP Code to SELECT data from /SAPPSSRM/IPT
Related tables to /SAPPSSRM/IPT
Access table /SAPPSSRM/IPT




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

/SAPPSSRM/IPT is a standard SAP Table which is used to store Definition table for Item Process Types data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/IPT table consists of various fields, each holding specific information or linking keys about Definition table for Item Process Types data available in SAP. These include PS_IPT (Public Sector Item Type), PS_CTRL_KEY (Item Process Type Control Key), REF_IPT (Item Process Type), GR_IND (Goods Receipt Indicator).. 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 = /SAPPSSRM/IPTT


SAP /SAPPSSRM/IPT 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 MANDTCLNT3T000MANDT
PS_IPTPublic Sector Item Type /SAPPSSRM/_IPTCHAR10/SAPPSSRM/_IPT
PS_CTRL_KEYItem Process Type Control Key /SAPPSSRM/_PS_CTRL_KEYCHAR4/SAPPSSRM/CTRL/SAPPSSRM/_PS_CTRL_KEY/SAPPSSRM/H_PS_CTRL_KEY
REF_IPTItem Process Type /SAPSRM/PDO_ITEM_PROCESS_TYPECHAR10/SAPSRM/C_ITPRO/SAPSRM/PDO_ITEM_PROCESS_TYPE
GR_INDGoods Receipt Indicator WEPOSCHAR1XFELD
IR_INDInvoice Receipt Indicator REPOSCHAR1XFELD
GR_BASEDIVIndicator: GR-Based Invoice Verification BBP_WEBRECHAR1XFELD
GR_NON_VALGoods Receipt, Non-Valuated BBP_WEUNBCHAR1XFELD
ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_C_ACCBBP_ACCCAT
SET_ACCAccounting /SAPPSSRM/_SET_ACCCHAR1/SAPPSSRM/_SET_ACTIVE
SET_PRICINGPricing /SAPPSSRM/_SET_PRICINGCHAR1/SAPPSSRM/_SET_ACTIVE
SET_PARTNERPartner /SAPPSSRM/_SET_PARTNERCHAR1/SAPPSSRM/_SET_ACTIVE
SET_SCHEDLSchedule Lines /SAPPSSRM/_SET_SCHEDLCHAR1/SAPPSSRM/_SET_ACTIVE
SET_ATTACHMENTSAttachments /SAPPSSRM/_SET_ATTACHMENTSCHAR1/SAPPSSRM/_SET_ACTIVE
SET_TEXTLong Text /SAPPSSRM/_SET_TEXTCHAR1/SAPPSSRM/_SET_ACTIVE
NOT_HDR_VAL_RELExclude Item Type from Header Value /SAPPSSRM/_NO_HDR_TOTAL_RELCHAR1XFELD
SOURCING_RELShopping Cart Item Relevant for Sourcing /SAPPSSRM/_IPT_SOURCE_RELCHAR1XFELD
SWITCH_IDCustomizing Switch ID /SAPSRM/CUSTMZ_SWITCH_IDCHAR30/SAPSRM/C_SWITCH/SAPSRM/CUSTMZ_SWITCH_ID/SAPSRM/SH_CUSTMZ_SWITCHES

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/IPT using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/IPT
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/IPT
WHERE...

How to access SAP table /SAPPSSRM/IPT

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