NBQS_ICD SAP (BQS: Assignment of FR/PS to ICD) Table details

Dictionary Type: Table
Description: BQS: Assignment of FR/PS to ICD




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




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

NBQS_ICD is a standard SAP Table which is used to store BQS: Assignment of FR/PS to ICD data and is available within R/3 SAP systems depending on the version and release level.

The NBQS_ICD table consists of various fields, each holding specific information or linking keys about BQS: Assignment of FR/PS to ICD data available in SAP. These include EINRI (Institution), FPSE (BQS: Assignment Flat Rate Per Case/Procedures Surcharge), LEIST (Service in Service Catalog), ICD1 (BQS: Identification of the First Diagnosis).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP NBQS_ICD 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FPSEBQS: Assignment Flat Rate Per Case/Procedures Surcharge NBQS_FPSECHAR2NBQS_FPSE
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ICD1BQS: Identification of the First Diagnosis NBQS_ICD1CHAR30DIAID
ICD2BQS: Identification of the Second Diagnosis NBQS_ICD2CHAR30DIAID
MODULIS-H: Number of the QA FR/PS Module ISH_MODNRCHAR5ISH_MODNR
BEGDABQS: Start Date of the Service Period NBQS_BEGDADATS8RI_DATUM
OPSSTBQS: Assignment Independent of Procedures NBQS_OPSSTCHAR1NBQS_OPSST
FREIBQS: 'QA Required/Voluntary' Indicator NBQS_FREICHAR1NBQS_FREIW
ENDDABQS: End Date of the Service Period NBQS_ENDDADATS8RI_DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM NBQS_ICD
INTO CORRESPONDING FIELDS OF WA_NBQS_ICD
WHERE...

How to access SAP table NBQS_ICD

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