VNFOR SAP (IS-H: Update structure for NFOR) Structure details

Dictionary Type: Structure
Description: IS-H: Update structure for NFOR




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




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

VNFOR 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: Update structure for NFOR" 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_VNFOR TYPE VNFOR.

The VNFOR table consists of various fields, each holding specific information or linking keys about IS-H: Update structure for NFOR data available in SAP. These include MANDT (Client), PATNR (IS-H: Patient Number), FALNR (IS-H: Case Number), LNRTMN (IS-H: Identification of Appointment).. 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 VNFOR 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 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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VNFOR

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