TNEBM SAP (IS-H: SEM Structure (TO)) Table details

Dictionary Type: Table
Description: IS-H: SEM Structure (TO)




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




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

TNEBM is a standard SAP Table which is used to store IS-H: SEM Structure (TO) data and is available within R/3 SAP systems depending on the version and release level.

The TNEBM table consists of various fields, each holding specific information or linking keys about IS-H: SEM Structure (TO) data available in SAP. These include LEITZIFFER (IS-H: Service Code), KATALOG1 (IS-H: Catalog letter), KATALOG2 (IS-H: Catalog Section), KATALOG3 (IS-H: Catalog Subsection).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TNEBM 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
DATEIIS-H: file name 'to' dates ISH_DATEICHAR8CHAR8
LEITZIFFERIS-H: Service Code ISH_ZIFFCHAR5CHAR5
KATALOG1IS-H: Catalog letter ISH_KAT1CHAR1CHAR1
KATALOG2IS-H: Catalog Section ISH_KAT2NUMC2NUM2
KATALOG3IS-H: Catalog Subsection ISH_KAT3NUMC2NUM2
ZIFFERNTXTIS-H: service description 1 ISH_ZTXT1CHAR40CHAR40
ZIFFTXT2IS-H: service description 2 ISH_ZTXT2CHAR40CHAR40
BMA_DMIS-H: fixed amount EMP (pre-approved) ISH_BMA_DMCHAR7CHAR7
BMA_WERTIS-H: point evaluation EMP ISH_BMA_WENUMC5NUM5
EGO_WERTIS-H: fixed amount alt. health insurance charge catalog ISH_EGO_WECHAR7CHAR7
EGO_WERTPIS-H: point evaluation alt. hlth. ins. charge catlg. (labor) ISH_EGO_WPNUMC5NUM5
REST1IS-H: Rest 1 of the EBM structure ISH_REST1CHAR200ISH_REST1
REST2IS-H: rest 2 of the EBM structure ISH_REST2CHAR150ISH_REST2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNEBM
INTO CORRESPONDING FIELDS OF WA_TNEBM
WHERE...

How to access SAP table TNEBM

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