cancel
Showing results for 
Search instead for 
Did you mean: 

Create Sales Order with reference to BillDoc

Former Member
0 Kudos

Hi Experts,

I have an requirement to create Sales Order with reference to BillDoc,Please suggest any BAPI or FM for the same.

Thanks,

Rohit

Accepted Solutions (0)

Answers (3)

Answers (3)

praveenboss
Participant
0 Kudos

Hi Rohit,

you Can create sales order with reference  to sales order that  is related to your billing document.

I done this .

with BAPI

CALL FUNCTION 'RV_INVOICE_CREATE'

Its Working.

Thanks Praveen

former_member458055
Participant
0 Kudos

Hi,

As Vijay suggested, use that bapi.

Sales order (Credit memo request) with reference to Invoice senario must be there, you can proceed for the developement.

There are lots of threads available if you need a sample code for the same.

Regards-

Makarand

VijayaKrishnaG
Active Contributor
0 Kudos

Hi Rohit,

You can use BADI: SD_SALESDOCUMENT_CREATE referring an Invoice/Billing.

There are many posts/threads on same, please do search before posting.

Regards,

Vijay