RL_DELETE_LAST_ACST 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 RL_DELETE_LAST_ACST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RL72D - Delete Last Statement per Account
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: ACCTNO = D RP account number
Selection Text: CHNGTYPE = D Processing status
Selection Text: TEST = D Test run
Title: Deletion of last account statements created per account
Text Symbol: 008 = Do you want to delete the statement anyway?
Text Symbol: 007 = Output has already been created for this statement.
Text Symbol: 001 = No accounts found for selection
Text Symbol: 002 = Deletion of returnable packaging statements
Text Symbol: 003 = Output has already been created for the statement to be deleted
Text Symbol: 004 = Delete statement even though it may already have been sent
Text Symbol: 006 = Warning
INCLUDE RL_DELETE_LAST_ACST_TOP . "
INCLUDE RL_DELETE_LAST_ACST_SEL.
INCLUDE RL_DELETE_LAST_ACST_F01.
INCLUDE RL_DELETE_LAST_ACST_F02.
INCLUDE RL_DELETE_LAST_ACST_F03.
INCLUDE RL_DELETE_LAST_ACST_F04.
INCLUDE RL_DELETE_LAST_ACST_F05.
INCLUDE RL_DELETE_LAST_ACST_F06.
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_in_update_task = rm_xflag i_save_all = rm_xflag i_t_log_handle = lt_handle * IMPORTING * e_new_lognumbers = lt_lognumber.
VHURLAD_POST CALL FUNCTION 'VHURLAD_POST'.
VHURLAD_RESET CALL FUNCTION 'VHURLAD_RESET'.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * i_s_log_filter = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = i_t_log_handle = lt_handle * I_T_MSG_HANDLE = * I_S_DISPLAY_PROFILE = * I_AMODAL = ' ' * EXCEPTIONS * profile_inconsistent = 1 * internal_error = 2 * no_data_available = 3 * no_authority = 4 * OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RL_DELETE_LAST_ACST - Deletion of last account statements created per account RL_DELETE_LAST_ACST - Deletion of last account statements created per account RL_CREATE_PURCH_ORDERS_TOP - RLCREATEPURCHORDERSTOP RL_CREATE_PURCH_ORDERS_SEL - RLCREATEPURCHORDERSSEL RL_CREATE_PURCH_ORDERS_FS1 - RLCREATEPURCHORDERSFS1 RL_CREATE_PURCH_ORDERS - Creation of Purchase Orders for Returnable Packaging