cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI billing details

Former Member
0 Kudos

Hi,

I m working on a sales scenario. Please suggest me a BAPI which will post billing related details.

For ex:

Item quantity, price, total amt, VAT amt, Discount price etc...

I searched in BAPI_SALESORDER_CREATEFROMDAT2, but couldn't find fields for payment & discount details.

Please help me in this issue.

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

dharamveer_gaur2
Active Contributor
0 Kudos

You can use BAPI_SALESORDER_CREATEFROMDAT2 to create with referance to another document.You need to fill in the fields

ORDER_ITEMS_IN -REF_DOC = referance document number

ORDER_ITEMS_IN-REF_DOC_IT = referance document number

ORDER_ITEMS_IN- REF_DOC_CA =referance document category .

Please see the function module documentation for more help.

one more link to get more information

Edited by: Dharamveer Gaur on Sep 18, 2008 8:24 AM

bhavesh_kantilal
Active Contributor
0 Kudos

Its amazing how we just provide answers to questions. lets keep the sanity of the forums guys. This is XI forum, atleast direct the poster to the right forum which has to be ABAP General in this case!

The more we answer such questions the more you will get these!

Regards,

Bhavesh

Former Member
0 Kudos

BAPI_CREATE_CONTRACTFROMDATA,

i think this BAPI is suted.

BR,

Alok

bhavesh_kantilal
Active Contributor
0 Kudos

Wrong Forum and Search, 2 things that will help.

Former Member
0 Kudos

Hi,

You can Check this

BAPI_ACC_INVOICE_RECEIPT_POST

Regards

Seshagiri