PSSCC_DBA_ETT SAP (Decision Basis: Entity Type) Table details

Dictionary Type: Table
Description: Decision Basis: Entity Type




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




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

PSSCC_DBA_ETT is a standard SAP Table which is used to store Decision Basis: Entity Type data and is available within R/3 SAP systems depending on the version and release level.

The PSSCC_DBA_ETT table consists of various fields, each holding specific information or linking keys about Decision Basis: Entity Type data available in SAP. These include AXT_EXT_ID (AET Enhancement ID), ENTITY_TYPE_REF (Decision Basis Entity Type).. 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: Can be enhanced (character-type or numeric)

Text table = PSSCC_DBA_ETT_T


SAP PSSCC_DBA_ETT 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
ENTITY_TYPEDecision Basis Entity Type PSSC_DBA_ENTITY_TYPECHAR10PSSC_DBA_ENTITY_TYPE
AXT_EXT_IDAET Enhancement ID PSSC_DBA_EXTENSION_IDCHAR30CHAR30
ENTITY_TYPE_REFDecision Basis Entity Type PSSC_DBA_ENTITY_TYPECHAR10PSSCC_DBA_ETTPSSC_DBA_ENTITY_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM PSSCC_DBA_ETT
INTO CORRESPONDING FIELDS OF WA_PSSCC_DBA_ETT
WHERE...

How to access SAP table PSSCC_DBA_ETT

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