N1FAT SAP (IS-H*MED: Transport Orders) Table details

Dictionary Type: Table
Description: IS-H*MED: Transport Orders




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




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

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

The N1FAT table consists of various fields, each holding specific information or linking keys about IS-H*MED: Transport Orders data available in SAP. These include FATID (ID of the Transport Order), EINRI (Institution), PATNR (IS-H: Patient Number), FHRID (ID of Transporter).. 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 N1FAT 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
FATIDID of the Transport Order N1FATIDNUMC8N1FATID
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
FHRIDID of Transporter N1FHRIDCHAR10NGPAALPHARI_KUNNR
FSTIDTransport Order Status (Internal Display) N1FSTIDNUMC2N1FSTN1FSTID
ORGFDOU of the Patient Transport Service N1ORGFDCHAR8NORGALPHAORGID
TMNAGIS-H: Identification of Appointment ISH_TMNIDCHAR10NTMNALPHAISH_LNRAPP
ORGAGPick-Up OU (OU where Pick-Up Takes Place) N1ORGAGCHAR8NORGALPHAORGID
BAUAGPick-up Room for a Transport Order N1BAUAGCHAR8NBAUALPHABAUID
DATAGPick-Up Date for the Transport Order N1DATAGDATS8RI_DATUM
UZTAGPick-Up Time for Transport Order N1UZTAGTIMS6UHRZT
TMNZLIS-H: Identification of Appointment ISH_TMNIDCHAR10NTMNALPHAISH_LNRAPP
ORGZLDestination Org. Unit (Drop-Off) for Transport Order N1ORGZLCHAR8NORGALPHAORGID
BAUZLDestination (Drop-off) Room for a Transport Order N1BAUZLCHAR8NBAUALPHABAUID
DATZLDestination (Drop-Off) Date of a Transport Order N1DATZLDATS8RI_DATUM
UZTZLDrop-Off Time of Transport Order N1UZTZLTIMS6UHRZT
TPTYPTransport Category N1TPTYPNUMC1N1TPTYP
TPAETransport Type N1TPAECHAR2N1TAN1TPAE
TPPRIPriority of a Transport Order N1TPPRINUMC3N1APRI
REMRKComment for the Transport Order N1REMRKCHAR50TEXT50
RELTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
STOIDCancellation Reason for Patient Transport Service N1STOID_FATCHAR3N1STGRN1STOID
BNRETReturn Code Messaging N1BNRETCHAR10N1CHAR10
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
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10NPAPALPHAISH_PAPID
FHRID2ID of Transporter N1FHRIDCHAR10Assigned to domainALPHARI_KUNNR
FHRID3ID of Transporter N1FHRIDCHAR10Assigned to domainALPHARI_KUNNR
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
TRANSMeans of Transport N1TRANSPCHAR3N1TRANSN1TRANSP
TRAVAMeans of Transport Is Available N1TRANSP_AVAILABLECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1FAT
INTO CORRESPONDING FIELDS OF WA_N1FAT
WHERE...

How to access SAP table N1FAT

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