RNBQSCTR SAP (BQS: Control Table for QA Requirement) Structure details

Dictionary Type: Structure
Description: BQS: Control Table for QA Requirement




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




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

RNBQSCTR 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 "BQS: Control Table for QA Requirement" 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_RNBQSCTR TYPE RNBQSCTR.

The RNBQSCTR table consists of various fields, each holding specific information or linking keys about BQS: Control Table for QA Requirement data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), MODUL (IS-H: Number of the QA FR/PS Module), LFDBEW (IS-H: Sequence Number of Movement).. 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 RNBQSCTR 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 MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
MODULIS-H: Number of the QA FR/PS Module ISH_MODNRCHAR5ISH_MODNR
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
LNRIC0IS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
ICPMKIS-H: Identification of Surgical Procedure Coding Catalog ICPM_IDCHAR2Assigned to domainALPHATARID
ICPML0IS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
ICPHC0IS-H: Main Surgical Procedure Code ICPM_HCODECHAR1XFELD
BGDOP0IS-H: Date when Surgical Procedure Code Performed ISH_BEGDT_ICPDATS8RI_DATUM
LNRLS0IS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
FACHR1Specialty According to Federal Regulation for Hospitals 1995 FACHRTY0CHAR4Assigned to domainALPHAISH_FACHR
LNRIC1IS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
ICPML1IS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
LNRIC2IS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
ICPML2IS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
LNRLS_LEISTBQS: Service Number FR/PS NBQS_LNRLSCHAR10ALPHALNRLS
OPTLEIBQS: Service Proposal According to the Option Model NBQS_OPTLEICHAR10Assigned to domainALPHATARLS
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
TALSTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
DKAT1IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
DKAT2IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY2IS-H: Diagnosis Code DIAIDCHAR30DIAID
DKAT3IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY3IS-H: Diagnosis Code DIAIDCHAR30DIAID
FTYPEBQS: Specialty Category of the Assignment NBQS_FTYPECHAR1CHAR1
ICDSBQS: Assignment Dependent on Diagnoses NBQS_ICDSCHAR1NBQS_ICDS
FREIBQS: 'QA Required/Voluntary' Indicator NBQS_FREICHAR1NBQS_FREIW
STUFEBQS: Classification According to BQS NBQS_STUFECHAR1NBQS_STUFE
UBOGENBQS - Indicator for a Section NBQS_UBOGENCHAR1CHAR1
PFREIControl of Voluntary Documentation by User Parameter NBQS_PFREICHAR1NBQS_FREIW
PORGControl of Specialty Determination by User Parameter NBQS_PORGCHAR1NBQS_PORG

Key field Non-key field



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

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

How to access SAP table RNBQSCTR

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