cancel
Showing results for 
Search instead for 
Did you mean: 

URLGenerator....

david_fryda2
Participant
0 Kudos

Hi,

Is it possible to make an URLGenerator in WebDynPro ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check for WDURLGenerator. Hope that is what you meant.

david_fryda2
Participant
0 Kudos

Does it do the same thing that in DynPage -> generating a URL that can open you a SAP transaction a pass parameters ?

Former Member
0 Kudos

WDURLGenerator.getApplicationURL();

returns you the url for the application.

david_fryda2
Participant
0 Kudos

Thanks Noufal.

I understand that you get the URL from an application existing in the portal.

But what if I want to call se38 SAP transaction and pass "zprogram1" as parameter ?

How do you do that ?

Thanks again.

Former Member
0 Kudos

If you want to pass it as a parameter you can provide the parameters to be appended in a map along with the earlier said method or you can get the url from the above method as a String and append the parameters to it.

for eg.

url=url"?parameter1="value;

david_fryda2
Participant
0 Kudos

But where must I write "se38" ? Do u have a sample code.

Thank you in advance.

Former Member
0 Kudos

Sorry I could not get as to how you are trying to call the transaction. Is it through some iview in portal?

david_fryda2
Participant
0 Kudos

Thanks a lot for your answers.

Nice day.

Answers (0)