PAMS_S_EQUI_ELEMENT SAP (Structure of Vehicles) Structure details

Dictionary Type: Structure
Description: Structure of Vehicles




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




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

PAMS_S_EQUI_ELEMENT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of Vehicles" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PAMS_S_EQUI_ELEMENT TYPE PAMS_S_EQUI_ELEMENT.

The PAMS_S_EQUI_ELEMENT table consists of various fields, each holding specific information or linking keys about Structure of Vehicles data available in SAP. These include MANDT (Client), APPLICATION (Indicator for the Application), ROWKEY_GROUP (Row Key of Graphical Operational Planning), ROWKEY_ELEMENT (Row Key of Graphical Operational Planning).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PAMS_S_EQUI_ELEMENT structure 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
APPLICATIONIndicator for the Application PAMS_APPLICATIONCHAR2PAMS_APPLICATION
ROWKEY_GROUPRow Key of Graphical Operational Planning PAMS_ROWKEY_GROUPCHAR22
ROWKEY_ELEMENTRow Key of Graphical Operational Planning PAMS_ROWKEY_ELEMENTCHAR22
EQKTXDescription of technical object KTX01CHAR40TEXT40
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
VHDESText for Type PAMS_VHCDESCHAR40TEXT40
LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
KMSTANDOdometer Reading PAMS_KMSTANDCHAR16
MERK01Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK02Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK03Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK04Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK05Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK06Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK07Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK08Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK09Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK10Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK11Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
MERK12Flag (X or Blank) AS4FLAGCHAR1AS4FLAG
VHCATPAM Category PAMS_VHCATCHAR2PAMS_VHCAT
ANZPERMaximum number of occupants MAX_OCCUPANTSNUMC4NUM4
FLEET_NUMIdentification number for fleet object FLEET_NUMCHAR18FLEET_NUM

Key field Non-key field



How do I retrieve data from SAP structure PAMS_S_EQUI_ELEMENT using ABAP code?

As PAMS_S_EQUI_ELEMENT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PAMS_S_EQUI_ELEMENT as there is no data to select.

How to access SAP table PAMS_S_EQUI_ELEMENT

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