NBQS_OPS SAP (BQS: Assignment of OPS to FR/PS and QA Module) Table details

Dictionary Type: Table
Description: BQS: Assignment of OPS to FR/PS and QA Module




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




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

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

The NBQS_OPS table consists of various fields, each holding specific information or linking keys about BQS: Assignment of OPS to FR/PS and QA Module data available in SAP. These include EINRI (Institution), OPS_1 (BQS: Identification of the First OPS Surgical Procedure Code), OPS_2 (BQS: Identification of the Second OPS Surgical Proced. Code), OPS_3 (BQS: Identification of the Third OPS Surgical Proced. Code).. 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_OPS 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
OPS_1BQS: Identification of the First OPS Surgical Procedure Code NBQS_OPS1CHAR10Assigned to domainALPHATARLS
OPS_2BQS: Identification of the Second OPS Surgical Proced. Code NBQS_OPS2CHAR10Assigned to domainALPHATARLS
OPS_3BQS: Identification of the Third OPS Surgical Proced. Code NBQS_OPS3CHAR10Assigned to domainALPHATARLS
FPSEBQS: Assignment Flat Rate Per Case/Procedures Surcharge NBQS_FPSECHAR2NBQS_FPSE
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
FTYPEBQS: Specialty Category of the Assignment NBQS_FTYPECHAR1CHAR1
BEGDABQS: Start Date of the Service Period NBQS_BEGDADATS8RI_DATUM
ENDDABQS: End Date of the Service Period NBQS_ENDDADATS8RI_DATUM
ICDSBQS: Assignment Dependent on Diagnoses NBQS_ICDSCHAR1NBQS_ICDS
FREIBQS: 'QA Required/Voluntary' Indicator NBQS_FREICHAR1NBQS_FREIW
MODULIS-H: Number of the QA FR/PS Module ISH_MODNRCHAR5ISH_MODNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM NBQS_OPS
INTO CORRESPONDING FIELDS OF WA_NBQS_OPS
WHERE...

How to access SAP table NBQS_OPS

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