cancel
Showing results for 
Search instead for 
Did you mean: 

How can i concatenate, should i use "&&" or "??" symbols? not sure?

former_member194142
Participant
0 Kudos

Hello

My WDA is launching on iView Portal, fine. I need to read the Portal parameters (like sales order number, process mode (create/change)), so, i am going thru the very helpful link,

http://scn.sap.com/thread/1607816

but, my questins are (if you see my original post, its easy to understand http://scn.sap.com/thread/3213740),

Currently the links looks like below,

My WDA link:

http://abcdevw1.xx.yyy.com//sap/bc/webdynpro/sap/z_Sales_Order?iv_order_id=US-000152&iv_process=1&sap-language=EN

( Same link of above  - http://abcdevw1.xx.yyy.com//sap/bc/webdynpro/sap/z_Sales_Order??iv_order_id=US-000152&iv_process=1&s... )

We are developed a iView for this application and the SAP Portal link looks like bleow

Portal link:

https://sapportal9-dev.xx.yyy.com/abc

1) How can i CONCATENATE the iv_sales_order number to the Portal URL, i mean, should i use ampersend && or "IV" or question marks ??

Pls. let me know

Pls. by taking the above mentioned WDA link's params (sales order as 000152, Process code as 1)......pls. help me by building the Portal link, how can concatenate these params to the above mentioned portal link

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

dhineshkumar_j
Explorer
0 Kudos

Hi Raju,

    Use &.

Thanks and Regards,

Dhinesh Kumar.J

dhineshkumar_j
Explorer
0 Kudos

If you want to add parameter after application name then try this.

https://sapportal9-dev.xx.yyy.com/abc?iv_order_id=US-000152

if you want to add parameter after some other paramter try this.

https://sapportal9-dev.xx.yyy.com/abc?iv_order_id=US-000152&iv_process=1

former_member194142
Participant
0 Kudos

Thank you.

I am following your suggestion and manually created the link (portal) as below, and COPYies & Pasted on a new browser (my ID is assigned for the role,portal group, so that part is fine, its in place.)..........but, this link is taking me to the Home / Initial / MAIN screen/view of my WDA!! But, am expecting this link suppose to take me to the Sales Order 152 in a Change mode (pls. see the process code i mentioned as '2' at the end of link).....and i put the break-points, in DEFAULTS method of window, WDDOINIT of MAIN, no brreak-point is triggerign at all!!

https://sapportal9-dev.xx.yyy.com/abc?iv_order_id=US-000152&iv_process=2

My Portal developer set the CLIENT and LANGUAGE parameters while he is developing iView and he put the URL as below (i mean, the portal developer didn't put any DYNAMIC parameters either sales order # or process code in the URL by using either && or ?? symbols, just portal guy put the GENERIC url, as below, pls. let me know the portal gut has include/concatenate these 2 params (sales order and process code in the below URL?))

http://abcdevw1.xx.yyy.com//sap/bc/webdynpro/sap/z_Sales_Order_WDA

Pls. let me know

1) Why its taking me to MAIN view eventhough am passing sales order # as 152? and Change mode as well?

2) Do Portal developer need to set some thing?

THank you

former_member194142
Participant
0 Kudos

Any help pls?

Thank you

former_member194142
Participant
0 Kudos

I have gone thruthe below wiki,

http://scn.sap.com/docs/DOC-2377

in the he shown to enter PARAMS in Portal space, as below, but i guess, my Portal developer did not included this kind of Params for my requirement (Sales order # and Process code)....pls. let me know then I should ask my Portal developer to do so as shown below in red box in the atatchemnt?

But, once i asked him, then he said that he is not seeing this red box item in portal wizard, not sure...the above shown is old/advance version ?

Pls. help me

Thank tou

Former Member
0 Kudos

Hi,

What version of Portal are you using? 7.0x? 7.3? That screenshot looks very old. In any case if you want to be able to pass a parameter through to the WDA application then you need to set that in the iView properties. Have a look at this:

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/47/88235867731e1ee10000000a42189d/frameset.htm

The iView property "Parameters to Pass from Page Request" might help you do what you want to do.

Hope this helps,
Simon

Answers (0)