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

SOOD1??

Former Member
0 Likes
647

Hi

What is the purpose of this table-->SOOD1?

And how do we maintain records in this table.

Thanks

Hi

What is the purpose of this table-->SOOD1?

And how do we maintain records in this table.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
586

Hi subhash,

1. SOOD1 is a structure (and not table)

regards,

amit m.

Read only

Former Member
0 Likes
586

Hi Subhash,

SOOD1 is a structure and not table.

Actual table is SOOD , which is used for strring SAP Business workplace objects.

e.g. Folder name , document names , which are to be used while sending mails in SAP system.

Just check out FM :SO_NEW_DOCUMENT_SEND_API1.

Hope this clarifies your doubt.

Regds,

Akshay Bhagwat

Note: Pls mark helpful answers.

Read only

Former Member
0 Likes
586

Infact its not a table but a structure which is used for attribute definitions while senting mails.. You could see the see the usage in Mail senting FM <b>SO_NEW_DOCUMENT_ATT_SEND_API1</b>.

rgds,

TM