SAP Reports / Programs | Cross-Application Components | Cross-Application Components | Quality Issue Management(CA-IAM-QIM) SAP CA

QAM_ISSUE_CREATE SAP ABAP Report - Creation of Issues and Defects







QAM_ISSUE_CREATE 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 QAM_ISSUE_CREATE into the relevant SAP transactions such as SE38 or SE80


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 QAM_ISSUE_CREATE. "Basic submit
SUBMIT QAM_ISSUE_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT QAM_ISSUE_CREATE 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: P_TEST = Test Run
Selection Text: P_S_QUAN = Create Quantities
Selection Text: P_S_OBJ = Create Object References
Selection Text: P_S_DESC = Create Descriptions
Selection Text: P_S_ATTN = Number of Attachments
Selection Text: P_S_ATT = Create Attachments
Selection Text: P_SISSTY = Issue Type for Subitem
Selection Text: P_SDAT = Create Date Fields
Selection Text: P_SCODE = Code
Selection Text: P_SCGRP = Code Group
Selection Text: P_QUANT = Create Quantities
Selection Text: P_PROT = Log Output
Selection Text: P_PRAE = Prefix for Issue Number
Selection Text: P_OBJ = Create Object References
Selection Text: P_ISSUE = Create Issues
Selection Text: P_ISSTYP = Issue Type
Selection Text: P_DESC = Create Descriptions
Selection Text: P_DEF = Number of Subitems per Issue
Selection Text: P_DAT = Create Date Fields
Selection Text: P_CODE = Code
Selection Text: P_CGRP = Code Group
Selection Text: P_ATTN = Number of Attachments
Selection Text: P_ATT = Create Attachments
Title: Creation of Issues and Defects
Text Symbol: T15 = Total &6
Text Symbol: T14 = No. Subitems &5
Text Symbol: T13 = No. Issues &4
Text Symbol: T12 = Runtime &3
Text Symbol: T11 = End Time &2
Text Symbol: T10 = Start Time &1
Text Symbol: T05 = Creation of Subitems for Issue
Text Symbol: T04 = Creation of Issues
Text Symbol: T03 = General Options
Text Symbol: 100 = Test Run, No Data Saved
001 Start Time End Time Total Time Issues Defects Total


INCLUDES used within this REPORT QAM_ISSUE_CREATE

INCLUDE SBAL_CONSTANTS.


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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log EXCEPTIONS OTHERS = 1.

/IAM/ISSUE_CREATE CALL FUNCTION '/IAM/ISSUE_CREATE' EXPORTING is_i_root_d_main = ls_i_root_d_main it_i_date_d_main = lt_i_date_d_main it_i_quantity_d_main = lt_i_quantity_d_main is_i_desc_d_main = ls_i_desc_d_main is_i_desc_txt_d_main = ls_i_desc_txt_d_main it_i_obj_ref_d_main = lt_i_obj_ref_d_main it_i_objref_desc_txt_d_m = lt_i_objref_desc_txt_d_m it_i_att_d_main = lt_i_att_d_main it_si_root_d_main = lt_si_root_d_main it_si_date_d_main = lt_si_date_d_main it_si_quantity_d_main = lt_si_quantity_d_main it_si_desc_d_main = lt_si_desc_d_main it_si_desc_txt_d_main = lt_si_desc_txt_d_main it_si_obj_ref_d_main = lt_si_obj_ref_d_main it_si_objref_desc_txt_d_m = lt_si_objref_desc_txt_d_m it_si_att_d_main = lt_si_att_d_main io_message = lo_message IMPORTING eo_message = lo_message ev_modification = lv_modification.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = ls_msg-severity i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = 'S' i_text = lv_msg.

BAL_LOG_MSG_ADD_FREE_TEXT





CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = ls_msg-severity i_text = lv_msg.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.



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 QAM_ISSUE_CREATE or its description.