N1FORMULARYXML SAP (i.s.h.med: Medication; XML Sections for Drug) Table details

Dictionary Type: Table
Description: i.s.h.med: Medication; XML Sections for Drug




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




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

N1FORMULARYXML is a standard SAP Table which is used to store i.s.h.med: Medication; XML Sections for Drug data and is available within R/3 SAP systems depending on the version and release level.

The N1FORMULARYXML table consists of various fields, each holding specific information or linking keys about i.s.h.med: Medication; XML Sections for Drug data available in SAP. These include RECXMLID (i.s.h.med: Medication; Key XML Data for Formulary), PACKAGEID (Medication: Import Package ID with Which Object Was Created), CATID (Medication: Internal Key of Drug Catalog), EXTCATID (Medication: ID of External Drug Catalog - OBSOLETE).. 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: Cannot Be Enhanced


SAP N1FORMULARYXML 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
RECXMLIDi.s.h.med: Medication; Key XML Data for Formulary N1ME_MD_RECXMLIDCHAR32SYSUUID_C
PACKAGEIDMedication: Import Package ID with Which Object Was Created N1ME_MD_PACID_CREATEDCHAR32N1MEIMPORTDTSYSUUID_C
CATIDMedication: Internal Key of Drug Catalog N1ME_CATIDCHAR3N1DCN1ME_CATID
EXTCATIDMedication: ID of External Drug Catalog - OBSOLETE N1ME_CATIDBC_OCHAR3
EXTCATNAMEMedication: Name of Drug Catalog - OBSOLETE N1ME_CATNAME_OCHAR15
EXTCATREFi.s.h.med: Medication; External Key for Catalog N1ME_MD_EXTCATREFCHAR40N1ME_MD_EXTCATREF
ACT_PACKAGEIDMedication: Current Import Package ID of Object N1ME_MD_PACID_CURRENTCHAR32N1MEIMPORTDTSYSUUID_C
EXTREFMedication: Key in External Catalog N1ME_EXTREFCHAR40N1ME_EXTREF
TOP_EXTREFi.s.h.med: Medication; Superordinate Key in External Catalog N1ME_MD_TOPEXTKEYCHAR40N1ME_MD_EXTKEY
SUPER_EXTREFi.s.h.med: Medication; Superordinate Key in External Catalog N1ME_MD_SUPEREXTKEYCHAR40N1ME_MD_EXTKEY
FAILUREi.s.h.med: Medication; Error During Import Indicator N1ME_MD_FAILURECHAR1XFELD
DRUGXMLMedication: Import Content (XML String) N1ME_MD_XMLSTRINGRSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1FORMULARYXML
INTO CORRESPONDING FIELDS OF WA_N1FORMULARYXML
WHERE...

How to access SAP table N1FORMULARYXML

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