cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro - Read URL Parameter

Former Member
0 Kudos

Hi,

We have a Custom 'Catalog' that needs to be called from SRM using OCI (Open Catalog Interface). We are developing this custom catalog using ABAP Web Dynpro. We have following issues because of which we are unable to communicate back to Shopping cart from the Custom Catalog:

1. Unable to read the value of 'HOOK_URL' in WebDynpro application. We need this value so that it can be used as Exit URL. How and where do we read this URL parameter in ABAP WebDynpro ?

2. How can we return the 'HTML Form' to SRM with the values from Custom Catalog to fill the shopping cart ?

I would appreciate your help...

Thanks

Meenal

Accepted Solutions (0)

Answers (5)

Answers (5)

Murali_Shanmu
Active Contributor
0 Kudos

Hi,

Have the parameter Name exactly the same in the default Inbound plug parameters. Once this is done, you will be able to see the same parameter at Application parameter Tab. THis will automatically flush the value for the parameter from the URL to the inBound plug parameter.

Hope this Helps.

Regards,

Murali.

Sharadha1
Active Contributor
0 Kudos

Hi,

Refer this thread

Regards,

Sharadha

Former Member
0 Kudos

To access the value of a URL parameter use the following:

add a parameter to the WINDOW inbound plug used to call your application.

This parameter should be exactly the name of the PARAMETER.

In the method that is the INBOUND plug handler in the window controller,

this variable by way of parameter will be set and available.

regards

Phil.

0 Kudos

Hi Meenal,

Were you able to find a solution to read parameters from a URL in ABAP Web Dynpro?

Thanks,

Nancy

Former Member
0 Kudos

Did you ever receive an answer to this question? We are trying to call a web dynpro custom catalog form from SRM using OCI and I would like to know if that option worked for you.

Thanks

Kenny