2012 Feb 03 7:14 PM
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.
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.
2012 Feb 03 7:17 PM
2012 Feb 03 7:33 PM
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.
2012 Feb 03 7:45 PM
You could send it to OSS. The worst they will do is tell you that it's a consulting issue.
Rob
2012 Feb 03 7:47 PM
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
2012 Feb 03 7:51 PM
I did and didn't find anything. I meant you should raise an OSS message.
Rob
2012 Feb 03 7:54 PM
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
2012 Feb 03 7:55 PM
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.
2012 Feb 03 8:05 PM
If you'll search the forums and try Google, you'll see that a few others have seen this problem, but no solutions.
Rob
2012 Feb 04 3:34 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |