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

SECATT issue - cannot set parameters

Former Member
0 Likes
1,127

Hi all,

I am having a problem creating a complete test script with SECATT transaction. I can record the transaction, in this case IE01, but then when I transfer the data and try to set the parameters, I get the following message at the bottom of the screen:

Screen Simulator: Wrong screen ID for simulator data. (with no other detail...)

I am following the exact same procedure as I did before (which worked all the way through) but within anoter organization.

Any Idea if there is a way to fix this ?

Thanks for your help.

9 REPLIES 9
Read only

Former Member
0 Likes
1,087

What is the message number and ID of the error?

Rob

Read only

0 Likes
1,087

Hi Rob,

There is no error message and when double-clicking on the message, nothing else is displayed.

There is just a white check mark in a green circle to the left of the message. I know this usually refers to a warning message but I cannot get anyfurther from that point.

Read only

0 Likes
1,087

You could send it to OSS. The worst they will do is tell you that it's a consulting issue.

Rob

Read only

0 Likes
1,087

I have no access to OSS but I will find someone to do a search on it and see if there is any fix.

Thanks

Read only

0 Likes
1,087

I did and didn't find anything. I meant you should raise an OSS message.

Rob

Read only

0 Likes
1,087

The message appeares to be TT 028. Do a where used list on the message. You will find just a few places where it is used. Put a break-point at each and execute the script. If it returns the error, you can see where and why it did so.

Rob

Read only

0 Likes
1,087

Ok, thanks. But I'd sure like to know if anyone else has experienced this problem and if they were able to fix it somehow.

Read only

0 Likes
1,087

If you'll search the forums and try Google, you'll see that a few others have seen this problem, but no solutions.

Rob

Read only

0 Likes
1,087

I have tried to get the portion of the code associated with this message. Would we be able to have a clear desription (I am not that familiar with ABAP) as to what it refers to ?

DATA: BEGIN OF dname,

prog LIKE scrp_enq-prog,

dnum LIKE scrp_enq-dnum,

END OF dname.

data dref like line of locfields.

IF ( gen_list-gen_mpool <> gen_mpool

OR gen_list-gen_dynnr <> gen_dynnr )

AND

( gen_list-src_mpool <> gen_mpool

OR gen_list-src_dynnr <> gen_dynnr ).

MESSAGE e028 RAISING wrong_dynpro.

ENDIF.

Thanks