VNICP SAP () Structure details

Dictionary Type: Structure
Description:




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




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

VNICP 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_VNICP TYPE VNICP.

The VNICP table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), LNRIC (IS-H: Sequence Number of Surgical Procedure Code), LFDBEW (IS-H: Sequence Number of Movement), ICPMK (IS-H: Identification of Surgical Procedure Coding Catalog).. 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 VNICP 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
LNRICIS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5NBEWLFDBEW
ICPMKIS-H: Identification of Surgical Procedure Coding Catalog ICPM_IDCHAR2TNK01ALPHATARID
ICPMLIS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10NTPKALPHATARLS
ICPHCIS-H: Main Surgical Procedure Code ICPM_HCODECHAR1XFELD
ANZOPIS-H: Number of Additional Surgeries ISH_ANZOPNUMC3NUMC3
BGDOPIS-H: Date when Surgical Procedure Code Performed ISH_BEGDT_ICPDATS8RI_DATUM
BZTOPIS-H: Time when Surg. Procedure Code Performance Begins ISH_BEGZT_ICPTIMS6UHRZT
EZTOPIS-H: Time when Surgical Procedure was Completed ISH_ENDZT_ICPTIMS6UHRZT
LSLOKIS-H: Localization of a Procedure ISH_PROC_LOCCHAR2TN26EALPHAN2_DIALO
IDENTIdentification from External System ISH_IDENTCHAR20ALPHAISH_REFKY
OPARTIS-H: Type of Surgery ISH_OPARTCHAR2TN14OALPHAISH_OPART
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
TCODEIS-H: Report Control: Transaction Code for Application ISH_TCODECHAR20Assigned to domainTCODE
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
BTEXTIS-H: User-Defined Comment on Procedure ISH_PROCTEXTCHAR50ISH_CHAR50
EVENTIS-H: Event that Triggers Creation of Procedure PROC_EVENTNUMC2PROC_EVENT
OBJCTIS-H: Object that Created the Procedure PROC_OBJECTCHAR10ISH_OBJECT
DRG_SEQNOIS-H: Entry Sequence of DRG-Relevant Procedure ISH_DRG_PROC_SEQNONUMC3ISH_SEQNO
DRG_CATEGORYIS-H: Category of DRG Procedure (Principal, Secondary) ISH_DRG_PROC_CATEGORYCHAR1ISH_DRG_PROC_CATEGORY
DRG_RELEVANTIS-H: Indicator 'Used to Determine DRG' ISH_DRG_PROC_RELEVANTCHAR1ISH_ON_OFF
BEMKZLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ORGFAIS-H: Departmental Organizational Unit of Procedure ISH_FACHOE_PROCCHAR8Assigned to domainALPHAORGID
ORGPFIS-H: Date when Surgical Procedure Code Was Completed ISH_ERBOE_PROCCHAR8Assigned to domainALPHAORGID
ENDOPIS-H: Date when Surgical Procedure Code Was Completed ISH_ENDDT_ICPDATS8RI_DATUM
PRTYPIS-H: Procedure Type ISH_PROC_TYPECHAR2ISH_PROC_TYPE
EVTUPIS-H: Event that Caused Procedure to Be Modified PROC_EVTUPNUMC2PROC_EVTUP
OBJUPIS-H: Object That Caused Procedure to Be Modified PROC_OBJUPCHAR10ISH_OBJ_UP
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS
QUANTITYProcedure Quantity ISH_PROC_QUANTITYQUAN20(8) ISH_PROC_QUANTITY
UNITUnit of Measure for Procedure ISH_PROC_UNITUNIT3T006CUNITMEINS
LNRIC_REFSequence Number of Reference Surgical Procedure Code ISH_LNRIC_REFCHAR10ALPHAISH_LNRIC
LNRLMIS-H MM: Sequence Number of Material Consumption ISH_LNRLPCHAR10ALPHAISH_LNRLM
DRG_IMPACTImpact of Procedure on DRG Determination ISH_PROC_DRG_IMPACTCHAR2ISH_DRG_IMPACT
CCLComplication Level of Procedure (for DRGs) ISH_CCL_PROCNUMC3ISH_CCL_TYPE
OPLEBSPENOPS Living Donor Transplantation ISH_OPLEBSPENCHAR1XFELD
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VNICP

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