on 2023 Aug 25 6:05 PM
Can anyone tell me how to delete null rows or columns in sap sac by scripting on button.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
nikita08
nikita08I am not sure what you mean by deleting null rows or columns in SAC. If you meant to not show null values in SAC table widget then you can enable the null suppression for both rows and column in designer section of the widget

If you meant deleting it from model then, Null means that there is no value and it cannot be deleted from data base
Hope this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.