cancel
Showing results for 
Search instead for 
Did you mean: 

BO- SOFM

Former Member
0 Kudos

Hi All,

In my workflow, I am using the BO SOFM, and method is Compose. it is having Tilte, documentContent, Receipt..

the user types something in the Document Content Part and sends the message to someone.

How to retrive these messages from the Document Content Part all together ie (Tilte, documentContent, Receipt) in a single session, can u tel me the table name?

Thanks and Regards,

M.Sankar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

To read all the documents in SAP Inbox

1) FM - SO_USER_READ_API1 get the folder id of the inbox for an user

2) FM - SO_FOLDER_READ_API1 ..... Read all the documents ids in the inbox for folder if from 1

3) FM - SO_DOCUMENT_READ_API1...... Read the document content for the doc id from 2

U can get the exact content types in the message in 3 and the name of the document and the date and owner in 2.

Thanks,

Charan

Former Member
0 Kudos

Hi,

Look into the FM "SO_OBJECT_READ".

venu