SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSSO_DELETELOG SAP ABAP Report - SAPoffice: Log when Deleting SAPoffice Objects







RSSO_DELETELOG 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 RSSO_DELETELOG 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 RSSO_DELETELOG. "Basic submit
SUBMIT RSSO_DELETELOG AND RETURN. "Return to original report after report execution complete
SUBMIT RSSO_DELETELOG 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: NDAY_DEL = Delete log after days
Title: SAPoffice: Log when Deleting SAPoffice Objects
Text Symbol: 001 = New log file generated with handle
Text Symbol: 002 = Log file already exists.
Text Symbol: 003 = No new file generated.


INCLUDES used within this REPORT RSSO_DELETELOG

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_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = l_s_log_filter * IMPORTING * E_T_LOG_HEADER = exceptions log_not_found = 1 no_filter_criteria = 2 others = 3 .

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_s_log importing e_log_handle = l_log_handle exceptions others = 1.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = l_t_log_handle exceptions others = 1.

BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = l_s_log_filter importing e_t_log_header = l_t_log_header exceptions others = 0.

BAL_DB_DELETE call function 'BAL_DB_DELETE' exporting i_t_logs_to_delete = l_t_log_header * I_IN_UPDATE_TASK = ' ' * I_WITH_COMMIT_WORK = ' ' exceptions no_logs_specified = 1 others = 2 .

SO_CALLBACK_RFC call function 'SO_CALLBACK_RFC' destination 'NONE' exporting program = program form = form params = params exceptions system_failure = 1 message mess communication_failure = 2 message mess callback_failed = 3 others = 4.

RSLG_WRITE_SYSLOG_ENTRY call function 'RSLG_WRITE_SYSLOG_ENTRY' exporting data_word1 = 'SO23' data_word3 = 'SO_CALLBACK_RFC' sl_message_area = 'AU' sl_message_subid = 'L' exceptions data_missing = 1 data_words_problem = 2 other_problem = 3 pre_params_problem = 4 others = 5.

BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = l_s_log_filter importing e_t_log_header = l_t_log_header exceptions log_not_found = 1 no_filter_criteria = 2 others = 3.

BAL_DB_ENQUEUE call function 'BAL_DB_ENQUEUE' exporting i_log_handle = l_log_handle exceptions others = 1.

BAL_DB_RELOAD call function 'BAL_DB_RELOAD' exporting i_t_log_handle = l_t_log_handle exceptions others = 1.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_handle i_s_msg = l_s_msg exceptions others = 1.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_handle i_s_msg = l_s_msg exceptions others = 1.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = l_t_log_handle exceptions others = 1.

DB_COMMIT call function 'DB_COMMIT'.

BAL_DB_DEQUEUE call function 'BAL_DB_DEQUEUE' exporting i_log_handle = l_log_handle.



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