UPSITM SAP (ALE Distribution Unit: Objects) Table details

Dictionary Type: Table
Description: ALE Distribution Unit: Objects




ABAP Code to SELECT data from UPSITM
Related tables to UPSITM
Access table UPSITM




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

UPSITM is a standard SAP Table which is used to store ALE Distribution Unit: Objects data and is available within R/3 SAP systems depending on the version and release level.

The UPSITM table consists of various fields, each holding specific information or linking keys about ALE Distribution Unit: Objects data available in SAP. These include UPSNUM (ALE Distribution Packet : Number), ITMCNT (ALE Distribution Packet: Object Counter), OBJTYP (ALE Distribution Packet: Object Type), OBJID (ALE Distribution Packet: Object Key).. 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 UPSITM 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
UPSNUMALE Distribution Packet : Number UPS_NUMBNUMC10UPSHDRUPS_NUMB
ITMCNTALE Distribution Packet: Object Counter UPS_ITMCNTNUMC8UPS_COUNTER
OBJTYPALE Distribution Packet: Object Type UPS_OBJTYPCHAR10TUPS01UPS_OBJTYP
OBJIDALE Distribution Packet: Object Key UPS_OBJIDCHAR120UPS_OBJID
OBJVALALE Distribution Package: Object Validity UPS_OBJVALCHAR20UPS_OBJVAL
MESCODActivity of Object Status UPS_MESCODCHAR3UPS_MESCOD
DOCNUMMessage Number UPS_DOCNUMCHAR32UPS_DOCNUM
SNDDOCALE Distribution Packet: IDoc Number in Sender UPS_SNDDOCCHAR32UPS_DOCNUM
HIELEVALE Distribution Package: Object Type Serialization UPS_HIELEVNUMC4UPS_HIELEV
INSLEVALE Distribution Package: Object Instance Serialization UPS_INSLEVNUMC6UPS_INSLEV
SUBLEVALE Distrib. Package: Object Validity Status Serialization UPS_SUBLEVNUMC6UPS_SUBLEV
DELNUMALE Distribution Packet: Discontinued Packet of Object Entry UPS_DELNUMNUMC10UPS_NUMB

Key field Non-key field



How do I retrieve data from SAP table UPSITM using ABAP code

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

SELECT SINGLE *
FROM UPSITM
INTO CORRESPONDING FIELDS OF WA_UPSITM
WHERE...

How to access SAP table UPSITM

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