RN1ANF_DAT SAP (IS-H*MED: N1ANF structure enhanced by planned date) Structure details

Dictionary Type: Structure
Description: IS-H*MED: N1ANF structure enhanced by planned date




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




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

RN1ANF_DAT 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: N1ANF structure enhanced by planned date" 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_RN1ANF_DAT TYPE RN1ANF_DAT.

The RN1ANF_DAT table consists of various fields, each holding specific information or linking keys about IS-H*MED: N1ANF structure enhanced by planned date data available in SAP. These include MANDT (Client), EINRI (Institution), ANFID (Identification of a Request (Number)), ORGID (Identification Key of Organizational Unit).. 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)


SAP RN1ANF_DAT 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
MANDTClient MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ANFIDIdentification of a Request (Number) ANFIDNUMC8Assigned to domainANFID
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
PBGDTIS-H: Planned Date of Preregistration N1VKPDTDATS8DATS

Key field Non-key field



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

As RN1ANF_DAT 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 RN1ANF_DAT as there is no data to select.

How to access SAP table RN1ANF_DAT

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