cancel
Showing results for 
Search instead for 
Did you mean: 

Billing output by mail changing the subject line

Former Member
0 Kudos

HI,

i am sending the billing output by email, but the subject of the email getting changed regularly. my requirement is i have to set standard subject for all billing output by mail.

Reagrds

Muthuraman.D

Accepted Solutions (0)

Answers (3)

Answers (3)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check Note 718017 - Replacement of text symbols in spool title/MAIL and related notes

Regards,

Eduardo

Former Member
0 Kudos

HI,

thx for your reply.my requirement is when i am running the vf31 transaction the billing mail subject as'''AAAA" and when i am running through VF04 billing mail subject as "BBBBB". but my requirement is *mail subject is fixed one as "BBBBB" *.how to do this? plz guide me.

Regards

Muthuraman.D

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

I'm not sure that this will be your solution, but I hope that it helps you.

In V/40 for the message you set in sustitution of symbols report SAPLV60A, and form ZZ_TEXT_SYMBOL_REPLACE. In this subrutine you write in ABAP


form zz_text_symbol_replace tables xtlines structure tline
                            using  xthead  structure thead
                                   snast   structure nast.

  read table xvbrk with key vbeln = snast-objky(10).

  perform text_symbol_replace tables xtlines
                              using  xthead
                                     snast.

endform.

Perhaps you can filter by sy-tcode (VF04, VF31 and so on) and use local fields (for instance LOCAL_VF31) and edit them in titles with &LOCAL_VF31&.

Be carefull, I have not try it. It's an idea.

Regards

Eduardo

Former Member
0 Kudos

Hi

Ask your ABAP team to maintain a check in the invoice program.

Provide the program and form details to abaper through NACE - Billing V3 and give your out put type.

Check the program and form details.

Chk was specific to VKORG = xxxxx

IF NAST-KSCHL = 'xxxx'

then the subject will be 'XXXX'.

I hope it will help.. because i have done the same thing recently.

Regards,

SK

Former Member
0 Kudos

Please work with your ABAP person and get the output program enhanced so that the subject line will be the same for all mails. You will have to give to the ABAPer the subject line, what it should be .

Regards

Sai

Former Member
0 Kudos

hi sai,

my issue is when i run the email for billing standard subject triggered for some billing output for othe s it will pick some other mail subject other than standard. my question is the problem relatedwith oss notes?

Regards

Muthuraman.d

Former Member
0 Kudos

hi,

any body show somelight on this issue.

Regards

Muthuraman.d