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

Custom PF-Status for Table Maintenance for additional button

Former Member
0 Likes
3,422

Hi Experts,

I have a table whose TMG has been generated. Now when I change the table in SM30, I get the standard buttons such as Change<>Display, New Entries, Copy As..

Now I want to add an additional button to perform a Paste from clipboard function.

In the table maintenance I can see there is an option available in Environment -> Modification -> User Interface.

The standard PF status is from SAPLSVIM status EULG.

But I want to copy this and add a paste button. I tried to Copy the status EULG to a custom one called TEST, and added the button. But I cant see it on the SM30 screen. Is it because I have selected the radio button Standard Interface instead of Individual Interface. If I choose Individual Interface and save, I get none of the buttons in SM30. (Just a Find Maintenance Dialog button).

I could not find any step by step procedure in SDN, hence I am posting this question. Thanks.

Hi Experts,

I have a table whose TMG has been generated. Now when I change the table in SM30, I get the standard buttons such as Change<>Display, New Entries, Copy As..

Now I want to add an additional button to perform a Paste from clipboard function.

In the table maintenance I can see there is an option available in Environment -> Modification -> User Interface.

The standard PF status is from SAPLSVIM status EULG.

But I want to copy this and add a paste button. I tried to Copy the status EULG to a custom one called TEST, and added the button. But I cant see it on the SM30 screen. Is it because I have selected the radio button Standard Interface instead of Individual Interface. If I choose Individual Interface and save, I get none of the buttons in SM30. (Just a Find Maintenance Dialog button).

I could not find any step by step procedure in SDN, hence I am posting this question. Thanks.

4 REPLIES 4
Read only

Former Member
1,609

Hi Again,

I have solved this myself. Solution for others' sake:

I have copied User Interface SAPLSVIM to my own User Interface.

After that I added the button into the new entries status EALX.

Also in the table maintenance events, I had to add an event ST and give the routine name as my user interface program.

Read only

0 Likes
1,609

Good update - thanks.

Rob

Read only

0 Likes
1,609

Hi Rob,

Did you succeed in adding a "Paste from clipboard" function?

Thanks,

Shai

Read only

Former Member
0 Likes
1,609

Hi ABAPFREAK,

Can you supply details of how you added the button and how you added the event in table maintenance. In particular, the transaction and paths you used and any code you wrote for the routine.

Edited by: ABAP4EVER2 on Sep 23, 2011 9:15 PM