on 2011 Feb 23 7:48 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
67 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.