Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_INCOMINGINVOICE_CREATE Create Batch Session?

Former Member
0 Likes
489

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

3 REPLIES 3
Read only

Former Member
0 Likes
444

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

Read only

0 Likes
444

Hi Ravi,

Thanks for that! i needed that confirmation, i was thinking in same line.

Regards,

Tim

Read only

Former Member
0 Likes
444

BAPI create