I need to bring up the 'confirmed_qty' data from et_schedlin_i using FM CRM_ORDER_READ. But I have only the Product ID with me for exporting into the said FM. Can anyone suggest how I can get the Item_Guid for a product from its Product ID?
I am scripting an RFC that would import an internal table of Product IDs and the required Qtys of each. I must calculate and return the stock details for this product list. For this I need to draw up data for each product in the ET_SCHEDLIN_I which is exported by CRM_ORDER_READ. To achieve this I need Item GUIDs of these product IDs.
Can anyone suggest a solution for this? Do we have FMs that can obtain the Product Item GUID from the Product ID?