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

Maintenance view modification

Former Member
0 Likes
654

Hi All,

I have a requirement where I need to added new button which should be able to change the field and save it to database.

The field which needs to be changed is a primary key.

Itu2019s a z*table

Currently, we are copying the fields which needed to be changed and after changing deleting the original one.

The button should be able to perform the functionality of copy and delete.

Thanks,

Gaurav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
617

Hi,

Check in the table maintainance generator in SE11.

You are allowed to change the table maintainance generator screen from the Menu Options.

Check if you can add the button on the screen and write the code in PAI.

Regards,

Ankur Parab

5 REPLIES 5
Read only

Former Member
0 Likes
617

Hello,

Do you mean you want to change the standard program for TCODE: SM30 ??

You try the same by using custom report.

Regards,

Sachinkumar Mehta.

Read only

0 Likes
617

Yup, I want to change the standard program for TCODE: SM30.

Read only

Former Member
0 Likes
618

Hi,

Check in the table maintainance generator in SE11.

You are allowed to change the table maintainance generator screen from the Menu Options.

Check if you can add the button on the screen and write the code in PAI.

Regards,

Ankur Parab

Read only

0 Likes
617

Hi Ankur Parab,

could please give me the steps.

Read only

Former Member
0 Likes
617

Thanks all.