SAP Reports / Programs | Basis Components | Security | System Audit Information System(BC-SEC-AIS) SAP BC

RDDTDDAT_BCE_PRINT SAP ABAP INCLUDE - RDDTDDATBCEPRINT







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


INCLUDES used within this REPORT RDDTDDAT_BCE_PRINT

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:

SAIS_SHOW_SELECTION_SCREEN CALL FUNCTION 'SAIS_SHOW_SELECTION_SCREEN' EXPORTING REPORT = sy-repid MODE = 'S' TABLES SELSCR = lt_selscreen EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_report i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' is_layout = ls_layo it_fieldcat = lt_fcat * it_excluding = lt_excl_func it_events = lt_events is_print = ls_prnt TABLES t_outtab = lt_selscreen EXCEPTIONS others = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_report i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_events is_print = ls_prnt TABLES t_outtab = gt_result EXCEPTIONS others = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_report is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_events is_print = ls_prnt TABLES t_outtab = lt_statist EXCEPTIONS others = 0.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TVARV' CHANGING ct_fieldcat = pt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SAIS_S_RDDTDDAT_SALV' CHANGING ct_fieldcat = pt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SAIS_S_RUNTIME_STATISTICS' CHANGING ct_fieldcat = pt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = lt_server_list EXCEPTIONS OTHERS = 0.

TH_GET_PROFILE_VALUE CALL FUNCTION 'TH_GET_PROFILE_VALUE' EXPORTING NAME = 'rec/client' "#EC NOTEXT SERVER = -name IMPORTING VALUE = lv_value EXCEPTIONS OTHERS = 0.



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