SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

File Attachment- Where it is store?

Former Member
0 Kudos
139

Hi all

We can attach any type of file in standard tcode for example FPP2( for change Business partner).

Plz tell me where this file is store in SAP database. plz tell me the exact path.

4 REPLIES 4

Former Member
0 Kudos
100

Dear Mandeep,

Please check SE16 -


> Table Name ( FILENAMECI )

Here you find Location of attachments

Rewards point If Helpful

Thanks

Pankaj Kumar

Former Member
0 Kudos
100

Hi Mandeep ,

you can use either SQL Trace (Tcode ST05) or Debugger to know where the file stored in database.

check this link also, it may help you ;

revert back for any query.

thanks and regards

Deepak.

0 Kudos
100

Hi Deepak

Deepak u write here ST05 tcode but this tcode is use for tracing SQL queries and how it is possible to find file location?

Becoz i m usinf FPP2 tcode where consumer is change and here one option is given to attach file and we can see list of attachments.

and then tell me where this file is store in database.I m also check the table FILENAMECI but no solution is in my hand.

0 Kudos
100

Mandeep , actually ST05 , trace all database tables selected during an operation for any read / write purpose.

pls follow this path:

1 run your t code FPP2 ,

2 then in new window run tcode ST05

3 activate the trace

4 now switch to you transaction (FPP2) , attached your file and save it.

5 now move to ST05 and click on deactivate trace .

6 click on Display trace , a popup comes out and just click continue.

Now you can see a screen with list , see the column Obj .Name , these are all Table/views encounted during the run of your transaction (FPP2).

hope it will help...

thanks and regards

Deepak.