ECLSTAMPS SAP (Table of All Existing Stamps for ECL Viewer) Table details

Dictionary Type: Table
Description: Table of All Existing Stamps for ECL Viewer




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




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

ECLSTAMPS is a standard SAP Table which is used to store Table of All Existing Stamps for ECL Viewer data and is available within R/3 SAP systems depending on the version and release level.

The ECLSTAMPS table consists of various fields, each holding specific information or linking keys about Table of All Existing Stamps for ECL Viewer data available in SAP. These include SUID (Unique Stamp Key), CATEGORY (Stamp Category (Redlining in 2D ECL Viewer)), TEXT (Text Printed on Document With Stamp), CREATOR (User Name of Person Who Created the Stamp).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ECLSTAMPS 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
MANDTClient MANDTCLNT3T000MANDT
SUIDUnique Stamp Key STAMPUIDRAW16SYSUUID
CATEGORYStamp Category (Redlining in 2D ECL Viewer) ECLSTCATCHAR30ECLSTCATSECLSTCAT
TEXT Text Printed on Document With Stamp0
CREATOR User Name of Person Who Created the Stamp0
COLOR Color of Stamp Text0
FONT Font of Stamp Text0
STAMP_SIZE Stamp Size0
NAME_OBLIG Stamping Requires the User Name of the Stamp Text0
DATE_OBLIG Stamping Requires the Date of the Stamp Text0
TRANPARENT Stamp Is Transparent = 'X', Not Transparent = ' '0
TIME_OBLIG Stamping Requires the Time of the Stamp Text0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECLSTAMPS
INTO CORRESPONDING FIELDS OF WA_ECLSTAMPS
WHERE...

How to access SAP table ECLSTAMPS

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