cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Can anyone tell me how to delete null rows or columns in sap sac by scripting on button.

0 Likes
View Entire Topic
Sricharan
Newcomer
0 Likes

Hi!

We implemented a solution in a recent similar use case where the client wanted switch between row-wise null suppression ON/OFF on a table in SAC story. We achieved this by creating 2 identical tables (one with null suppression ON and one with null suppression OFF), overlapped them, and used scripting to show the required table on switch (switch as an element added and script added to onChange of switch position) ON/OFF. 

This may not be the best solution overall but since Nullsuppression as a function is not yet available (unlike zerosuppression) from SAC, this method is an easy work around to achieve this.

Best regards,
S. Sricharan.