TUPS01SD SAP (ALE Distribution Unit: Object Types (Distributable) - Serv.) Table details

Dictionary Type: Table
Description: ALE Distribution Unit: Object Types (Distributable) - Serv.




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




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

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

The TUPS01SD table consists of various fields, each holding specific information or linking keys about ALE Distribution Unit: Object Types (Distributable) - Serv. data available in SAP. These include FKT_SUBLEV (ALE Distribution Package: Function Module for SUBLEV), 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).. 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 TUPS01SD 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_SUBLEVALE Distribution Package: Function Module for SUBLEV UPS_FKT_SUBLEVCHAR30TFDIRFUNCNAME
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_LOGKEYALE Distribution Package: Function Module for APPLOG Keys UPS_FKT_LOGKEYCHAR30TFDIRFUNCNAME
FKT_OBJKEYALE Distribution Package: Funct.Mod. for Verification OBJKEY UPS_FKT_OBJKEYCHAR30TFDIRFUNCNAME
FKT_REPLICAALE Distribution Package: Function Module for Object Changes UPS_FKT_REPLICACHAR30TFDIRFUNCNAME
STRICTALE Distribution Unit: Instances Strictly Serialized UPS_STRICTCHAR1XFELD
REPOSTALE Distribution Unit: Repost Automatically UPS_REPOSTCHAR1CHAR01
FINALALE Distribution Package: Concluding Object Type (Link) UPS_FINALCHAR1CHAR01

Key field Non-key field



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

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

SELECT SINGLE *
FROM TUPS01SD
INTO CORRESPONDING FIELDS OF WA_TUPS01SD
WHERE...

How to access SAP table TUPS01SD

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