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

BDC

Former Member
0 Likes
556

Hi All,

When we try to post a document using the Function Module :

'POSTING_INTERFACE_DOCUMENT', We are passing the account details through the screen element:RF05A-NEWKO. If there are 2 line items, the document is getting posted sucessfully using this FM.

If there are more than 2 line items, then we are getting the error message:

'Two accounts were transferred but not BSEG-HKONT'

Do we need to make any changes to the BDC table in the second case?

Thanks in advance.

Regards

Deepthi.

4 REPLIES 4
Read only

0 Likes
505

I have the same problem.

Were you able to fix yours in the meanwhie?

Regards

Tobias

Read only

0 Likes
505

Hi Tobias,

We incremented the COUNT field for the credit line items being sent in internal table for TABLE t_ftpost to be passed to FM

POSTING_INTERFACE_DOCUMENT.

It was a coding error in the Z program which was calling this FM.

Let me know if you need any more details.

Regards

Deepthi

Read only

0 Likes
505

Hi Deepthi,

If you still remember this, could you tell me how you fixed this..

We got the same issue now.

Thank you,

Nobin

Read only

0 Likes
505

Hi,

As already mentioned in the previous reply in the trail,

We incremented the COUNT field for the credit line items being sent in internal table for TABLE t_ftpost to be passed to FM

POSTING_INTERFACE_DOCUMENT.

It was a coding error in the Z program which was calling this FM.

Let me know if you need any more details.

Regards

Deepthi