N1FLD SAP (IS-H*MED: Fields for general use) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Fields for general use




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




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

N1FLD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H*MED: Fields for general use" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_N1FLD TYPE N1FLD.

The N1FLD table consists of various fields, each holding specific information or linking keys about IS-H*MED: Fields for general use data available in SAP. These include DOCLEIKZ (Indicator - Select Only Documented Services), UNGUELTIG (Exclude Invalid Entries), OPBEREICH (Surgery Area), N1MODE (Call Mode).. 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: Can be enhanced (character-type or numeric)


SAP N1FLD structure 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
SARTRecord Type (Paragraph 321) N1SART321CHAR3N1SART321
DOCLEIKZIndicator - Select Only Documented Services N1DOCLEICHAR1N1DOCLEI
UNGUELTIGExclude Invalid Entries N1UNGUELTCHAR1N1UNGUELT
OPBEREICHSurgery Area N1OPBEREICHCHAR8Assigned to domainALPHAORGID
N1MODECall Mode N1MODECHAR1N1MODE
N1ERRORError Indicator N1ERRORCHAR1N1ERROR
N1LISTEIndicator for a List N1LISTECHAR1CHAR1
PROGTXTProgram Name (List Title) N1PROGTXTCHAR40N1C040
EVENTEvent N1EVENTCHAR6Assigned to domainN_EVENT
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
REFRESHRefresh Data N1REFRESHNUMC1N1REFRESH
TPTYP_EVENTPatient Transport Service - Transport Category Event N1TPTYP_EVENTCHAR2CHAR2
LIST_IGNOREIgnore Patient List and Case List N1LIST_IGNORECHAR1XFELD
LIST_IGNORE_PATIgnore Patient List N1LIST_IGNORE_PATCHAR1XFELD
LIST_IGNORE_CASEIgnore Case List N1LIST_IGNORE_CASECHAR1XFELD
VERFAvailability indicator N1VERFCHAR4Assigned to domainICON
SELAKTIS-H/IS-H*MED: Manual Entry of Selection Criteria NWPSELAKTCHAR1XFELD
ERBOE_WPLUse Performing OU of Work Environment N1ERBOE_WPLCHAR1XFELD
ANPOE_WPLUse Nursing OU of Work Environment N1ANPOE_WPLCHAR1XFELD
ANFOE_WPLUse Department OU of Work Environment N1ANFOE_WPLCHAR1XFELD
MAXROWMaximum Number of Selected Entries TBMAXSELINT410SYST_LONG
STATUSStatus (String from Status Profile and User Status) N1STATUS_STRINGCHAR13CHAR13
POSSTATUSClinical Order Item Status N1POSSTATUSCHAR4TEXT4
ASPEKTTXTIS-H: Aspect Name N1WPLACEASPEKTTXTCHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP structure N1FLD using ABAP code?

As N1FLD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on N1FLD as there is no data to select.

How to access SAP table N1FLD

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