Hello friends, I am new to the world of SAP MII, the problem I can not solve is the following :
I need to get the list of materials in SAP ERP and SAP MII show (in the form of pop up) , the data must show are:
-Data Material
-Warehouse
-Lot
-Quantity
I followed the exercise 22 in SMC3800 manual:
BAPI_MATERIAL_GETLIST a BAPI call through a transaction in SAP MII
So far I did everything right, and from my point of view I built good transaction but when try and run it the following error:
"Error executing transaction : XSD should be in the same route the transaction or in the same web folder"
In my output parameter transaction ( xml) i'm assigning the same route as that of the transaction i'm running, apparently in no time the transaction is executed, because the debug transaction goes blank.
I hope you can help me correct my mistake or if you know any other method to be employed will thank you.