We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
When the quantity of the parent item is changed, I would like to change the quantity of the component items accordingly. I have created a query to see if I can do it in FMS but it doesn't work. Please let me know if there is a good solution.SELECT $[...
Is there any way to open status of inventory transfer request after cancel inventory transfer?found the same question but no one answer there.https://answers.sap.com/questions/12948991/cancelling-inventory-transfer-should-open-base-doc.html
Thanks ...
Dear Experts,
Created UDF in BP master which linked employees but it only shows employee code. Is it possible to shows last name and first name here?
Reagrds,
Ryoji
Dear experts,
the field of auto refresh from FMS in my system display the discription but in the client system it shows table name.
example: table name is DocNum Description is Document number
Does anyone know how to change it?
Regards,
Ry...
Solved1. Create a UDF in document header. 2. Set FMS in quantity in detail tab 3. Enter parent item qty in the UDFQuery for FMSSELECTCASE WHEN T1.[Code] IS NULL THEN $[OPOR.U_ParentQty]ELSE T1.[Quantity]*$[OPOR.U_ParentQty] ENDFROM OITM T0LEFT JOIN I...