cancel
Showing results for 
Search instead for 
Did you mean: 

sales order number to webdypro application

Former Member
0 Kudos

Hi gurus,

Iam having my sales order number in my outlook and webdypro application url in it. when i click that link , the spcific sales order shoud open . how to pass the sales order number to webdypro application?

Regards

sam

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Probably the easiest way is just passing the order number as a URL parameter and interpreting it within the start plug. Here is a help link on that topic:

http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm

Former Member
0 Kudos

Hi,

Can u please explain how to pass the sales order number as URL parameter to start plug.

Regards

sam

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What part is unclear after reading the online help: the way you construct the URL or the way you pickup the parameter on the WDA side? Also I be sure to following the link on the page I sent to the second page that talks about parameters:

http://help.sap.com/saphelp_nw70/helpdata/EN/45/2233b60c21072ce10000000a155369/frameset.htm

If it is the URL side, then I ask if you are familiar with the concept of URL Parameters in general? If not, then a quick Google Search is probably in order as it is a common concept to web development in general and not SAP Specific. Basically it allows you to pass key information as part of the URL. Look up at the URL of this formum page. You will see everything after the question mark is a URL parameters. It is a basic name/value pair combination with the & character as a separator between parameters.

Now the WDA side is spelled out pretty clear in the online help. There is a code sample there that pretty much says it all. In fact there is a nice sample of what URL parameters are as well.

Answers (0)