SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

COPA_BATCH_LOG_SHOW SAP ABAP Report - CO-PA Log Data Output







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


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 COPA_BATCH_LOG_SHOW. "Basic submit
SUBMIT COPA_BATCH_LOG_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT COPA_BATCH_LOG_SHOW 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_ALTCOD = D .
Selection Text: P_BALOBJ = D .
Selection Text: P_EXTID = D .
Selection Text: P_SUBOBJ = D .
Title: CO-PA Log Data Output


INCLUDES used within this REPORT COPA_BATCH_LOG_SHOW

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:

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.



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