SAP Reports / Programs

CIF_EMRG_QINSCHED SAP ABAP Report - Report CIF_EMRG_QINSCHED







CIF_EMRG_QINSCHED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program in cases where the processing of CIF queue entries (LUWs) by the scheduler for inbound queues (QIN scheduler) results in performance bottlenecks...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 CIF_EMRG_QINSCHED 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 CIF_EMRG_QINSCHED. "Basic submit
SUBMIT CIF_EMRG_QINSCHED AND RETURN. "Return to original report after report execution complete
SUBMIT CIF_EMRG_QINSCHED VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report CIF_EMRG_QINSCHED
Text Symbol: 001 = Notification After Program End
Text Symbol: 002 = Recipient
Text Symbol: 003 = Recipient Type
Text Symbol: 010 = System Time
Text Symbol: 011 = Number of Queues (TRFCQIN)
Text Symbol: 012 = Number of Queues Started
Text Symbol: 410 = :Sent successfully
Text Symbol: 411 = :Error during sending
Text Symbol: 412 = Too many recipients
Text Symbol: 413 = Not sent
Text Symbol: 414 = Insufficient authorization
Text Symbol: 415 = Unexpected error
Text Symbol: 601 = Program can be executed as a background job only
Text Symbol: 602 = Program
Text Symbol: 603 = was ended
Text Symbol: 604 = CIF_EMRG_QIN


INCLUDES used within this REPORT CIF_EMRG_QINSCHED

No INCLUDES are used within this REPORT code!


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:

QIWK_GET_ALL CALL FUNCTION 'QIWK_GET_ALL' TABLES qiwklist = gt_qiwklist.

BAPI_MESSAGE_GETDETAIL CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL' EXPORTING id = iv_info-msgid number = iv_info-msgno textformat = lv_format message_v1 = iv_info-msgv1 message_v2 = iv_info-msgv2 message_v3 = iv_info-msgv3 message_v4 = iv_info-msgv4 IMPORTING message = lv_msg TABLES text = lt_text.

SO_NEW_DOCUMENT_SEND_API1 CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1' EXPORTING document_type = lv_format document_data = ls_doc_chng put_in_outbox = gc_true" /sapapo/cl_om_c=>true commit_work = gc_true "/sapapo/cl_om_c=>true TABLES object_content = lt_objcont receivers = lt_receiver object_header = lt_objhead EXCEPTIONS too_many_receivers = 1 document_not_sent = 2 operation_no_authorization = 4 OTHERS = 99.



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