NICP2 SAP (IS-H: INACTIVE since 4.71 - DO NOT USE !) Table details

Dictionary Type: Table
Description: IS-H: INACTIVE since 4.71 - DO NOT USE !




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




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

NICP2 is a standard SAP Table which is used to store IS-H: INACTIVE since 4.71 - DO NOT USE ! data and is available within R/3 SAP systems depending on the version and release level.

The NICP2 table consists of various fields, each holding specific information or linking keys about IS-H: INACTIVE since 4.71 - DO NOT USE ! data available in SAP. These include 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), ICPML (IS-H: Surgical Procedure Code (Service)).. 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 NICP2 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
LNRICIS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
ICPMKIS-H: Identification of Surgical Procedure Coding Catalog ICPM_IDCHAR2Assigned to domainALPHATARID
ICPMLIS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
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 Service N1LSLOKCHAR2Assigned to domainALPHAN2_DIALO
IDENTIdentification from External System ISH_IDENTCHAR20ALPHAISH_REFKY
OPARTIS-H: Type of Surgery ISH_OPARTCHAR2Assigned to domainALPHAISH_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 EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
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
BEMKZIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM NICP2
INTO CORRESPONDING FIELDS OF WA_NICP2
WHERE...

How to access SAP table NICP2

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