Hi All
I have a requirement where I want to write a ABAP program which can read a specified users (my own) inbox and return all unread email headings and message content. I then want to process the message content that I receive back. I believe the tables I want to read are SOOD and SOFM? Not sure about this. I need to read the object numbers and somehow link them together if that is the case.
Has anyone been successful in doing this? If so can you provide examples? I also think maybe I need to use the FM SO_OBJECT_READ?