Hi, i created an html mashup that calls an ERP transaction, It is requiered that fills automatically some fileds, like product id, sales org id, and the plant.
i already did it for the 2 first ones, like in the following html script:
var mat = "%20W_MATNR-LOW=20003"; // sap.byd.ui.mashup.context.inport.external_productID;
var SalesOrg_low = ";%20W_VKORG-LOW=6010"; // sap.byd.ui.mashup.context.inport.external_assignedOrgID;
But for plant, i am just able to find low or high field like "W_WERKS-LOW" and "W_WERKS-HIGH" , if I fill it, I will get an interval and this is not the requierement, It must selec multiple particulary items, I.E (100,200,500,800).
So the question is, How can I fill from the HTML MASHUP the requiere field with the multiple selection option?
Any Idea how can I do that possible?