cancel
Showing results for 
Search instead for 
Did you mean: 

Email detail to ship-to partner when post good issue for delivery (VL02N)

Former Member
0 Kudos

Hi,

I want to automatically email the delivery details (delivery note) to my ship-to partner when I post good issue for dlivery (VL02N). What kind of configuration should do for output message and ABAP coding for this?!

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The number of the routine is 1 and the name is "Delivery GI posted".

Check the transaction NACE for the existing print program..

Go to NACE ...Select the application V2..

Press the output type button in the application toolbar..There you can check the print program for delivery note..

I believe it is RLE_DELNOTE..

Please reward points for helpful answers.

Thanks,

Naren

Former Member
0 Kudos

Thanks, but can you tell me the name of routine and the program for print?!

Former Member
0 Kudos

Hi Leo ,

u have to check in NACE for application --.<b>V2</b>, output type <b>WABS</b>, when u double click this one , there u will come to know program and layout.

<b>Output Type WABS GR/GI slip

Application V2 Shipping

Transm. Medium 1 Print output

Layout module

SmartForm

Program RVADWABS

FORM routine ENTRY

Form RV_CONNOTE_SUPPL </b>

Regards

Prabhu

Former Member
0 Kudos

Hi,

Go to NACE..

Create a new output type..

Assign the new output type to the output determination procedure..

Then assign the routine number 1 Delivery GI posted for that output type..

So that the new output will be triggered only after the goods issue is done..

Assign the print program...

Then after the printing is done..

Call the FM CONVERT_OTFSPOOLJOB_2_PDF to convert the spool to PDF..Then use the FM SO_NEW_DOCUMENT_SEND_API1 to send the email..

Thanks,

Naren