‎2015 Apr 14 2:31 PM
Hi,
I searched FB03 (Create ->Create Note,Below to attachment) to know the header and body contents stored in a table but could not get much information.However I found there is a table which stores title(Subject) SOOD.I have passed the user Id to retrive the title(Subject).What should be the exact input parameters to the table. Also need to know the tables where the body contents were stored.Find the screen prints attached for more details.
1)Need to know the table input parameters to the SOOD to retrive the Title.
2)Need to know the table for the body content.
Regards,
Priyank Patil
‎2015 Apr 15 9:40 AM
Hi!
It seems that the record gets into table SOC3. You can use FM like SO_OBJECT_GET_CONTENT to fetch it. Object ID is the record key from SOOD.
You can find the relation between FI document and attachment details with the help of SRGBTBREL table (instid_a = <Bukrs><Belnr><Gjahr>). But there definitely is some class or FM to get the links, ask google about it.
‎2015 Apr 15 12:01 PM
Hi Nikolay,
Thank you very much for your inputs.I got the solution and it is working fine.
Regards,
Priyank Patil