/SPE/DIRITM_CATG SAP (Item Category Determination for Direct Outbound Deliveries) Table details

Dictionary Type: Table
Description: Item Category Determination for Direct Outbound Deliveries




ABAP Code to SELECT data from /SPE/DIRITM_CATG
Related tables to /SPE/DIRITM_CATG
Access table /SPE/DIRITM_CATG




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

/SPE/DIRITM_CATG is a standard SAP Table which is used to store Item Category Determination for Direct Outbound Deliveries data and is available within R/3 SAP systems depending on the version and release level.

The /SPE/DIRITM_CATG table consists of various fields, each holding specific information or linking keys about Item Category Determination for Direct Outbound Deliveries data available in SAP. These include EWM_DLV_TYPE (Delivery Type in EWM), ERP_ITEM_TYPE (Item type), EWM_ITEM_TYPE (Item Type in EWM), INITIATOR_PROC (Code for the Initiator of a Communication Chain).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SPE/DIRITM_CATG 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
EWM_DLV_TYPEDelivery Type in EWM /SPE/EWM_DELIVERY_TYPECHAR4CHAR4
ERP_ITEM_TYPEItem type POSARCHAR1POSAR
EWM_ITEM_TYPEItem Type in EWM /SPE/EWM_ITEM_TYPECHAR4CHAR4
INITIATOR_PROCCode for the Initiator of a Communication Chain /SPE/DE_INITIATOR_PROCESSCHAR3/SPE/DO_INITIATOR_PROCESS
WAREHOUSE_NOWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
ITEM_CATEGORYItem Category for Outbound Deliveries to External Customers /SPE/CUST_ITEM_CATEGCHAR4Assigned to domainPSTYV
REP_ITEM_CATEGItem Category for Replenishment Deliveries (Intra-Company) /SPE/REPL_ITEM_CATEGCHAR4Assigned to domainPSTYV
RCC_ITEM_CATEGItem Category for Replenishment Deliveries (Cross-Company) /SPE/REPL_ITEM_CATEG_CCCHAR4Assigned to domainPSTYV

Key field Non-key field



How do I retrieve data from SAP table /SPE/DIRITM_CATG using ABAP code

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

SELECT SINGLE *
FROM /SPE/DIRITM_CATG
INTO CORRESPONDING FIELDS OF WA_/SPE/DIRITM_CATG
WHERE...

How to access SAP table /SPE/DIRITM_CATG

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