SAP Reports / Programs

RCPQUEUE SAP ABAP Report - Monitor for Transfer of Transaction Data







RCPQUEUE 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 RCPQUEUE 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

CFP2 - Analyze and Send Changes


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 RCPQUEUE. "Basic submit
SUBMIT RCPQUEUE AND RETURN. "Return to original report after report execution complete
SUBMIT RCPQUEUE 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: S_LOGSYS = Logical system
Title: Monitor for Transfer of Transaction Data
Text Symbol: 009 = Channel
Text Symbol: 008 = Client
Text Symbol: 007 = Trans ID
Text Symbol: 006 = No. of entries in channel:
Text Symbol: 005 = No entry in channel
Text Symbol: 004 = Channel status
Text Symbol: 003 = Transaction data type:
Text Symbol: 002 = Channel detail info.
Text Symbol: 001 = Logical system:
Text Symbol: 010 = Target sys.
Text Symbol: 011 = Chan.countr
Text Symbol: 012 = User ID
Text Symbol: 022 = Status of activity
Text Symbol: 021 = Channel
Text Symbol: 020 = Transaction data type
Text Symbol: 019 = Logical system
Text Symbol: 018 = Channel overview
Text Symbol: 017 = Only first 500 entries displayed.
Text Symbol: 016 = HP chan.
Text Symbol: 015 = Time
Text Symbol: 014 = Date
Text Symbol: 013 = Function module
002 Transaction data type Channel name Status of activity
001 Logical system


INCLUDES used within this REPORT RCPQUEUE

INCLUDE CIFCONST.


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CFP2' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.

CIF_CP_QUEUEINFOINIT CALL FUNCTION 'CIF_CP_QUEUEINFOINIT'.

CIF_CP_QUEUEINFOGET CALL FUNCTION 'CIF_CP_QUEUEINFOGET' EXPORTING i_rfc_dest = l_rfc_dest TABLES t_trfcqout = lt_trfcqout.

CIF_CP_QUEUEINFONAMETEXT CALL FUNCTION 'CIF_CP_QUEUEINFONAMETEXT' EXPORTING i_qname = l_queueinfo-qname IMPORTING e_qtext = l_qtext EXCEPTIONS OTHERS = 1.

TRFC_QOUT_STOP CALL FUNCTION 'TRFC_QOUT_STOP' EXPORTING qname = gt_queueinfo-qname dest = gt_queueinfo-dest force = 'X'.

TRFC_QOUT_RESTART CALL FUNCTION 'TRFC_QOUT_RESTART' EXPORTING qname = gt_queueinfo-qname dest = gt_queueinfo-dest force = 'X'.

TRFC_QOUT_STATE CALL FUNCTION 'TRFC_QOUT_STATE' EXPORTING qname = gt_queueinfo-qname dest = gt_queueinfo-dest IMPORTING qstate = l_qstate.

CIF_CP_QUEUEINFONAMETEXT CALL FUNCTION 'CIF_CP_QUEUEINFONAMETEXT' EXPORTING i_qname = gt_queueinfo-qname IMPORTING e_qtext = l_qtext.

CIF_CP_QUEUEINFOGET CALL FUNCTION 'CIF_CP_QUEUEINFOGET' EXPORTING i_rfc_dest = l_queueinfo-dest TABLES t_trfcqout = lt_trfcqout.

CIF_CP_QUEUE_INFO_DETAILS CALL FUNCTION 'CIF_CP_QUEUE_INFO_DETAILS' EXPORTING rfc_dest = l_queueinfo-dest qname = l_queueinfo-qname IMPORTING qdeep = l_qdeep TABLES qtable = l_qtable.



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