VNPR1ANF SAP () Structure details

Dictionary Type: Structure
Description:




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




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

VNPR1ANF 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 "" 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_VNPR1ANF TYPE VNPR1ANF.

The VNPR1ANF table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), TLNRID (), 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 VNPR1ANF 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
TLNRID N1PRTLNRIDCHAR10N1PRTLNRALPHAN1PRTLNRID
ANFIDIdentification of a Request (Number) ANFIDNUMC8Assigned to domainANFID
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
ORGNAIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANFONIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
ANPONIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ANFTYRequest Type ANFTYCHAR6Assigned to domainANFTY
ANFTYACharacteristics of Request Type N1ANFAUSPRCHAR8N1ANFAUSPR
ANFTNRequest Type Name ANFNACHAR30TEXT30
ANFNRRequest Number N1ANFNRCHAR8N1ANFNR
FALNRIS-H: Case Number FALNRCHAR10N1PRFALALPHAFALNRFAL
ANSTAEStatus of a Request N1ANSTAECHAR3Assigned to domainN1ANSTAE
ANSTARequest Status (Internal) N1ANSTANUMC2N1ANSTA
ANSTXService Status Text N1ANSTTXTCHAR10N1C010
APRIPrioritization for Request/Movement (Internal) N1APRI_DNUMC3N1APRI
APRIEPriority for Request and Movement (External) N1APRIECHAR3Assigned to domainN1APRIE
APRTXText for Priority N1APRITXTCHAR15TEXT15
KANAMShort Anamnesis KANAMCHAR50TEXT50
FALDIAIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDDIAIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
FRAGERequest - Questions ANFFRAGECHAR50TEXT50
SCHWKZIndicator that Patient Is Pregnant SCHWANGERCHAR1XFELD
SCHWOWeek of Pregnancy SCHWOCHENUMC2NUMC02
TPAETransport Type N1TPAECHAR2Assigned to domainN1TPAE
TPATXText for Transport Type N1TPATXTCHAR15N1TPATXT
RCKRUFCallback Number for Request N1RCKRUFCHAR10TEXT10
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
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 PATNRCHAR10Assigned to domainALPHAPATNRPAT
DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VNPR1ANF

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