N1CMETHSTA SAP (IS-H*MED: Methods of Module - Status Change Assignment) Table details

Dictionary Type: Table
Description: IS-H*MED: Methods of Module - Status Change Assignment




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




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

N1CMETHSTA is a standard SAP Table which is used to store IS-H*MED: Methods of Module - Status Change Assignment data and is available within R/3 SAP systems depending on the version and release level.

The N1CMETHSTA table consists of various fields, each holding specific information or linking keys about IS-H*MED: Methods of Module - Status Change Assignment data available in SAP. These include CMETHSTAID (ID of Module Method Individual Status Assignment), CORDTYPID (IS-H: CORD/PREG: Identification of the Clinical Order Type), COMPID (CORD/PREG: Component ID), METH_TECH_NAME (Method Name (Technical)).. 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 N1CMETHSTA 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
CMETHSTAIDID of Module Method Individual Status Assignment N1CMETHSTAIDCHAR32SYSUUID_C
CORDTYPIDIS-H: CORD/PREG: Identification of the Clinical Order Type N1COTIDCHAR32SYSUUID_C
COMPIDCORD/PREG: Component ID N1COMPIDCHAR32SYSUUID_C
METH_TECH_NAMEMethod Name (Technical) N1CMETHSTANAMECHAR30CH30G
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
ESTAT_PREUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
ESTAT_POSTUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
SINGLEMethods to Be Executed Once Indicator N1CMETHSTASINGLECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1CMETHSTA
INTO CORRESPONDING FIELDS OF WA_N1CMETHSTA
WHERE...

How to access SAP table N1CMETHSTA

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