2006 Jul 03 4:56 AM
Hi All,
I need to create invoice using BAPI BAPI_INCOMINGINVOICE_CREATE. My question is can I create batch session using above BAPI, so that users can process batch session manually and fix if any error (create invoice in process). As far as I understand I can use this BAPI to create invoice straight, any directions or thread much appreciated. Many thanks.
Regards,
Tim
2006 Jul 03 5:03 AM
You cannot create a BATCH Session with a BAPI. A Session is usually created using the recorded BDC screens.
With BAPI the advantage that its faster and easy to handle. the user will not be able to see the errors and fix the same using the BAPI. Max, you can do is to schedule the program in the background.
Regards,
Ravi
2006 Jul 03 5:55 AM
Hi Ravi,
Thanks for that! i needed that confirmation, i was thinking in same line.
Regards,
Tim
2007 Jul 05 6:22 AM