cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

URL Mashup ( Without PDI - SDK dev ) . pass the KUT fields values

dhruv_mehta
Active Contributor
0 Likes
1,620

Dear Experts ,

We are using URL mashup and are using Business & finance Mashup category and with port type : Opportunity Info.

now in this we want to add new parameters which i think we cant , i checked in PDI also it doesnt have a possibility of extension and adding new fields from SDK Extension fields nor does it have the option to add the KUT fields from UI.

So basically now to achieve do we need to create a whole URLMash up from PDI only or is there any other option?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Hello Dhruvin,

To your query :Where is the PDI fields missing in Mashup?

This generally happens when you delete & modify port binding in PTP after you have already created Mashup for it.So, the parameter binding value has been changed in PTP but not in case of mashup URL.You need to first remove in the request parameter mashup then delete/modify PTP binding in PDI.

As an alternative way, you can pass the parameter using the Action script(for custom URL ) in SDK, for example as in this.ParameterPassing="www.WebsiteName.com"+this.OpportunityID+"&"+this.OpportunityName+"-"+this.AnythingAdditional ;

In Embedded Component , bind it to BOaction of LaunchEC.

Hope this resolve your issue.

Best Regards

Gaurav Prasad

dhruv_mehta
Active Contributor
0 Likes

Hi,

I can add new parameter but I am not able to bind them with KUT or SDK fields.

I hope i am clear now 🙂 thanks!

sinaei
Contributor
0 Likes

Hi,

Actually I myself did not bind parameters to custom fields, but take a look at the response of Meghna in below link

https://archive.sap.com/discussions/thread/3893479

Did you also try this? let us know if it works or no

Thanks
Sepide

sinaei
Contributor
0 Likes

Hi Dhruvin,

I did not got your point. you want to add another parameters, but if you click on "Add Row" in request parameters, you can not add?

What do you mean you can not add new fields via PDI. in Opportunity BO you can not add your custom field?

Could you explain more please?

dhruv_mehta
Active Contributor
0 Likes

I can add new parameter but I am not able to bind them with KUT or SDK fields.