‎2007 Dec 20 1:29 PM
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.
‎2008 Mar 13 1:00 PM
I have the same problem.
Were you able to fix yours in the meanwhie?
Regards
Tobias
‎2008 Mar 13 8:59 PM
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
‎2009 Jan 05 10:07 AM
Hi Deepthi,
If you still remember this, could you tell me how you fixed this..
We got the same issue now.
Thank you,
Nobin
‎2009 Jan 05 10:19 AM
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