SAP Reports / Programs | Quality Management | Quality Planning | Basic Data(QM-PT-BD) SAP QM

RBDSEQMAT SAP ABAP Report - Send Inspection Setup







RBDSEQMAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RBDSEQMAT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

QL11 - Mat: Distribute Inspection Setup-ALE


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RBDSEQMAT. "Basic submit
SUBMIT RBDSEQMAT AND RETURN. "Return to original report after report execution complete
SUBMIT RBDSEQMAT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: WERKE = Plant
Selection Text: RECEIVER = Logical system
Selection Text: MATSEL = Material
Selection Text: DEL_ART = Inspection type or placeholder
Title: Send Inspection Setup
Text Symbol: TIT = Restriction for distribution of inspection setup
Text Symbol: Q04 = Distribute inspection setup of all materials from all plants?
Text Symbol: P03 = Number of materials per process
Text Symbol: NOS = You have not specified any selection criteria.
Text Symbol: ALL = Inspection setup distributed for all materials
Text Symbol: 004 = Delete inspection types generically (placeholder possible)
Text Symbol: 003 = Target system (opt.)
Text Symbol: 002 = Limit selection by material and plant
Text Symbol: 001 = Data is being selected


INCLUDES used within this REPORT RBDSEQMAT

INCLUDE: MBDCONST, MBDSUBPS, LQAALEF00.
INCLUDE: MBDCONST, MBDSUBPS, LQAALEF00.

INCLUDE: MBDCONST, MBDSUBPS, LQAALEF00.



TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = text-nos "no criteria DIAGNOSETEXT2 = text-all "select all TEXTLINE1 = text-Q04 "do you really want to? TITEL = text-tit "filter for ALE * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = l_answer.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = OUTPUT_TEXT.

MAP2E_QMAT_TO_BAPI1001004_QMAT CALL FUNCTION 'MAP2E_QMAT_TO_BAPI1001004_QMAT' EXPORTING QMAT = L_QMATTAB CHANGING BAPI1001004_QMAT = L_BAPIQMATTAB.

QAALE_IDOCS_CREATE CALL FUNCTION 'QAALE_IDOCS_CREATE' EXPORTING I_CP_FLAG = ' ' I_MESSAGE_TYPE = L_MESTYP TABLES T_BAPIQMATTAB = L_BAPIQMATTAB T_RECIPIENTS = L_RECIPIENTS.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RBDSEQMAT or its description.