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

Former Member
0 Likes
797

hi,

BAPI_BILLINGDOC_GETLIST" contains the info. but then what are the parameters that we are supposed to pass? any one please tell me how to create some sample billing docs.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
766

Hi,

Please check the documentation for the function..

Required entries :

REF_DOC_RANGE From-to selection of preceding documents (e.g. Sales document number )

Hope this will solve your problem.

Award Points if it solves your purpose.

-Gaurang

7 REPLIES 7
Read only

Former Member
0 Likes
767

Hi,

Please check the documentation for the function..

Required entries :

REF_DOC_RANGE From-to selection of preceding documents (e.g. Sales document number )

Hope this will solve your problem.

Award Points if it solves your purpose.

-Gaurang

Read only

Former Member
0 Likes
766

hello kishore,

you can create a billing doucment using trasaction 'VF01'

Thanks

raju N

Read only

0 Likes
766

hi raju,

thats normal anyway to create billing docs thru VF01. But then whats this bapi doing. how is that useful.

thanks

Read only

0 Likes
766

hello kishore,

this badi is not useful for creating billing doucments, it will give you information about the already created billing document, if you want to create you need to use some other badi like 'BAPI_BILLINGDOC_CREATEMULTIPLE'

Thanks

raju N

Read only

Former Member
0 Likes
766

BAPI_BILLINGDOC_GETLIST---> see the documentation of this BAPI , there u will come to know ?

it will return Billing document details by taking Billing Numbers?

Regards

Prabhu

Read only

Former Member
0 Likes
766

Hi

- Try VF04 and you should be able to create some billing docs out of the orders/deliveries (whichever is configured in your system).

Regards

Nilesh

Read only

Former Member
0 Likes
766

BAPI_BILLINGDOC_GETLIST - is the BAPI to get the billing documents by passing the range of the billing documents

Use BAPI_BILLINGDOC_CREATEFROMDATA to create billing document

Regards

Rusidar