cancel
Showing results for 
Search instead for 
Did you mean: 

Want to read URL ...

Former Member
0 Kudos

Dear experts ,

I want call web Dynpro URL with which some parameters will be appended and loading application I will read parameter values and I wll process and willl show some output in web Dynpro on tht basis .

http://isaeedbz.parry:8438/sap/bc/webdynpro/vwk/aeps_status?sap-language=EN&sap-user=parry1&sap-pass...

Now out of that URL I want read last SC_GUID and want to process something .

Here I know that I have to add it in my application paramter . when I try to do so it is showing error that parameter not in Starter plug .

I have also gone to Window and added Defalut plug with Interface ticked and of startup type .when I go to interface view and I can see that DEFALUT inbound plug but I Interface view is not becoming editable so that I can add my parameter SC_GUID in table below of Importing parameter from DEFALULT .

<i> How to make interface view Editable ?</i>.

I know what code I want write but not able edit interface view ?

Cheers,

Parry .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Parry,

that was very close to solution.

Go to the WINDOW default plug.

Add the parameter.

All will be OK.

The interface view generated. It is generated on the basis of what is externally viewable.

Windows are externally viewable as are START plugs.

So by just adding the parameter on the window plug, you have you solution.

Cheers

phil.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Parry.

For reading URL Parameters go to the event handler method of the desired inboundplug of the window and add these parameter as importing parameter.

Cheers,

Sascha

Sorry double posting ...

Message was edited by:

Sascha Dingeldey