N1ANF SAP (IS-H*MED: Request) Table details

Dictionary Type: Table
Description: IS-H*MED: Request




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




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

N1ANF is a standard SAP Table which is used to store IS-H*MED: Request data and is available within R/3 SAP systems depending on the version and release level.

The N1ANF table consists of various fields, each holding specific information or linking keys about IS-H*MED: Request data available in SAP. These include EINRI (Institution), ANFID (Identification of a Request (Number)), ORGID (Identification Key of Organizational Unit), ANFOE (Departmental Organizational Unit That Requests the Service).. 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 N1ANF 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
ANFIDIdentification of a Request (Number) ANFIDNUMC8ANFID
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8NORGALPHAORGIDOGE
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8NORGALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8NORGALPHAORGID
ANFTYRequest Type ANFTYCHAR6N1ANFTYPANFTY
ANFNRRequest Number N1ANFNRCHAR8N1ANFNR
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
ANSTAEStatus of a Request N1ANSTAECHAR3N1ASTN1ANSTAE
APRIPrioritization for Request/Movement (Internal) N1APRI_DNUMC3N1APRI
KANAMShort Anamnesis KANAMCHAR50TEXT50
KALTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
FALDIAIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
LFDDIAIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
FRAGERequest - Questions ANFFRAGECHAR50TEXT50
FRLTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
SCHWKZIndicator that Patient Is Pregnant SCHWANGERCHAR1XFELD
SCHWOWeek of Pregnancy SCHWOCHENUMC2NUMC02
LFDMEHRSequence Number of a Multiple Birth LFDMEHRNUMC5LFDMEHR
TPAETransport Type N1TPAECHAR2N1TAN1TPAE
RCKRUFCallback Number for Request N1RCKRUFCHAR10TEXT10
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25DRAWALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
BHANFRequest Remarks N1BHANFCHAR50TEXT50
BHATXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
DITXTDiagnosis for a Preregistration N1VKDIAGCHAR50CHAR50
DILTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
VBUND N1ANFVBDCHAR1XFELD
MIMetal Implants N1METIMPCHAR1XFELD
SMPacemaker N1SMCHAR1XFELD
KMContrast Medium Application N1KMCHAR1N1KM
JODAllergy to Iodine-Containing Contrast Medium N1KM_JODCHAR1XFELD
ANDEREAllergy to Other Contrast Medium N1KM_ANDERECHAR1XFELD
KGRHeight in Cm N1KGRNUMC3N1N003
KGEWBody Weight in Kg N1KGEWNUMC3N1N003
RPX-Ray Log Exists N1RPCHAR1N1RP
RPIDX-Ray Log ID N1RPIDCHAR40N1C040
ORGFDOU of the Patient Transport Service N1ORGFDCHAR8Assigned to domainALPHAORGID
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10NPAPALPHAISH_PAPID

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1ANF
INTO CORRESPONDING FIELDS OF WA_N1ANF
WHERE...

How to access SAP table N1ANF

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