COPA_BATCH_LOG_SHOW 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 COPA_BATCH_LOG_SHOW 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_ALTCOD = D .
Selection Text: P_BALOBJ = D .
Selection Text: P_EXTID = D .
Selection Text: P_SUBOBJ = D .
Title: CO-PA Log Data Output
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COPA_SDTRACE_LOG_PROFILE call function 'COPA_SDTRACE_LOG_PROFILE' exporting document_type = l_doc_type i_tcode = l_tcode i_batch_log_display = 'X' importing e_s_display_profile = ls_display_profile.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = p_balobj object_attribute = 0 subobject = p_subobj subobject_attribute = 0 external_number = p_extid external_number_attribute = 0 title_list_screen = l_title_l title_selection_screen = l_title_s date_from = l_day_from "#EC DOM_EQUAL date_to = sy-datum "#EC DOM_EQUAL time_to = '235959' "#EC DOM_EQUAL external_number_display_length = 20 i_s_display_profile = ls_display_profile i_variant_report = l_repid exceptions no_authority = 01.
PROGRAM_TITLE call function 'PROGRAM_TITLE' exporting program = l_repid language = sy-langu importing title = l_repti.
K_KKB_TEXTELEMENT_GET call function 'K_KKB_TEXTELEMENT_GET' exporting i_key = i_key i_repid = i_repid importing e_entry = e_text exceptions repid_not_found = 1 element_not_found = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COPA_BATCH_LOG_SHOW - CO-PA Log Data Output COPA_BATCH_LOG_SHOW - CO-PA Log Data Output COPA_BAPI_TEST - Test Program for CO-PA BAPIs COPA_BAPI_TEST - Test Program for CO-PA BAPIs COOMRESPUSER_RESOLVE_GROUPF01 - COOMRESPUSERRESOLVEGROUPF01 COOMRESPUSER - User Responsible Filled Automatically from Master Data