TN2KUM04 SAP (IS-H*MED: Customizing transfer of structured lab data) Table details

Dictionary Type: Table
Description: IS-H*MED: Customizing transfer of structured lab data




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




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

TN2KUM04 is a standard SAP Table which is used to store IS-H*MED: Customizing transfer of structured lab data data and is available within R/3 SAP systems depending on the version and release level.

The TN2KUM04 table consists of various fields, each holding specific information or linking keys about IS-H*MED: Customizing transfer of structured lab data data available in SAP. These include EINRI (Institution), ORGDO (Documenting Organizational Unit), CHANGE_STATUS (Status Coversion for Request when Releasing), INSERT_HISTORY (Create History Records for Corrected Values).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TN2KUM04 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 MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ORGDODocumenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
CHANGE_STATUSStatus Coversion for Request when Releasing N2_CHANGE_STATUSCHAR1XFELD
INSERT_HISTORYCreate History Records for Corrected Values N2_HISTORYCHAR1XFELD
DELETE_DATADelete Unreleased Values when Releasing Order N2_DELETE_DATACHAR1XFELD
WORK_TEXTProcess Text Module N2_WORK_TEXTCHAR1XFELD
USE_ANFIDUse Request ID as Order Number N2_USE_ANFIDCHAR1N2_CHAR1
DELETE_DOCUMENTDelete Document when Order Canceled N2_DELETE_DOCCHAR1N2_CHAR1
NO_ORDERNUMNo Order Number in Comment N2_NO_ORDERNUMCHAR1N2_CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2KUM04
INTO CORRESPONDING FIELDS OF WA_TN2KUM04
WHERE...

How to access SAP table TN2KUM04

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