Hi,
i'm using the bapi "bapi_acc_document_post" with the .Net Connector and it works really great except for one point: The bapi always skips one documentnumber and returns a wrong number.
For example:
Last Documentnumber: 10005
Bapi returns: 10006
Inserted: 10007
I'm using RfcTransaction.commit()
How is that possible?