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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVKKICDA_ICDABULKCNCRQ_TEST - Test for Service ICDA "Cancellation" RVKKICDA_ICDABULKCNCRQ_TEST - Test for Service ICDA "Cancellation" RVKKICDA_DERIVE - ICDA Object Assignment (Callback Report for ABADR Tool) RVKKICDA_DERIVE - ICDA Object Assignment (Callback Report for ABADR Tool) RVKEXPO2 - Correction Program for Export Data for Delivery: Set ALAND RVKEXPO2 - Correction Program for Export Data for Delivery: Set ALAND