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 to create a billing document through VF01

Former Member
0 Likes
6,843

I have to transfer some delivery numbers from an ALV report to VF01 to create Billing Documents using BAPI.

How do I go about ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,101

use RV_INVOICE_CREATE

pass delivery number in komfk syructure

10 REPLIES 10
Read only

Former Member
0 Likes
3,102

use RV_INVOICE_CREATE

pass delivery number in komfk syructure

Read only

Former Member
0 Likes
3,101

Hello ,

Goto to Bapi tcode click on hierarchical button and then sales and distrubution then billing then u have create and create from data....

check those things read those and choose the bapi from tht,

Thank u,

santhosh

Read only

Former Member
0 Likes
3,101

Hi

try BAPI BAPI_BILLINGDOC_CREATEMULTIPLE

regards

Shiva

Read only

0 Likes
3,101

How do I use this BAPI?

Read only

0 Likes
3,101

Just fill the values for import parameter VBSK_I with type VBSK and fill the tables XKOMFK type KOMFK

and like that and try to execute that FM..

Read only

0 Likes
3,101

Hello ,

Just call the bapi FM using pattern button in se38.

then give the bapi FM name and pass the structure to that...

Thank u,

santhosh

Read only

0 Likes
3,101

What do I need to pass against the importing parameter VBSK_I in the function module RV_INVOICE_DOCUMENT_ADD?

Read only

0 Likes
3,101

Actually I tried using the BAPI RV_INVOICE_DOCUMENT_ADD but I do not know what values to pass against the parameters.Can you help me by giving an example?

Read only

Former Member
0 Likes
3,101

HI,

Try this BAPI RV_INVOICE_DOCUMENT_ADD.

Regards,

Sunil Kumar Mutyala.

Read only

Former Member
0 Likes
3,101

Hi,

Use any one of the BAPI mentioned above as per your requirement.

And, Go through the Documentation of the same you will come to know the parameters you need to pass in that.

Regards