VNEO_NFAL SAP (IS-H: Update Structure NEO_NFAL) Structure details

Dictionary Type: Structure
Description: IS-H: Update Structure NEO_NFAL




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




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

VNEO_NFAL 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 NEO_NFAL" 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_VNEO_NFAL TYPE VNEO_NFAL.

The VNEO_NFAL table consists of various fields, each holding specific information or linking keys about IS-H: Update Structure NEO_NFAL data available in SAP. These include MANDT (Client), EINRI (Institution), FALNR (IS-H: Case Number), AFART (External Order - Order Type).. 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 or numeric)


SAP VNEO_NFAL 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
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
AFARTExternal Order - Order Type NEO_ORDTYPCHAR1TNEO_ORDER_TYPENEO_ORDTYP
AUTYPExternal Order - Order Category NEO_ORDCATCHAR2TNEO_ORDER_CATNEO_ORDCAT
KTTARIS-H CH: Canton Tariff NCH_TARCDECHAR3TNCH12NCH_TARCDE
EINDATIS-H: EO - Receipt Date of Order EIN_DATDATS8RI_DATUM
EINZTIS-H: EO Receipt Time of Order EIN_ZTTIMS6UHRZT
EAUFNRIS-H: EO Sender Order Number EIN_AUFNRCHAR35EAUFNR
EKRZIS-H: EO Sender Identifier EKRZCHAR12TEXT12
REFGIS-H EO Reference Number of Garantor REFGCHAR20CHAR20
ABT_ARZTIS-H: EO Department Name or Physician's Name ABT_ARZTCHAR50TEXT50
LAUFNRIS-H: EO Laboratory Order Number LAB_AUFNRCHAR16LAUFNR
BEMINTIS-H: EO Internal Comments BEMINTCHAR50TEXT50
BEMINTLIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
BEMEXTIS-H: EO External Comments BEMEXTCHAR50TEXT50
BEMEXTLIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
EXTAUFNRIS-H: EO Number of External Order EXTAUF_NRCHAR10ALPHAEXTAUFNR
EXTFALNRIS-H: External Case Identification ISH_EXTNR_FALCHAR20ISH_EXTNR_FAL
EXTFALARIS-H: EO External Case Type EXTFALARCHAR1FALLART
EXTCLASSIS-H: EO External Patient Class EXTCLASSCHAR4ALPHAISH_PAYCL
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
UPTIMIS-H: Time Data Record was Last Changed ISH_UPTIMTIMS6UHRZT
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VNEO_NFAL

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