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

Re distribution list

Former Member
0 Likes
1,028

hi to all,

in which table distribution list name and type is stored.

please help me in this regard.

thanks

sun

5 REPLIES 5
Read only

Former Member
0 Likes
877
Read only

0 Likes
877

Regarding table from which you can access Distribution list is: SOOD

From this table you can get all distribution lists by providing object type as 'DLI'.

also check

SODM(SAPoffice: distribution list contents)

Read only

Former Member
0 Likes
877

Hi sun deep,

1. u can check the table SOID

regards,

amit m.

Read only

Former Member
0 Likes
877

Try tables starting with SO*

Read only

Former Member
0 Likes
877

table V_ADCP_SO stores email address.

table SOID stores the DL name.

SOID is linked to V_ADCP_SO by table SODM.