/SAPPSSRM/CTRL SAP (Item Process Type - Control Key) Table details

Dictionary Type: Table
Description: Item Process Type - Control Key




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




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

/SAPPSSRM/CTRL is a standard SAP Table which is used to store Item Process Type - Control Key data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/CTRL table consists of various fields, each holding specific information or linking keys about Item Process Type - Control Key data available in SAP. These include AUTOMATIC (Item Generated Automatically), ITM_TYPE (Item Category), PRODUCT_TYPE (Product Type), STATISTIC (Statistical Item).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPPSSRM/CTRL 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
PS_CTRL_KEYItem Process Type Control Key /SAPPSSRM/_PS_CTRL_KEYCHAR4/SAPPSSRM/_PS_CTRL_KEY/SAPPSSRM/H_PS_CTRL_KEY
AUTOMATICItem Generated Automatically /SAPPSSRM/_IPT_AUTOMATICCHAR1XFELD
ITM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
STATISTICStatistical Item /SAPPSSRM/_STATISTICCHAR1XFELD
GR_INDGoods Receipt (Value Range) /SAPPSSRM/_GR_IND_VCHAR1/SAPPSSRM/_PROCESS_VALUES
IR_INDInvoice (Value Range) /SAPPSSRM/_IR_IND_VCHAR1/SAPPSSRM/_PROCESS_VALUES
GR_BASEDIVGoods Receipt-Based Invoice (Value Range) /SAPPSSRM/_GR_BASEDIV_VCHAR1/SAPPSSRM/_PROCESS_VALUES
ACC_CATAccounting Category (Value Range) /SAPPSSRM/_ACC_CAT_VCHAR1/SAPPSSRM/_PROCESS_VALUES
PSTYP_AItem Categories Allowed to Be Mapped on ERP /SAPPSSRM/_PSTYP_ACHAR1/SAPPSSRM/_PSTYP_A
EHTYPHierarchy Type to Be Mapped to ERP /SAPPSSRM/_EHTYPCHAR4/SAPPSSRM/_EHTYP
SERVPACKService Packing in Purchase Order Mapping to ERP /SAPPSSRM/_SERVPACKCHAR1XFELD
SRV_BLANKETBlanket Line in Purchase Order Mapping to ERP /SAPPSSRM/_SRV_BLANKETCHAR1XFELD
SRV_OVF_UNLIMUnlimited Overfulfillment in Purchase Order Mapping to ERP /SAPPSSRM/_SRV_OVF_UNLIMCHAR1XFELD
SRV_PRICE_CHGPrice Change in Entry Sheet in Purchase Order Mapping to ERP /SAPPSSRM/_SRV_PRICE_CHGCHAR1XFELD
SET_ACCSet Control Accounting (Value Range) /SAPPSSRM/_SET_ACC_VCHAR1/SAPPSSRM/_PROCESS_VALUES
SET_PRICINGSet Control Pricing (Value Range) /SAPPSSRM/_SET_PRICING_VCHAR1/SAPPSSRM/_PROCESS_VALUES
SET_TEXTSet Control Text (Value Range) /SAPPSSRM/_SET_TEXT_VCHAR1/SAPPSSRM/_PROCESS_VALUES
SET_PARTNERSet Partner (Value Range) /SAPPSSRM/_SET_PARTNER_VCHAR1/SAPPSSRM/_PROCESS_VALUES
SET_SCHEDLSet Schedule Lines (Value Range) /SAPPSSRM/_SET_SCHEDL_VCHAR1/SAPPSSRM/_PROCESS_VALUES
SET_ATTACHMENTSSet Attachments (Value Range) /SAPPSSRM/_SET_ATTACHMENTS_VCHAR1/SAPPSSRM/_PROCESS_VALUES
SOURCING_RELRelevant for Sourcing /SAPPSSRM/_CTRL_SOURCE_RELCHAR1/SAPPSSRM/_PROCESS_VALUES
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/CTRL using ABAP code

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

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

How to access SAP table /SAPPSSRM/CTRL

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