cancel
Showing results for 
Search instead for 
Did you mean: 

sending internal mail

former_member202689
Participant
0 Kudos

Hi all

I need help. It is very important for me. I want to create a dynamic action for sending internal mail when MASSN = SA

in V_T588Z - for IT0000

    MASSN06107PT001P-MOLGA='99'
   MASSN06108PPSPAR-MASSN='SA'
   MASSN06109MM0001
   MASSN06110PTCLAS='A'

is it true?

I want to set sending mail via feature M0001:

A Master Data and Time Data

       INFTY Infotype

                 0000

             IDTXT CHANGING_ON_IT0000

             DISTR SOCAR GROUP COMPANY

             RECV1 X

             TCODE PA40

my distribution list's name is CHANGING_ON_IT0000.

Please help me.

Regards,

Samir

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Better you can write subroutine program in MP000000 and assign in Dynamic action

Former Member
0 Kudos

Another option is to have your ABAP team create a basic custom FM to send the email, and then you can call the FM from the dynamic action.  This method can give you more flexibility in terms of the sending options.

Regards

Simon

Former Member
0 Kudos

Under dynamic action move " 

MASSN06110PTCLAS='A'

above sequence number 109. Interchange the variable function on 109 & 110.

In feature M0001,

List the standard text name next to IDTXT. Per above configuration "CHANGING_ON_IT0000" would be considered standard text instead of Distribution list.

Mention the distribution list "CHANGING_ON_IT0000" next to DISTR.

Regards

Ravikumar

former_member202689
Participant
0 Kudos

thank you Ravikumar

I have done moving on my action and changed feature like

A Master Data and Time Data

     INFTY Infotype

         0000

           TCODE PA40

            RECV1 X

            IDTXT CHANGING_ON_IT0000

            DISTR CHANGING_ON_IT0000

the matter is that my IDTXT name and DISTR same. What must I do?

regards

Samir