SEUCUSTOM SAP (Workbench Customizing) Structure details

Dictionary Type: Structure
Description: Workbench Customizing




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




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

SEUCUSTOM 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 "Workbench Customizing" 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_SEUCUSTOM TYPE SEUCUSTOM.

The SEUCUSTOM table consists of various fields, each holding specific information or linking keys about Workbench Customizing data available in SAP. These include PCMODE ( Text Editor (Without Line Numbering)), SAPMODE (Editor SAP mode), UPPER_CASE (Radio button: Upper case), LOWER_CASE (Radio button: Lower case).. 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: Cannot Be Enhanced


SAP SEUCUSTOM 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
PCMODELNText Editor (With Line Numbering) EUPCMODELNCHAR1CHAR1
PCMODE Text Editor (Without Line Numbering) EUPCMODECHAR1CHAR1
SAPMODEEditor SAP mode EDSAPMODECHAR1EDBOOL
UPPER_CASERadio button: Upper case EUUPPERCASCHAR1CHAR1
LOWER_CASERadio button: Lower case EULOWERCASCHAR1CHAR1
KEYW_HIGHFlag for emphasizing keyword EUKEYWHIGHCHAR1EUKEYWHIGH
KEYW_LOWFlag to Highlight Data Fields EUKEYWLOWCHAR1EUKEYWLOW
FIELDNAMERadio button: Field name EUFIELDNAMCHAR1CHAR1
FIELDTEXTRadio button: Field text EUFIELDTXTCHAR1CHAR1
VAR_ALLRadio button: Variant SAP_ALL EUVARALLCHAR1CHAR1
VAR_STNDRDRadio button: Variant SAP_STANDARD EUVARSTNRDCHAR1CHAR1
VAR_USERRadio button: User-specific variant EUVARUSERCHAR1CHAR1
VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
ALLOBJRadiobutton: All objects EUALLOBJCHAR1CHAR1
CUSTOBJRadio button: Customer objects EUCUSTOBJCHAR1CHAR1
KOMPRMODECompression mode KOMPRMODECHAR1KOMPRMODE
KOMPRMODENCompression mode KOMPRMODECHAR1KOMPRMODE
PRTYPR_FMTFormat for Pretty Printer PRTYFORMATCHAR1PRTYFORMAT
PRTYPR_ALGIndentation for Pretty Printer PRTYALIGNCHAR1PRTYALIGN
ABAPCNTRLSource Code-Based Editor EDABAPCTRLCHAR1EDABAPCTRL
PRTYPR_COMPretty Printer: Standard Comment PRTYCOMMENTCHAR1PRTYCOMMENT
PRTYPR_NOCOMPretty Printer: No Standard Comment PRTYNOCOMMENTCHAR1PRTYNOCOMMENT

Key field Non-key field



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

As SEUCUSTOM 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 SEUCUSTOM as there is no data to select.

How to access SAP table SEUCUSTOM

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