cancel
Showing results for 
Search instead for 
Did you mean: 

Screen Personas Issue in VA03 Script

Former Member
0 Kudos

Hi All,

    I have developed Sales order display(VA03) using Screen Personas 3.0 .After scripting I run my application and it is showing one sales order record only as per script recording. I validated my script, it is showing some errors like "Session is not defined" and "Error during script execution: No Control with SID "wnd[0]/usr/ctxtVBAK-VBELN' could be found". Kindly help on this. Thanks in advance.


Please find below document as reference


Displaying SPSO1.PNG Displaying SPSO1.PNG

Message was edited by: Peter Spielvogel

Accepted Solutions (0)

Answers (1)

Answers (1)

clemens_gantert
Active Participant
0 Kudos

Hi,

this is very odd. Please report an CSS incident in component BC-PER for this.

Thanks,

Clemens

Former Member
0 Kudos

Hi Clemens,

     Thank you for your response. If you don't mind please give the instructions how to report an CSS incident in component BC-PER?

Thanks,

Sai.

0 Kudos

hi Sai,

remove 1st 2 line from your snapshot and use this:

session.findById("wnd[0]/tbar[0]/okcd").text = "/nva03";

session.findById("wnd[0]").sendVKey(0);

Anyways, based on your snapshot, i see there are generated comments while you had recorded. Most likely you are on old client version. Based on your SP, check main note and make sure you have the latest client note implemented in your system.

And how to report incident - REDIRECTED - Report an Incident | SAP Support Portal

Regards,

Sushant

Former Member
0 Kudos

Hi Sushant,

    I am also trying same way but still facing same issue. if you don't mind please help me on different way. Thanks in advance.