NFOR SAP (IS-H: Form Log) Table details

Dictionary Type: Table
Description: IS-H: Form Log




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




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

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

The NFOR table consists of various fields, each holding specific information or linking keys about IS-H: Form Log data available in SAP. These include PATNR (IS-H: Patient Number), FALNR (IS-H: Case Number), LNRTMN (IS-H: Identification of Appointment), LFDNR (Sequence Number of Form Logging).. 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 NFOR 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 MANDTCLNT3Assigned to domainMANDT
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LNRTMNIS-H: Identification of Appointment ISH_TMNIDCHAR10ALPHAISH_LNRAPP
LFDNRSequence Number of Form Logging LFDNR_NFORNUMC5LFDNR_NFOR
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
TOMIDIS-H: Work Organizer Key TOMIDCHAR8Assigned to domainALPHAN_ORGMID
LOMIDIS-H: Work Organizer Type Key LOMIDCHAR8Assigned to domainALPHAISH_LOMID
FBFORMIS-H: Customer Function Module for Logical Work Organizer FBFORM_CCHAR30Assigned to domainFUNCNAME
TDFORMIS-H: Form name of a SAPscript form N_TDFORMCHAR16TDFORM
TDTEXTIS-H: Description of a Form ISH_TDTEXTCHAR30TDTEXT
TDDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
BEDINGUNGIS-H: Condition for technical work organizer ISH_BEDINGCHAR20TEXT20
OMTYPCategory of Work Organizer Type ISH_OMTYPCHAR1ISH_OMTYP
FBPRINTIS-H: User-Defined Print Function Module ISH_FUBUCHAR30CHAR30
PROTTYPIS-H: Logging Type N_PROTTYPCHAR2N_PROTTYP
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPZTIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
SFFNAMESmart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
SFVARIASmart Forms: Variant TDVARIANTCHAR8STXFVARTDVARIANT
SMARTFACTIS-H: Smart Forms Active ISH_SMARTFORMS_ACTIVECHAR1XFELD
AFNAMEName of Form Object ISH_FP_NAMECHAR30Assigned to domain
AFACTPDF-Based Forms Active ISH_FP_ACTIVECHAR1XFELD
AFSFCOMPIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW

Key field Non-key field



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

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

SELECT SINGLE *
FROM NFOR
INTO CORRESPONDING FIELDS OF WA_NFOR
WHERE...

How to access SAP table NFOR

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