cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Personas Flavor: VL01N selection date not populating when passing through script variable

srini_brahmasani
Explorer
0 Kudos

peter.spielvogel tamas.hoznek cristiano.hansen

Hello Personas Guru's,

I have written a script to call transaction "VL01N" and populate VL01N screen fields( Shipping point, Selection date and sales order) from a Dashboard.

When I hardcoded(15.11.2023) the Selection date in Script, It is populating as expected. But when i populate through a variable(dlvDate) it is passing blank value to the Selection date in VL01N. This issue is happening only when we run personas flavor through GUI for Windows.


When DATBI value Hardcoded:

When DATBI value passed through variable: dlvDate

Note: There is no issue while running flavor on GUI for HTML(Browser). As the business not using GUI for HTML to run personas flavors, I'm seeking for help on this issue.

Thank you in advance for your help!

Srini

bwills
Contributor

We used to run into these types of problems all the time with SAPGui for Windows. I finally convinced many of the business users, their boss, my boss, and the BA's to switch to SAPGui for HTML. They eventually did and these types of problems went away. Too many issued in SAPGui for Windows. As we only use Personas for our EAM Plant Maintenance, it was easy to segregate the transactions.

Not the answer you are looking for, but related to Personas, it is one of the better solutions.

Cheers,

Brian

View Entire Topic
Ritz
Active Contributor
0 Kudos

srini.brahmasani,

Check in debug what value your date variable capturing, there could be formatting difference or error.

Thanks

RD

srini_brahmasani
Explorer

Hi Ritesh,

Thank you for your quick response! I already debugged my java script, in debugging it is populating value similar to hardcoded value(15.11.2023).

Note: It is working perfectly in GUI for HTML.

Thank you
Srini