TUPS01SI SAP (ALE Distribution Unit: Object Types (Import.) - Services) Table details

Dictionary Type: Table
Description: ALE Distribution Unit: Object Types (Import.) - Services




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




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

TUPS01SI is a standard SAP Table which is used to store ALE Distribution Unit: Object Types (Import.) - Services data and is available within R/3 SAP systems depending on the version and release level.

The TUPS01SI table consists of various fields, each holding specific information or linking keys about ALE Distribution Unit: Object Types (Import.) - Services data available in SAP. These include FKT_DISPLAY (ALE Distribution Package: Function Module for Object Display), FKT_KEYMAINT (ALE Distrib. Package: Funct.Mod. for Object Key Maintenance), FKT_EXISTS (ALE Dist. Package: Funct.Mod for Checking Existance of Objct), FKT_DSCRPT (ALE Distribution Package: Function Mod. for Object Descript.).. 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: Cannot Be Enhanced


SAP TUPS01SI 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
OBJTYPALE Distribution Packet: Object Type UPS_OBJTYPCHAR10TUPS01UPS_OBJTYP
FKT_DISPLAYALE Distribution Package: Function Module for Object Display UPS_FKT_DISPLAYCHAR30TFDIRFUNCNAME
FKT_KEYMAINTALE Distrib. Package: Funct.Mod. for Object Key Maintenance UPS_FKT_KEYMAINTCHAR30TFDIRFUNCNAME
FKT_EXISTSALE Dist. Package: Funct.Mod for Checking Existance of Objct UPS_FKT_EXISTSCHAR30TFDIRFUNCNAME
FKT_DSCRPTALE Distribution Package: Function Mod. for Object Descript. UPS_FKT_DSCRPTCHAR30TFDIRFUNCNAME
FKT_OBJKEYALE Distribution Package: Funct.Mod. for Verification OBJKEY UPS_FKT_OBJKEYCHAR30TFDIRFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TUPS01SI
INTO CORRESPONDING FIELDS OF WA_TUPS01SI
WHERE...

How to access SAP table TUPS01SI

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