SAP Reports / Programs | Returnable Packaging Logistics | Industry Solution Automotive | Returnable Packaging Logistics(IS-A-RL) SAP IS

RL_DELETE_LAST_ACST SAP ABAP Report - Deletion of last account statements created per account







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RL72D - Delete Last Statement per Account


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 RL_DELETE_LAST_ACST. "Basic submit
SUBMIT RL_DELETE_LAST_ACST AND RETURN. "Return to original report after report execution complete
SUBMIT RL_DELETE_LAST_ACST 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: 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


INCLUDES used within this REPORT RL_DELETE_LAST_ACST

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.


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_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 .



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