Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to delete & refresh the application log?

Former Member
0 Kudos
2,291

Hi

I am customizing the application log(SLG1) by creating a new profile with hierarchial tree view structure. I have also provided 'Delete' button in the custom App. log . Upon deletion (BAL_DB_DELETE) , log is getting deleted , but the issue is deleted log is not refreshed in the Tree view. (logs got refreshed, only upon re-opening the session/report once again). How can we refresh the log immediately upon deletion. FM : BAL_LOG_REFRESH is not serving the purpose, as none of the log has 'log handle' in it.

Appreciate your help on this.

Regards

Sri-

4 REPLIES 4

Former Member
0 Kudos
353

Are you sending I_WITH_COMMIT_WORK = 'X' in the function call for BAL_DB_DELETE?

0 Kudos
353

Yes

Former Member
0 Kudos
353

How are you showing the log (using a ALV function module)?

0 Kudos
353

No Srinivas.

I am just customizing the profile and passing it into FM : APPL_LOG_DISPLAY.

Based on my custome profile, output is displayed with tree view on left hand side of screen and message in ALV format.I am not externally using any ALV Function Module.

Regards

Sri-