SAP Reports / Programs

RVKKICDA_ICDABULKCNCRQ_TEST SAP ABAP Report - Test for Service ICDA "Cancellation"







RVKKICDA_ICDABULKCNCRQ_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to test the Enterprise Services Operations for canceling an InsuranceCollectionDisbursementAgreement (ICDA) and to familiarize yourself with the relevant enterprise services...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 RVKKICDA_ICDABULKCNCRQ_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 RVKKICDA_ICDABULKCNCRQ_TEST. "Basic submit
SUBMIT RVKKICDA_ICDABULKCNCRQ_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RVKKICDA_ICDABULKCNCRQ_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: P_ICDA2 = D .
Selection Text: P_ICDA = D .
Selection Text: P_CNCRSN = D .
Selection Text: P_CNCRS2 = D .
Selection Text: P_BDTY2 = D .
Selection Text: P_BDTY = D .
Selection Text: P_BDSYS2 = D .
Selection Text: P_BDSYS = D .
Selection Text: P_BDITY2 = D .
Selection Text: P_BDITY = D .
Selection Text: P_BDIID2 = D .
Selection Text: P_BDIID = D .
Selection Text: P_BDID2 = D .
Selection Text: P_BDID = D .
Title: Test for Service ICDA "Cancellation"
Text Symbol: 013 = Check Only One Object for Cancellation; Specifications for Second ICDA are Ignored
Text Symbol: 011 = Second ICDA (for Asynchronous Bulk Service)
Text Symbol: 010 = First ICDA
Text Symbol: 008 = Reference to the Contract in the Feeder System
Text Symbol: 006 = Return to Selection Screen
Text Symbol: 005 = Messages
Text Symbol: 004 = Display Complete Log?
Text Symbol: 003 = Display Log
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT RVKKICDA_ICDABULKCNCRQ_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:

PCA_SEC_DOCU_SHOW CALL FUNCTION 'PCA_SEC_DOCU_SHOW' EXPORTING i_popup_title = space i_text_object = con_report i_docu_id = 'RE' EXCEPTIONS not_found = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 99.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_profile i_t_log_handle = lt_log_handle EXCEPTIONS OTHERS = 0.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = gv_log_handle.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Protokoll anzeigen'(003) text_question = 'gesamtes Protokoll anzeigen?'(004) text_button_1 = 'Ja'(001) icon_button_1 = 'ICON_PROTOCOL' text_button_2 = 'Nein'(002) icon_button_2 = 'ICON_PDIR_BACK' default_button = '1' display_cancel_button = ' ' iv_quickinfo_button_2 = 'zurück zum Selektionsbild'(006) IMPORTING answer = gv_answer.

FKK_XI_MESSAGE_XML_SHOW CALL FUNCTION 'FKK_XI_MESSAGE_XML_SHOW' EXPORTING is_data = l_payload EXCEPTIONS OTHERS = 0.

FSCD_ICDA_CANCEL CALL FUNCTION 'FSCD_ICDA_CANCEL' EXPORTING is_icda_data = gs_icda_cancel ix_simu = space IMPORTING et_return = gt_return.



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