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

SM30 - position button

Former Member
0 Likes
1,203

Hello,

I have a custom table with 2 key fields and in SM30 when I go with the position button, I get a popup with these two key fields. Now I would like to make these two key fields in my table non-key fields and I think by doing this I would not get any popup when I go with the position button in SM30. Is it possible to still get a popup with desired fields when I go with position button even when my custom table has no key fields? Please let me know. Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
620

ABAP dictionary requires that there is a primary key on every transparent table. So, when you create a table using SE11, it should have a primary key.

As for changing the behavior of position button in SM30, it is not recommended. The problem is that when someone regenerates table maintenance screens, you will lose all the changes.

Read only

0 Likes
620

yes, as Sudhi said, its correct.

So, still, (knowing the danger of loosing ur custom code in the process of re-generation of TMG by some one else) if u want to hv ur functionalty, pls. check the TABLE EVENTS, like AE, it may b guide u some extnet......sorry, i dont know exact answer. Last week some one asked like the same(not exactly) question,so, pl search with key words of POSITION, SM30

thanq