SAPMQSDA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SAPMQSDA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
QS21 - Create master insp. characteristic
QS22 - Create master insp. charac. version
QS23 - Change master insp. charac. version
QS24 - Display master insp. charac. version
QS25 - Delete master insp. charac. version
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Maintain Master Inspection Characteristics
Text Symbol: 035 = "Documents" Indicator Maintained
Text Symbol: 034 = Insp. Methods Indicator Maintained
Text Symbol: 033 = "Classification" Indicator Maintained
Text Symbol: 032 = "Quantitative Data" Indicator Maintained
Text Symbol: 031 = Samp.Draw. Text Indicator Maintained
Text Symbol: 030 = "Other Languages" Indicator Maintained
Text Symbol: 024 = Selected Set or Code Group Indicator
Text Symbol: 023 = Code Group or Selected Set
Text Symbol: 022 = Cat. Type
Text Symbol: 021 = Characterstic Classified Indicatr
Text Symbol: 020 = Other Languages Indicator
Text Symbol: 014 = replaced with the new ones?
Text Symbol: 013 = Should the old versions be
Text Symbol: 011 = without saving data?
Text Symbol: 010 = Do you want to exit this screen
Text Symbol: 009 = Cancel
Text Symbol: 007 = Should the characteristic be deleted?
Text Symbol: 006 = first?
Text Symbol: 005 = Do you want to save changes
Text Symbol: 004 = Display class characteristic
Text Symbol: 003 = Display Long Text
Text Symbol: 002 = Change Long Text
Text Symbol: 001 = Create Long Text
INCLUDE MQSDATOP.
INCLUDE MQSDAF10.
INCLUDE MQSDAF20.
INCLUDE MQSDAF30.
INCLUDE MQSDAO10.
INCLUDE MQSDAI20_SPEC_DET_CHECKI01.
INCLUDE MQSDAF10_SPEC_DET_CHECKF01.
INCLUDE MQSDAF10_SPEC_DET_INFO.
INCLUDE MQSDA_P01.
INCLUDE MQSDAO10_SPECDETRULESCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.