SAP Reports / Programs

RECCPCALLBACK_TEST SAP ABAP Report - Program RECCPCALLBACK_TEST







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


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 RECCPCALLBACK_TEST. "Basic submit
SUBMIT RECCPCALLBACK_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RECCPCALLBACK_TEST 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: 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


INCLUDES used within this REPORT RECCPCALLBACK_TEST

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:

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.



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