2007 Jun 26 9:40 PM
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-
2007 Jun 26 10:16 PM
Are you sending I_WITH_COMMIT_WORK = 'X' in the function call for BAL_DB_DELETE?
2007 Jun 26 10:25 PM
2007 Jun 26 10:29 PM
2007 Jun 27 12:55 AM
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-