Shipment Confirmation (N4200790/B4200810)
I wanted to run a ship confirmation process of an order through a XML request (jderequest).
Previously I had a similar requirement to create a sales order through XML request, so I used the following calls and completed it.
<jdeRequest type='callmethod'>
<callMethod name='F4211FSBeginDoc'>
</callMethod>
<callMethod name='F4211FSEditLine'>
</callMethod>
<callMethod name='F4211EndDoc'>
</callMethod>
<callMethod name='F4211ClearWorkFile'>
</callMethod>
</jdeRequest>
Can some one point me to the resource or share thoughts on how to do similar thing for ship confirmation.
Thanks,
Ratnavel.
0