cancel
Showing results for 
Search instead for 
Did you mean: 

Send mail to Shared Distribution Lists

Former Member
0 Kudos

Hi,

I must send the output of VL02N by mail to an employees list . I made the customization in VV22 .

I put the name of the Shared distribution List In the comunication mode ,that was declared in SO23.

I need to get the Distribution list name in my program in order to send the mails. I can't find a where the list name is keep

in the tables.

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

MrWhan
Participant
0 Kudos

See if this function will help:


  CALL FUNCTION 'SO_DLI_READ'
    EXPORTING
      DISTRIBUTIONLIST = DISTRIBUTIONLIST
      DLI_ID           = ' '
      OWNER            = ' '
      SYSTEM_DLI       = 'X'
    TABLES
      MEMBER           = member
      OBJPARA          = objpara
      OBJPARB          = objparb.

Former Member
0 Kudos

Hi

Thanks for your response.But the problem is that I don't know the DISTRIBUTIONLIST.

I need to get it from the customization tables in vv22.

I don't know how to get it from the tables.

Thanks

uwe_schieferstein
Active Contributor
0 Kudos

Hello Natali

I assume your customizing data are stored in another condition table.

Thus, have a look at thread

Regards

Uwe

Former Member
0 Kudos

Uwe thank you , but this function returns the first condition table (in my case B019).

From this table I go to table "NACH". In table "NACH" field "PARNR" has to be the name or the connection to the distributionlist.

This field is empty , and I am looking where SAP keeps this information and how i can read it from muy program.

Thanks in advance

Natali