Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide data based on a condition in table maintenance generator?

former_member827491
Discoverer
0 Kudos
238

Hello i have scenario in table maintenance. i want hide data in table maintenance when field deleted eq 'X' on that data. how to do that?

3 REPLIES 3

xiswanto
Active Participant
0 Kudos
186

one way is by deleting the row in itab based on the condition in PBO on display mode

Sandra_Rossi
Active Contributor
0 Kudos
186

Could you post a modified screenshot of what you want to achieve please?

matt
Active Contributor
0 Kudos
186

Create a maintenance view with your db table as the base table, that excludes records with 'X' in the "delete" field. Then use TMG on that view.