Skip to content

Commit 662f351

Browse files
clear table added in bal reader (#76)
Co-authored-by: Max Stenke <[email protected]>
1 parent e295969 commit 662f351

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/zcl_ale_log_reader_bal.clas.abap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ CLASS zcl_ale_log_reader_bal IMPLEMENTATION.
5555

5656
LOOP AT objects ASSIGNING FIELD-SYMBOL(<object>).
5757

58+
CLEAR header_data.
59+
CLEAR header_parameters.
60+
CLEAR messages.
61+
CLEAR message_parameters.
62+
CLEAR contexts.
63+
CLEAR exceptions.
64+
5865
CALL FUNCTION 'APPL_LOG_READ_DB'
5966
EXPORTING
6067
object = <object>-object

0 commit comments

Comments
 (0)