BUPA_BIP_CLEANSING_COMM_FORMS is a standard ABAP INCLUDE 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 BUPA_BIP_CLEANSING_COMM_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * percentage = 65 * text = text-021.
SDIXML_DATA_TO_DOM * CALL FUNCTION 'SDIXML_DATA_TO_DOM' * EXPORTING * name = l_name * dataobject = iv_itab * control = l_control * IMPORTING * data_as_dom = l_xml_element * CHANGING * document = l_xml_document * EXCEPTIONS * illegal_name = 1 * OTHERS = 2.
SDIXML_DOM_TO_XML * CALL FUNCTION 'SDIXML_DOM_TO_XML' * EXPORTING * document = l_xml_document * pretty_print = l_pretty_print * IMPORTING * xml_as_string = l_xml_string * size = cv_xml_size * TABLES * xml_as_table = it_xml_doc * EXCEPTIONS * no_document = 1 * OTHERS = 2.
RPY_EXISTENCE_CHECK_FUNC CALL FUNCTION 'RPY_EXISTENCE_CHECK_FUNC' EXPORTING name = gv_doc_create_fm EXCEPTIONS not_exist = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BUPA_BIP_CLEANSING_COMM_FORMS - BUPABIPCLEANSINGCOMMFORMS BUPA_BIP_CLEANSING_COMM_DATA - BUPABIPCLEANSINGCOMMDATA BUPA_ADDRESS_CHECK_640 - Check address validity for addresses created/changed before SP06 BUPA_ADDRESS_CHECK_640 - Check address validity for addresses created/changed before SP06 BUPA_ADDRESS_BW_WRITE_QUEUE - BUPAADDRESSBWWRITEQUEUE BUPA_ADDRESS_BW_LOCAL_DATA - BUPAADDRESSBWLOCALDATA