2008 Feb 13 9:19 AM
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.
2008 Feb 18 6:39 AM
Dear Mandeep,
Please check SE16 -
> Table Name ( FILENAMECI )
Here you find Location of attachments
Rewards point If Helpful
Thanks
Pankaj Kumar
2008 Feb 18 7:11 AM
2008 Feb 18 9:55 AM
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.
2008 Feb 18 10:27 AM
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.