‎2008 Aug 14 9:34 PM
hi,
There is a BDC program for creating an outbound delivery.
it has to update the partner function field and few other fields. it works fine in sap and the shipment is complete.
But in the third party system the shipment is not complete.
the log shows an error message in partner function updation.
The partner fucntion used is 'SP' - Forwarding agent.
sy-subrc for the call transaction statement is coming as 1001.
Can anyone suggest me where the problem can be.
‎2008 Aug 15 3:13 PM
the screen where you enter partner involves Tablecontrol, so you need to take care of the tablecontrol. that is the reason it is giving the error.
Run it foreground mode, and see how it behaving at that particular partners screen.
I suspect it is not identifying the Tablecontrol fields where you insert the partner. it is because of your coding, you didn't handle the table control properly...