ERCHC_DISP_SEL SAP (ERCHC Display Structure for ALV Dialogs) Structure details

Dictionary Type: Structure
Description: ERCHC Display Structure for ALV Dialogs




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




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

ERCHC_DISP_SEL 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 "ERCHC Display Structure for ALV Dialogs" 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_ERCHC_DISP_SEL TYPE ERCHC_DISP_SEL.

The ERCHC_DISP_SEL table consists of various fields, each holding specific information or linking keys about ERCHC Display Structure for ALV Dialogs data available in SAP. These include MANDT (Client), BELNR (Number of a billing document), LFDNR (Sequence Number (Internal Use Only)), OPBEL (Number of print document).. 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 ERCHC_DISP_SEL 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
SELECTEDPushbutton: choose E_PUSHAUSWCHAR1CHAR1
MANDTClient MANDTCLNT3Assigned to domainMANDT
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
LFDNRSequence Number (Internal Use Only) LFDNR_KKNUMC3NUMC3
OPBELNumber of print document E_PRINTDOCCHAR12Assigned to domainALPHAE_PRINTDOCE_PRINTDOC
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
INTOPBELNumber of Print Document Used to Reverse Document INTOPBELCHAR12Assigned to domainALPHAE_PRINTDOC
INTCPUDTDate on which invoicing reversal was entered INTCPUDTDATS8DATUM
INTBUDATPosting date of invoicing reversal INTBUDATDATS8DATUM
TOBRELEASDIndicator: document not released yet TOBRELEASDCHAR1KENNZX
SIMULATEDIndicator: invoicing generates a simulated document SIMULATEDCHAR1KENNZX
INVOICEDIndicator: document posted INVOICEDCHAR1KENNZX
SPCANCAdjustment Reversal SPCANCCHAR1SPCANC
STATUPDDocument Entered in Sales Statistics STATUPDCHAR1KENNZX
STATUPD_CANCReversal Document Entered in Sales Statistics STATUPD_CANCCHAR1KENNZX
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
TOTAL_AMNTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
TOTAL_WAERTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
ITEMS_ARCHIVEDLine items are archived ITEMS_ARCHIVEDCHAR1ISU_ARCH_KENNZ1
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
SPARTE_TDivision (Long Text) SPARTE_TCHAR30
BEL_ARTDocument type BEL_ARTCHAR1BEL_ART
BEL_ART_TType of Document (Long Text) BEL_ART_TCHAR30

Key field Non-key field



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

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

How to access SAP table ERCHC_DISP_SEL

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