I am trying to get the sender email adress of the entries saved in the table SOOD in SAP. I need to get this info via tables. I have seen that there might be some FM, like so_object_read, that can achieve so, but I need to relate those two fields via tables.
This table stores the info that appears in SCOT trx (SOIN - received messages and SOST sent messages).
Any suggestion?
Thank you so much!
Here is how you can reach message sender if you have SOOD record:
Sender is contained in MSGV2 and recipient in MSGV1 of
SOST
table.The same logic should be used with
SOIN
table.