2014 Apr 11 12:03 PM
Hi Gurus,
i need to find a FM, a sequence of FM or anything else that return the same list (in internal tables whould be great!) like when i try to change the UM on a material but there are some open items and i got "DISPLAY ERRORS".
i need this because using BAPI_MATERIAL_SAVEREPLICA i got only the message "The base unit of measure cannot be changed; choose "Display errors".
BT
2014 Apr 11 12:06 PM
Hi,
Try this FM..'MD_CONVERT_MATERIAL_UNIT'
Thanks and Regards
Srimanta
2014 Apr 11 12:46 PM
No, that function convert a material's quantity regarding the unit of measure. It does nothing like the report i need.
2014 Apr 11 1:35 PM
Use /h and then click DisplayErrors and use debugging to find out how SAP is doing it.
2014 May 14 2:59 PM
This was my 1st try before coming here and found the function, but it retrieves informations from memory and the memory area is not filled when i use the BAPI.
Anyway i solved otherwise.