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

Table Name for FB03 create Note

priyank_dev2
Participant
0 Likes
2,486


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

2 REPLIES 2
Read only

nikolayevstigneev
Contributor
0 Likes
1,554

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.

Read only

0 Likes
1,554

Hi Nikolay,

Thank you very much for your inputs.I got the solution and it is working fine.

Regards,

Priyank Patil