‎2011 Mar 29 10:22 AM
Hi experts,
Does the std pgm SBAL_DELETE delete logs from both BALHDR & BALDAT? Anyhow in the code i find only BALHDR.
Can someone give me some more idea on this pls?
I need to purge data from BALDAT too. In case SBAL_DELETE does not do this, then how can we go about this?
Thanks in advance.
Diana
‎2011 Mar 29 11:51 AM
Anyhow in the code i find only BALHDR.
You can run this report in debug mode. There is form "delete_logs" which calls function "BAL_DB_DELETE". This function then calls "BAL_DB_INTERNAL_NO_UPDATE_TASK" where deleting is performed.
DELETE baldat CLIENT SPECIFIED FROM TABLE c_s_db_tables-baldat_d.
‎2011 Mar 29 10:40 AM
‎2011 Mar 29 10:47 AM
Hi Alexander,
I went through this already. But it didnt help.
Rgds,
Diana
‎2011 Mar 29 11:43 AM
‎2011 Mar 29 11:48 AM
Hi Alexander,
I dont think so. This is currently running in Production. And only Production logs should have been deleted.
Rgds,
Diana
‎2011 Mar 29 11:51 AM
Anyhow in the code i find only BALHDR.
You can run this report in debug mode. There is form "delete_logs" which calls function "BAL_DB_DELETE". This function then calls "BAL_DB_INTERNAL_NO_UPDATE_TASK" where deleting is performed.
DELETE baldat CLIENT SPECIFIED FROM TABLE c_s_db_tables-baldat_d.
‎2011 Mar 29 12:03 PM
Hi Alexander,
I will check this in debug. Thank you for your help.
Rgds,
Diana
‎2014 Sep 12 7:49 PM
Hi Diana
Did you get the solution on deleting the entries from BALDAT?
Thanks