QISUB SAP (Subsytems for recording measured value data in QM) Table details

Dictionary Type: Table
Description: Subsytems for recording measured value data in QM




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




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

QISUB is a standard SAP Table which is used to store Subsytems for recording measured value data in QM data and is available within R/3 SAP systems depending on the version and release level.

The QISUB table consists of various fields, each holding specific information or linking keys about Subsytems for recording measured value data in QM data available in SAP. These include SUBSYS (Subsystem Identifier for QM Subsystem Interface), RECNAM (Recipient Name), RECESC (Specification of recipient type), SNDEX (Send express).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = QISUBT


SAP QISUB 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
MANDANTClient MANDTCLNT3T000MANDT
SUBSYSSubsystem Identifier for QM Subsystem Interface QEIFSUBSYSCHAR6QEIFSUBSYS
RECNAMRecipient Name SO_REC_NAMCHAR12USERNAME
RECESCSpecification of recipient type SO_ESCAPECHAR1SO_ESCAPE
SNDEXSend express SO_SND_EXCHAR1SO_FLAG
ACALLSelection/check field SO_SELECTCHAR1SO_SELECT
DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
PATHName of Access Path for the Interface Files QEIFPATHCHAR64RFCEXEC
NOTIFYFUNCTIONChanges to the Worklist for Subsystems QIDINOTIFYCHAR30Assigned to domainFUNCNAME
TRACETracking Level for Application Log QTRACELEVELCHAR1QTRACELEVEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM QISUB
INTO CORRESPONDING FIELDS OF WA_QISUB
WHERE...

How to access SAP table QISUB

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