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 FOR VF01

Former Member
0 Likes
3,579

Dear All,

Can anybody tell me which BAPI can be used for creation of billing document (i.e. VF01 )

I am using BAPI_BILLINGDOC_CREATEMULTIPLE but this bapi is considering all kinds of discount whichever is available.

In this bapi input that we are giving is BILLINGDATAIN not else.

Regards

Sagar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,412

Hi,

You can try this BAPI's for VF01 T-code.

1) BAPI_BILLINGDOC_CREATE

2) BAPI_BILLINGDOC_CREATEFROMDATA

3) BAPI_BILLINGDOC_CREATEMULTIPLE

Before going to use goto SE37 and read the BAPI Document .

Regards,

Sudhakar Reddy.A

4 REPLIES 4
Read only

Former Member
0 Likes
2,412

use below BAPI

BAPI_BILLINGDOC_CREATEFROMDATA

Read only

Former Member
0 Likes
2,413

Hi,

You can try this BAPI's for VF01 T-code.

1) BAPI_BILLINGDOC_CREATE

2) BAPI_BILLINGDOC_CREATEFROMDATA

3) BAPI_BILLINGDOC_CREATEMULTIPLE

Before going to use goto SE37 and read the BAPI Document .

Regards,

Sudhakar Reddy.A

Read only

0 Likes
2,412

Yep, if there any documentation.

Any idea what parameters has to be passed to the BAPI?

Thanks,

Read only

Former Member
0 Likes
2,412

Hi Sagar,

Can u send the code so that i can try to solve ?