2016 Apr 14 2:49 PM
Hi All,
I am trying to post multiple lines of supplier changes using FM - FKK_CREATE_DOC. Out of multiple entries for one or more entries there is Zero amount but still i have to post zero amount entry too as i have to capture the text of that particular entry.
But this FM - FKK_CREATE_DOC would not allow to post the Zero amount entries. Is there a way to handle it?
Thanks in advance
2016 Apr 14 3:58 PM
Srikanth:
1 - Generally speaking You should be using the BAPI, and not the unreleased function.
2 - You cannot post zero lines - try it in FPE1 and see the same restriction. You could try 2 offsetting lines, e.g. .01 debit and .01 credit.
regards,
bill.
2016 Apr 14 3:58 PM
Srikanth:
1 - Generally speaking You should be using the BAPI, and not the unreleased function.
2 - You cannot post zero lines - try it in FPE1 and see the same restriction. You could try 2 offsetting lines, e.g. .01 debit and .01 credit.
regards,
bill.
2016 Apr 15 7:11 AM
2016 Apr 21 2:44 PM
FKK_CREATE_DOC is being used in the BAPI to post the document, so we would be getting the same error message.
2016 Apr 21 2:50 PM
that doesn't change the underlying issue. You cannot post entries with no amount.
2016 Apr 21 6:28 PM