cancel
Showing results for 
Search instead for 
Did you mean: 

pro forma invoice attachment

kjyothiraditya
Participant
0 Kudos

Hi experts,

we are generating proforma invoice for shipment when loading date is set. we are triggering a print output. I could find a badi class CL_SD_BIL_IMPL01 that prints the adobe form. I have to capture this PDF after printing. I couldnt find any badi/userexit after this badi. This method is called in UPDATE TASK by FM RV_MESSAGE_UPDATE.

System is S4CORE on premise.

Thanks and Regards,

Aditya

Accepted Solutions (1)

Accepted Solutions (1)

FredericGirod
Active Contributor

When you print something in SD module, you use the customizing done in the NACE transaction.

In this transaction (or in TNAPR table) you will find the print program & the form.

You could copy the standard print program, add your own include with your own routine to print this pro forma. And after this you are in the code, and you could do whatever you want

kjyothiraditya
Participant
0 Kudos

Hi Frederic,

Thanks but dont want to change the standard print program as SAP may change the program.Found this BAdi SD_BIL_IMPL01, but only concern is we need to use COMMIT WORK which we cannot use in BAdi

FredericGirod
Active Contributor

jyothiraditya.k this is not a bad practice to copy standard print program, because you will keep all the standard part, only copy the main program to add your own include.

honestly, you will go in a complex solution

Answers (0)