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

Error while execute through SE30

Former Member
0 Likes
478

Hi ,

An error "Runtime error GETWA_NOT_ASSIGNED"

has occured while executing the report program with transaction SE30, for performance analysis.

However, when I executed the same with SE38.

Please help me regarding this.

Thanks,

Srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

Hi Srinu,

The runtime error you have mentioned occurs when a field-symbol has been used before it has been <i>assigned</i>.

Are you very sure that there's no such problem in your code ?

You have said that you don't get this error when you run the program through SE38. Dis you use the same values for the selection-screen (if there's one) in both SE38 and SE30 ? Because, it may very well happen that the program fails for some particular values.

And finally, if everything is okay, then please chekc if you have activated the program and all it's objects (screens., GUI Statuses, Includes, etc.,)

Let me know how it goes...

Regards,

Anand Mandalika.

2 REPLIES 2
Read only

Former Member
0 Likes
364

Hi Srinu,

The runtime error you have mentioned occurs when a field-symbol has been used before it has been <i>assigned</i>.

Are you very sure that there's no such problem in your code ?

You have said that you don't get this error when you run the program through SE38. Dis you use the same values for the selection-screen (if there's one) in both SE38 and SE30 ? Because, it may very well happen that the program fails for some particular values.

And finally, if everything is okay, then please chekc if you have activated the program and all it's objects (screens., GUI Statuses, Includes, etc.,)

Let me know how it goes...

Regards,

Anand Mandalika.

Read only

0 Likes
363

Hi Anand Mandalika.

Thanks for your response.

The program is activated properly and passing same data in both cases even I am not using filed-symbols.

This is crezy ..where I executing properly in SE38 and i am getting problem when i execute in SE30,

Even I checked OSS but i didn't find any note related this.

plz. give your advise if any ..