SAP Reports / Programs

COM_CLEAR_CASE_TEST SAP ABAP Report - Data Cleansing: Test Program für FG COM_CLEAR_CASE







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

TEST_CLEAR - Test API Data Cleansing


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 COM_CLEAR_CASE_TEST. "Basic submit
SUBMIT COM_CLEAR_CASE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT COM_CLEAR_CASE_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Data Cleansing: Test Program für FG COM_CLEAR_CASE
Text Symbol: G03 = Target Obj.s
Text Symbol: G02 = Referring Object
Text Symbol: G01 = Data ClnsCase


INCLUDES used within this REPORT COM_CLEAR_CASE_TEST

INCLUDE CLEAR_CASE_TEST_TOP.
INCLUDE CLEAR_CASE_TEST_O01.
INCLUDE CLEAR_CASE_TEST_F01.
INCLUDE CLEAR_CASE_TEST_I01.


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:

CONVERSION_EXIT_ALPHA_RANGE_I * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_RANGE_I' * EXPORTING * INPUT = gv_bupa_number * IMPORTING * OUTPUT = gv_bupa_number * TABLES * range_ext = gr_dummy_range * range_int = gr_partner_number.

CONVERSION_EXIT_ALPHA_RANGE_I * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_RANGE_I' * EXPORTING * INPUT = gv_bupa_number * IMPORTING * OUTPUT = gv_bupa_number * TABLES * range_ext = gr_dummy_range * range_int = gr_partner_number.

CONVERSION_EXIT_ALPHA_RANGE_I * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_RANGE_I' * EXPORTING * INPUT = gv_bupa_number * IMPORTING * OUTPUT = gv_bupa_number * TABLES * range_ext = gr_dummy_range * range_int = gr_partner_number.

CONVERSION_EXIT_ALPHA_RANGE_I * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_RANGE_I' * EXPORTING * INPUT = gv_bupa_number * IMPORTING * OUTPUT = gv_bupa_number * TABLES * range_ext = gr_dummy_range * range_int = gr_partner_number.

COM_CLEAR_CASE_CREATE CALL FUNCTION 'COM_CLEAR_CASE_CREATE' EXPORTING IT_TARGET_LIST_DATA = lt_targ_list_cr IS_CLEAR_CASE_DATA = ls_clear_case_cr IV_DUPLICATE_OBJECTS = space IMPORTING ET_RESULTS = gt_results CHANGING cS_CLEAR_CASE_KEY = gs_clear_case_key.

COM_CLEAR_CASE_READ CALL FUNCTION 'COM_CLEAR_CASE_READ' EXPORTING IS_OBJECT_KEY = ps_object_key IV_SEARCH_BY_CASE = lv_by_case iv_reset_buffer = pv_reset_buffer IMPORTING ET_CLEAR_CASE_DATA = gt_clear_case ET_TARGET_LIST_DATA = gt_target_list ET_RESULTS = gt_results CHANGING CT_CLEAR_CASE_KEY = gt_clear_case_key.

COM_CLEAR_CASE_CHANGE CALL FUNCTION 'COM_CLEAR_CASE_CHANGE' EXPORTING IS_CLEAR_CASE_KEY = ps_clear_case_key IS_CLEAR_CASE_DATA = ps_clear_case IS_CLEAR_CASE_DATAX = ls_datax IMPORTING ET_RESULTS = gt_results.

COM_CLEAR_CASE_GET_DETAIL CALL FUNCTION 'COM_CLEAR_CASE_GET_DETAIL' * EXPORTING * IS_OBJECT_KEY = PS_OBJECT_KEY * IV_SEARCH_BY_CASE = lv_by_case IMPORTING ET_CLEAR_CASE_DATA = gt_clear_case ET_TARGET_LIST_DATA = gt_target_list ET_RESULTS = gt_results CHANGING CT_CLEAR_CASE_KEY = gt_clear_case_key.

COM_CLEAR_CASE_DELETE CALL FUNCTION 'COM_CLEAR_CASE_DELETE' EXPORTING IS_CLEAR_CASE_KEY = ps_clear_case_key IMPORTING ET_RESULTS = gt_results.

COM_CLEAR_CASE_READ CALL FUNCTION 'COM_CLEAR_CASE_READ' EXPORTING * IS_OBJECT_KEY = PS_OBJECT_KEY IV_SEARCH_BY_CASE = 'X' IMPORTING ET_CLEAR_CASE_DATA = gt_clear_case ET_TARGET_LIST_DATA = gt_target_list ET_RESULTS = gt_results CHANGING CT_CLEAR_CASE_KEY = gt_clear_case_key.

COM_CLEAR_DEPENDENCIES CALL FUNCTION 'COM_CLEAR_DEPENDENCIES' EXPORTING IT_CLEAR_CASE_INSERT = lt_clear_case IT_TARGETS = lt_target_list IMPORTING ET_DEPENDENCIES = gt_dependencies ET_RESULTS = gt_results EXCEPTIONS FOREIGN_LOCK = 0 OTHERS = 0.

COM_CLEAR_CASE_GET_DETAIL CALL FUNCTION 'COM_CLEAR_CASE_GET_DETAIL' EXPORTING IS_OBJECT_KEY = ps_object_key IV_SEARCH_BY_CASE = lv_by_case IMPORTING ET_CLEAR_CASE_DATA = gt_clear_case ET_TARGET_LIST_DATA = gt_target_list ET_RESULTS = gt_results CHANGING CT_CLEAR_CASE_KEY = gt_clear_case_key.



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