SAP Reports / Programs

CACS_SHOW_STMT SAP ABAP Report - Display Logs for Settlement







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

CACS_LOGSTMT - Display Logs for Settlement


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


Text pool values


Title: Display Logs for Settlement
Text Symbol: 004 = Run Number
Text Symbol: 003 = Overview of Settlement Logs
Text Symbol: 002 = Selection of Settlement Logs
Text Symbol: 001 = Date / Time / User


INCLUDES used within this REPORT CACS_SHOW_STMT

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:

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display_profile.

CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = lv_appl EXCEPTIONS no_appl = 1 OTHERS = 2.

CACS_TIMESTAMP_GET_NOW CALL FUNCTION 'CACS_TIMESTAMP_GET_NOW' IMPORTING E_TIMESTAMP = lv_timestamp .

CACS_TIMESTAMP_GET_DATE CALL FUNCTION 'CACS_TIMESTAMP_GET_DATE' EXPORTING i_timestamp = lv_timestamp IMPORTING E_DATE = lv_date .

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = lv_object subobject = lv_appl_subobject * external_number = lv_appl_extnumber object_attribute = 2 subobject_attribute = 2 external_number_attribute = ' ' date_from = lv_date_from time_from = lv_time_from date_to = lv_date_to time_to = lv_time_to title_selection_screen = lv_text_title1 title_list_screen = lv_text_title2 column_selection = ls_attribute_logh suppress_selection_dialog = ' ' column_selection_msg_jump = '1' external_number_display_length = 30 i_s_display_profile = ls_display_profile i_variant_report = lv_repid EXCEPTIONS OTHERS = 1.



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