cancel
Showing results for 
Search instead for 
Did you mean: 

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

dhruv_mehta
Active Contributor
0 Kudos

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?

Suchita92
Participant
0 Kudos

Hi dhruv.mehta ,

Did you manage to get you customer/KUT field in std. Port ? Is it possible ?

I think you would need to create a custom port & binding via SDK and use the embedded component.

What did you do ? Can you confirm ?

Thanks,

Suchita

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

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 Kudos

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 Kudos

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 Kudos

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 Kudos

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