TIPLMN_OBJ_EQUI SAP (Customizing Table - GHO Object EQUI) Table details

Dictionary Type: Table
Description: Customizing Table - GHO Object EQUI




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




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

TIPLMN_OBJ_EQUI is a standard SAP Table which is used to store Customizing Table - GHO Object EQUI data and is available within R/3 SAP systems depending on the version and release level.

The TIPLMN_OBJ_EQUI table consists of various fields, each holding specific information or linking keys about Customizing Table - GHO Object EQUI data available in SAP. These include EQTYP (Equipment category).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TIPLMN_OBJ_EQUI 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
PLMN_OBJECT_EQUIGHO Object - Equipment PLMN_OBJECT_EQUICHAR30PLMN_OBJECT_EQUI
EQTYPEquipment category EQTYPCHAR1T370TEQTYPEQT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIPLMN_OBJ_EQUI
INTO CORRESPONDING FIELDS OF WA_TIPLMN_OBJ_EQUI
WHERE...

How to access SAP table TIPLMN_OBJ_EQUI

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