cancel
Showing results for 
Search instead for 
Did you mean: 

Copy filed value on screen1 to a field on screen 2 in sap persona 3.0

Former Member
0 Kudos

Hi,

I am calling my persona flavour of va01 screen using a direct url

http://server:port/sap/bc/personas?sap-ie=edge&sap-client=001&sap-personas-flavor=00237D9C69F11ED6A4...

It is calling my desired second screen. My requirement and the work arounds I tried

1. I wanted to pass the value of sold to party and ship to party value in the url, which is not happening

Work around

1. I created a custom filed on screen 1 and passing its value in the url, which happened successfully, but when i try to read the custom fields value on screen1 onto screen 2 script fails.

var ord = session.findById("wnd[0]/usr/ctxtVBAK-AUART").text; session.findById("wnd[0]/usr/subSUBSCREEN_HEADER:SAPMV45A:4021/subPART-SUB:SAPMV45A:4701/ctxtKUAGV-KUNNR").text = ord;

Please sugest if this is possible,and how.

Thanks

Pooja

Accepted Solutions (0)

Answers (0)