Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Programe name

Former Member
0 Likes
1,608

Hi All,

Can any body tell Programme name.

After PO finally released system will send mail to vendor.

I need to change the mail id Based on some condition . Can any body tell me how can i find programe name which is sending mail to vendor. I tried in TNAPR, I am not able to find.

Regards,

Kumar.

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
1,559

Hi ,

goto NACE Tcode->Select application EP and press button OUTPUT TYPES-->you can see output types and select NEU or any ZNEU then double click on Processing routines.you can get program name and subroutine of the program where it is programmed.

Regards,

Venkat.O

Hi All,

Can any body tell Programme name.

After PO finally released system will send mail to vendor.

I need to change the mail id Based on some condition . Can any body tell me how can i find programe name which is sending mail to vendor. I tried in TNAPR, I am not able to find.

Regards,

Kumar.

8 REPLIES 8
Read only

Former Member
0 Likes
1,559

Hi

Check program RSNAST00

debug the same before mail is being sent

it may help you

Regards

Shiva

Read only

Former Member
0 Likes
1,559

go to NACE tcode click on EF output control and click on output types button

and select output type and click on processing routines, there u can see the driver prg and layout name also

Read only

Former Member
0 Likes
1,559

Hi,

You need to do some configuration for this.

Goto NACE .

Select EF and click on OUTPUT TYPES.

Then select Output Type NEU and click on processing routines .

In that you have to add a new entry - medium 5 .

Then you need to assign a program, form routine and form.

You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.

Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .

For subject of the mail goto Mail Title and Texts. In title give PO No. &EKKO-EBELN& .

Under General data -> Replacement of text symbols give programm as SAPMM06E and Form Routine as

TEXT_SYMBOL_REPLACE .

Now the subject will be PO No. 1800004202.

You need to maintain your email id in tcode SU01 and also the vendor's email id.

Now while creating a new purchase order , change the medium to External Send .

Then goto Communication Method and select CS01 . ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .

Goto tcode ME9F .

Execute.

Select the checkbox and click on Output Message.

You will get a message MAII 00000000000001 generated .

If the BASIS guys have made the necessary configuration for sending mail then the mail will go .

You can see the status in tcode SOST.

If you want to use a z-programm and z-form then you need add the functions used in standard programm SAPFM06P for generating mail in your z-programm.

Reward if helpful

Regards

Vodka.

Read only

venkat_o
Active Contributor
0 Likes
1,560

Hi ,

goto NACE Tcode->Select application EP and press button OUTPUT TYPES-->you can see output types and select NEU or any ZNEU then double click on Processing routines.you can get program name and subroutine of the program where it is programmed.

Regards,

Venkat.O

Read only

Former Member
0 Likes
1,559

Hi All,

Thanks for reply,

I did the same thing. i find SAPFM06P .

But insdie this programme nowhere mail id is not picking or sending out the mail. What i have to do with this.

Can i use this progrme "RSNAST00".

If i can use RSNAST00 this programe. after modify it where can i assign my Z programe name. Plz suggest me.

Regards,

Kuamr

Read only

Former Member
0 Likes
1,559

SO_NEW_DOCUMENT_ATT_SEND_API1 using this FM usually send the pdf attachement.

so try to check where used list of programs for this FM

Read only

Former Member
0 Likes
1,559

Hi ,

I checked the functional module where used list. It is not used in both the programmes.

Regards,

Kumar.

Read only

Former Member
0 Likes
1,559

Hi Kumar,

For this you can use Workflow. In workflow whom ever u want u can send mail. Let me know if u need any help.

Thanks,

Naresh.