Hi everyone?
I'm trying to implement the scenario which is creating Sale Order.
So, I made a date object (upload only) then create BAPI wrapper (Create).
One thing you should remind is... we didn't use standard (WD4J).
We have the custom client made by .NET so, we need to use the API which is called
'MMW_POST_MESSAGES' to send the data. It's contained the parameter data for creating
Sales Order...
Does anybody know how to send the data follwing XML format ?
This one is one example for updating the instance in CDS table.
'<?xml version="1.0" encoding="utf-8"?>'
'<Msg type="T" id="246" mod_usr="DVTEST03">'
'<TEST_ORD_DO ty="U" tv="0123456789012345678901234567890ML" C0="123456789012345678901234567890AB" C1="00000000000000002" C2="test" />'
'</Msg>'
Thank you