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

Two extra fields in table view

Former Member
0 Likes
351

Hi,

My requirement is to create a table maintenance view with 7 fields, which the corresponding table has only 5 fields.

If i generate maintanene for the table with 5 fields,im getting only 5 fields in the maintanenece view.But i want 2 more fiels for that table.

The added two fields is only for display purpose.Added field 1 is dependant on table field 4 .. for example if i input key name in field 4, the corsspoding descrption for the field 4 should be fetched from db table and its descprtion will be shown in Added field 5.

Is this scenario possible ? If possible ,where to add what code?

Regards,

Kannal.

2 REPLIES 2
Read only

Former Member
0 Likes
327

In the table maintenance generator screen for the table goto the menu modifications and click on the screen...

it will open up the table maintenance screen in Screen painter...here u can do whatever u like with the screen...

Read only

vinod_vemuru2
Active Contributor
0 Likes
327

Hi,

Take the function group of table maintenance generator and open it in SE80. Now add those 2 fields to the screen(Same as like we did in dialog programming).

Now for populating the values to these fields u have to put the logic in Maintenance events.

SE11=>table name=>Change=>Utilities=>Table maintenance generator=>Modifications=>Events.

Here use appropriate event and put the code over there.

Your problem will be solved.

Thanks,

Vinod.