DOCEXTSCRE SAP (Doc. tools: Document enhancement - Screen fields) Structure details

Dictionary Type: Structure
Description: Doc. tools: Document enhancement - Screen fields




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




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

DOCEXTSCRE 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 "Doc. tools: Document enhancement - Screen fields" 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_DOCEXTSCRE TYPE DOCEXTSCRE.

The DOCEXTSCRE table consists of various fields, each holding specific information or linking keys about Doc. tools: Document enhancement - Screen fields data available in SAP. These include BEFORE (Doc. tools: Doc. enhancement - Insert before original), AFTER (Doc. tools: Doc. enhancement - Append to original), BEFORAFTER (Doc. tools: Doc. enhancement - Insert before/after original), EXT_INCL1 (Enhancement name (Doc. class: 'gen. text')).. 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 DOCEXTSCRE 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
OVERLAYDoc. tools: Doc. enhancement - Overwrite DOC_OVERLYCHAR1DOKU_FLAG
BEFOREDoc. tools: Doc. enhancement - Insert before original DOC_BEFORECHAR1DOKU_FLAG
AFTERDoc. tools: Doc. enhancement - Append to original DOC_AFTERCHAR1DOKU_FLAG
BEFORAFTERDoc. tools: Doc. enhancement - Insert before/after original DOC_BEFAFTCHAR1DOKU_FLAG
EXT_INCL1Enhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_INCL2Enhancement name (Doc. class: 'gen. text') DOCEXTINC2CHAR28DOCU_TX
EXT_PREEnhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_POSTEnhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_OVEREnhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_PRPO1Enhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_PRPO2Enhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_INCL_BEnhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_INCL_AEnhancement name (Doc. class: 'gen. text') DOCEXTINC1CHAR28DOCU_TX
EXT_SEL_B Selection flag (Ext. before)0
EXT_SEL_A Selection flag (Ext. after)0
CHAR_FLAG Character flag0
INT_FLAG Integer flag0

Key field Non-key field



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

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

How to access SAP table DOCEXTSCRE

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