EZWGEASTIH SAP (Header Data for Predefined Register Relationships) Table details

Dictionary Type: Table
Description: Header Data for Predefined Register Relationships




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




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

EZWGEASTIH is a standard SAP Table which is used to store Header Data for Predefined Register Relationships data and is available within R/3 SAP systems depending on the version and release level.

The EZWGEASTIH table consists of various fields, each holding specific information or linking keys about Header Data for Predefined Register Relationships data available in SAP. These include INDEXNR (Consecutive number of register relationship), ZWGRUPPE (Register Group), PRUEFGR (Validation group for dependent validations), ZWZUART (Register relationship 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EZWGEASTIH 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 MANDTCLNT3Assigned to domainMANDT
INDEXNRConsecutive number of register relationship INDEXNRNUMC12INDEXNR
ZWGRUPPERegister Group E_ZWGRUPPECHAR8ALPHAGEGSTEZGEZWG
PRUEFGRValidation group for dependent validations PRUEFGRCHAR4TE413PRUEFGR
ZWZUARTRegister relationship type E_ZWZUARTNUMC2TE402E_ZWZUART
AUTOENDProrate register relationship automatically END_BY_REMOVECHAR1KENNZX
ONLY_BILLING_RELRead together only if MR reason triggers billing ONLY_BILLING_RELCHAR1ONLY_BILLING_REL
DEFAULT_ZWBEZPropose sample register relationship for installation DEFAULT_ZWBEZCHAR1KENNZX
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EZWGEASTIH
INTO CORRESPONDING FIELDS OF WA_EZWGEASTIH
WHERE...

How to access SAP table EZWGEASTIH

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