Hi SCN experts/developersThe NaviTab Macro is not working. It is supposed to show the child pages of a page in a tab-like display. Currently in the editor it can be added, however it doesn't work (preview works neither). It looks like as if it wouldn...
This discussion was opened to discuss possible problems and feedbacks about the program ZSAP_PSA_CLG_DEL_CHECK, which is attached to the KBA:1839146 - Change Log deletion with process chain does not workThe documentation from the program is available...
Hi ShyamalaThe manual manipulation of the data in BW Infoprovider tables is not supported. So having a program which practically does simply a DELETE FROM is problematic.The official way of removing data selectively based on a time parameter from ADS...
According the error message there looks to be some sort of SQL error. Check the joblog, syslog (sm21) and the corresponding work process trace file from SM50 to see if there are any errors.If you find nothing, then check in the debugger from where th...
Let's say I have an ADSO with 3 static partitions. 2 of them is in COLD:I mark partition 0001 to be deleted:but the data remains (see "Cold Rows").As stated in the document Deleting Data:"You can then delete this data physically in SAP BW∕4HANA in th...
If the ADSO has static partitions, then the partition itself is not deleted. It stays there, but will be empty. You are just removing the data, but not the partition itself.Why is it a problem, that an empty partition is visible anyways?
Not sure I understand what you mean. If you need to delete the whole content for multiple providers, then just use a process chain and add the providers to the "Delete content" variant. If you need to do selective deletion on multiple providers, then...