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 Problem

Former Member
0 Likes
780

Hi all !

I need to change the status gui of an SM30 transaction. I used the ST eventto chance the program that calls the status. Until there everything is ok. The problems is: I changed just 3 gui's but the transaction show an erros saying that some gui's still missing. In other words, i want to copy all gui's of a program do another but i dont want to do this one by one. My ideia is copy all just one time.

I appreciate all kind of help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

Hi,

You want to change the gui status for one table generator (SM30). If so go to se11 and click on Tbale Maintainence generator. Now you can change in source code..

Or please explain your query in detail ...

Prashant Gupta

3 REPLIES 3
Read only

Former Member
0 Likes
734

Hi,

You want to change the gui status for one table generator (SM30). If so go to se11 and click on Tbale Maintainence generator. Now you can change in source code..

Or please explain your query in detail ...

Prashant Gupta

Read only

Former Member
0 Likes
733

Hi,

You want to change the GUI STATUS of SM30? Maybe what you can do is copy the whole program of SM30 and do some changes there as chaging standard program is not a good practice. Also, create a new transaction code for your new program.

If you want to maintain tables, you can do it by generating table maintenance in SE11.

Hope this helps.

Benedict

Read only

Former Member
0 Likes
733

hi Natalie,

think it was authorization related, you would get a different message.

By any chance, does this table NOT have field MANDT in the beginning?

I have seen this happen when MANDT is left out. Without a client field, it is a cross-client table. BASIS configuration can be set to not allow cross-client changes in some cases.

If you have MANDT, and set the delivery class to A, and regenerated.... try checking SU53 to see if there are errors.

regards

Saurabh Goel