‎2007 Dec 18 7:39 PM
I am trying to test BAPI_SALESDOCUMENT_COPY so we can call it remotely. What I am trying to do is copy a quite to an order of type OR. What happens is the order is "created" but it isn't registered in the database.
Regards,
Davis
‎2007 Dec 18 8:11 PM
YOu have to run a test sequence of first BAPI_SALESDOCUMENT_COPY and then the commit FM
BAPI_TRANSACTION_COMMIT
Regards,
Ravi Kanth Talagana
‎2007 Dec 18 8:11 PM
YOu have to run a test sequence of first BAPI_SALESDOCUMENT_COPY and then the commit FM
BAPI_TRANSACTION_COMMIT
Regards,
Ravi Kanth Talagana
‎2007 Dec 18 8:38 PM
Ravi,
Thanks for the reply. I am doing the commit bapi but the problem seems to be that the number range for the orders are incorrect. I have no idea what range it is going into (meaning what that range is set aside for) but I am trying to figure that out. Everybody that would know this answer is traveling today.
Davis
‎2007 Dec 18 8:44 PM
HI davis,
You can find the number ranges by looking in the table: NRIV
Pass the Object name as RV_BELEG and see the number ranges that are available.
Regards,
Ravi Kanth Talagana