cancel
Showing results for 
Search instead for 
Did you mean: 

Issue about Select-options in NWG

former_member192050
Participant
0 Kudos

Hi Techies,

Greetings of the day.

I can able to get the data using Filter in the URI but when i want to use select-options as parameters in the URI it is giving me error.

kindly help me on this issue how to write select-options to get the data

Thanks In Advance.

Thanks & regards

Sathish

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184247
Participant
0 Kudos

Hi Satish,

I agree with Ron.

Can you please briefly explain your requirement so that I can help you on the same.

If possible provide the entity details and select-option parameter you need in back-end (dpc_ext).

Regards,

Sumeet Shahapeti

Former Member
0 Kudos

Hello Satish,

What is the error you are getting. When using the filter option, generally we will go with Query method first and then the Read operation. In your case you have to go with READ operation directly.

In segw, specify the import parameters explicitly.

Thanks,

SK

Former Member
0 Kudos

Hi Sathish,

Your question doesn't make a lot of sense. Filters are converted into select option format in the DPC, you can't "use select-options as parameters in the URI". The URI has to be OData-compliant and select-options are nothing to do with OData.

You should be using a filter and interpreting the select options in the DPC. Be aware that not all select-options patterns are converted from filters.

Regards

Ron.