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

Adding additional buttons on the screen generated by table maintenance

Former Member
0 Likes
588

Hi

I have generated the table maitenance for a custom table.

It is generated fine and I can maintain the data thr; this.

Now I want add one additional button to screen if the application bar where I have button Change/Display,New Entry.

How I can add the new button on the screen and it should show the display in the same languge.

Please guide me on the same with the procedure.

Regards

Sujit Sawant

2 REPLIES 2
Read only

Dorian
Participant
0 Likes
473

Go to the function group that you specified as the group for the table maintenance and edit the screen number you specified for the table maintenance.

You can customize this screen like any other dynpro, compile it and then the table maintenance function will show your changes to the screen.

HOWEVER -


DO NOT REGENERATE the table maintenance screen in the table maintenance program, as you will lose all your customizations to the screen.

Regards,

D.

Read only

Former Member
0 Likes
473

Hi Sujit,

First of all You need to go to the Function Group. onwhich the Table Maintainance generated is created.

Then go to the Function Group and enter the FunctionGroup in SE80.

Now Click the Screen number which is used for the Table Maintanance Generator. and go to

Click on the Layout Button. and create a new button on the layout.

Now enter your logic in the Flow logic it will work.

Thanks,

Chidanand