Application Development and Automation 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: 
Read only

Table Maintennace generator

Former Member
0 Likes
734

I have created Table Maintennace generator for a table.When the user enters the tcode of TMG,I want show only particular entries of the table.Can i achieve this if yes?Plz Explain.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
708

Hi,

Use TMG event 26 (Before creating a list).

Regards

Vinod

I have created Table Maintennace generator for a table.When the user enters the tcode of TMG,I want show only particular entries of the table.Can i achieve this if yes?Plz Explain.

4 REPLIES 4
Read only

Former Member
0 Likes
709

Hi,

Use TMG event 26 (Before creating a list).

Regards

Vinod

Read only

Former Member
0 Likes
708

Please check Modification Events in Table Maintenance.

Environment --> Modification - Events.

You need to select the event as per your requirement and add validation to remove entries which need not to display

Read only

Former Member
0 Likes
708

Hi,

Just use the Event 26 ( Before Creating a List).

Hope this will solve ur problem.

With Regards,

Sumodh.P

Read only

Former Member
0 Likes
708

Thanks