ENT7630 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT7630 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The ENT7630 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EINRI (Institution), TARIF (IS-H: Service Catalog Identification Key), TALST (Service in Service Catalog), ENDDT (IS-H: Service Valid To).. 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: Not classified


SAP ENT7630 table view 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
TALSTService in Service Catalog TARLSCHAR10ALPHATARLSTAL
ENDDTIS-H: Service Valid To TPK_ENDDTDATS8TPK_DATUM
BEGDTStart of Service Validity TPK_BEGDTDATS8TPK_DATUM
EXTNRIS-H: Alternative Identification of Service Catalog Item TAEXTNRCHAR12CHAR12
ABRKZIS-H: Indic. Whether Service Billable for Inpatient Cases TA_ABRKZCHAR1XFELD
ABGKZIS-H: Accrual Indicator TA_ABGKZCHAR1XFELD
ZUZKZIS-H: Indicator whether Copayment can be Made for Service TA_ZUZKZCHAR1XFELD
LEINHIS-H: Unit of Measure for Service TA_EINHUNIT3T006CUNITMEINS
VLEIAIS-H: Reference to Activity Type in CO/RK TA_VLEIACHAR6LSTAR
ABTXTIS-H: Ind.for Alternative Service Text at Service Entry TA_ABTXTCHAR1XFELD
TAXKLIS-H: Tax Classification of Service TAXKLCHAR1TSKMTAXKM
MECHAIS-H: Default Value for Performance Type of Service MECHANISCHCHAR1TYP_ERBR
ABRELIS-H: Relevant for ยง8 BPflV Discount (Chief/Ext. Physician) ABSCHL_RELCHAR1XFELD
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LODATDate of Deletion RI_LODATDATS8RI_DATUM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
N1ADMLEIIndicator Administrative Service N1ADMLEICHAR1XFELD
N1ANFORRequestable Service Indicator N1ANFORCHAR1XFELD
N1DAUERAverage Planned Duration of a Service N1DAUERINT25N1DAUER
N1ERBRIPerformable Service Indicator N1ERBRICHAR1XFELD
N1MEDLEIMedical Service Indicator N1MEDLEICHAR1XFELD
N1PFLLEINursing Service Indicator N1PFLLEICHAR1XFELD
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LANKZIndicates if Long Text Exists for Catalog Item TALTEXTCHAR1XFELD
BEMKZIndicates if Long Text Exists for Catalog Item TALTEXTCHAR1XFELD
KTEXTIS-H: Comment on service TALBEMERKCHAR30RI_BEMERK
LTEXTIS-H: Long Text for Service TALLANGCHAR30RI_BEMERK
KTXT1IS-H: First Short Text for Service TARKTXT1CHAR40LEIKTXT
KTXT2IS-H: Second Short Text of Service Catalog Item TARKTXT2CHAR40LEIKTXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT7630
INTO CORRESPONDING FIELDS OF WA_ENT7630
WHERE...

How to access SAP table ENT7630

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