Author Topic: Can I pass values to WS (Liquid UI) Platform through Web UI?  (Read 5431 times)

Punil Shah

  • Administrator
  • Hero Member
  • *****
  • Posts: 620
    • View Profile
Web UI URL
Yes, you can specify the parameters in the Web UI URL to pass the values from the browser to Liquid UI (WS) Platform.
Code: [Select]
Example: http://localhost:85/guixt4web/logon.gsp?user=synactive&pass=liquid&tcode=va01&ordType=OR&soldto=1460
Liquid UI (WS) Platform
Use the elogon.sjs to access the connection object which contains the parameters passed from Web UI URL. elogon.sjs is executed on successful logon to SAP.
_connectiondata :  holds the parameters passed from the URL.

Example 1:
elogon.sjs

Example 2:
elogon.sjs