Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Partner function updation

Former Member
0 Likes
296

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.

1 REPLY 1
Read only

Former Member
0 Likes
273

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...