cancel
Showing results for 
Search instead for 
Did you mean: 

Need Driver Program name to send external send(Medium 5) for sales order

Former Member
0 Kudos

Hi,

I want to send external send (Mail) for sales (V1) Application In Transaction NACE

Can you please let me know which driver program should i use to attach in NACE transaction for particular output type to send external mail for sales order i.e. for Transaction VA02,VA03.

<removed by moderator>

Thanks,

Dhaval

Edited by: Thomas Zloch on Feb 1, 2012

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Good day,

I had done the similar requirement to print Sales order smartform.

Here I am using custom program to print the smartform but my problem is I got a Load_Common_Part error.

The structure of the COMMON PART "VEDACOM" in program "ZSD_QUOTATION_PRINT" is

different from the corresponding area in the calling program

"RVADOR01".

Length of the COMMON PART in program ZSD_QUOTATION_PRINT: 2840 bytes.

Length of the COMMON PART in program RVADOR01: 6600 bytes.

Please could you advice me how to solve this issue.

Thank you,

Sudheer

Former Member
0 Kudos

Good day,

I had done the similar requirement to print Sales order smartform.

Here I am using custom program to print the smartform but my problem is I got a Load_Common_Part error.

The structure of the COMMON PART "VEDACOM" in program "ZSD_QUOTATION_PRINT" is

different from the corresponding area in the calling program

"RVADOR01".

Length of the COMMON PART in program ZSD_QUOTATION_PRINT: 2840 bytes.

Length of the COMMON PART in program RVADOR01: 6600 bytes.

Please could you advice me how to solve this issue.

Thank you,

Sudheer

nabheetscn
Active Contributor
0 Kudos

Use RVADOR01 program check various sub routines in it.

Nabheet

Edited by: nabheetmadan09 on Feb 1, 2012 3:58 PM

Former Member
0 Kudos

Hi,

In that given program,code for external mail send is not given.I have checked out that program whole, but it does not work.

So please send program name for sales order to send external send( Medium 5-which we assign in VA02->Extras->output->header->edit)

nabheetscn
Active Contributor
0 Kudos

If you go in RVADOR01 perform entry->perform processing->perform form open-> inlcude RVADOPFO you will see code for external mail send is also there

if there is a communication strategy used ...
  IF NOT NAST-TCODE IS INITIAL AND NAST-NACHA EQ '5'.

*   ... use stratagy to get communication type
    CALL FUNCTION 'ADDR_GET_NEXT_COMM_TYPE'

Nabheet

Former Member
0 Kudos

Hi,

I have used this program name that I have attached in NACE->V1(Sales),I have assigned my own created Smartform not script

when I run VA02 transaction, it showing me error like this "WRITE_FORM is invalid, START_FORM is missing",how can i solve thi error?

nabheetscn
Active Contributor
0 Kudos

Since you have attached your smartform so you need to customize this report as per your need. this code is for spa script.

thanks

Nabheet

Former Member
0 Kudos

you dont need a separate logic for external send... the same driver program which you have kept for print would do