RECCPCALLBACK_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test callback request for Customer Interaction Center (CIC)...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 RECCPCALLBACK_TEST into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: VIA_RFC = Call Remote
Selection Text: TIME = D Time
Selection Text: TELNO = D Telephone Number
Selection Text: REASON = D Reason for Callback
Selection Text: PARTNER = D Business Partner
Selection Text: DATE = D Date
Title: Program RECCPCALLBACK_TEST
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_CIC_CALLBACK_REQUEST_CREA call function 'ISU_CIC_CALLBACK_REQUEST_CREA' exporting im_reason_code = reason im_telno = telno im_partner_id = partner im_date = date im_time = time tables xt_additional_data = add_data exceptions failed = 1 others = 99.
ISU_CIC_CALLBACK_REQUEST_CREA call function 'ISU_CIC_CALLBACK_REQUEST_CREA' destination 'NONE' exporting im_reason_code = reason im_telno = telno im_partner_id = partner im_date = date im_time = time tables xt_additional_data = add_data exceptions failed = 1 communication_failure = 2 message msg_text system_failure = 2 message msg_text others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RECCPCALLBACK_TEST - Program RECCPCALLBACK_TEST RECCPCALLBACK_TEST - Program RECCPCALLBACK_TEST RECCMESG - Program for Object Type CCPSMSG: Message Display RECCMESG - Program for Object Type CCPSMSG: Message Display RECCJUMPFOP - Program for Object Type CCPSJUMP: Goto Front Office Process RECCJUMPFOP - Program for Object Type CCPSJUMP: Goto Front Office Process