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

Fetch Document from Content Management System

Former Member
0 Likes
478

Hi Experts,

I need to fetch a pdf document from Attachement Folder of Content Management System in my abap code. There is table   /BOBF/D_ATF_DO where i can find the Node Key of my document . Is there any FM or Methods provided to fetch the pdf document in binary format using the NodeKey . Any inputs appreciated.

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
424

Issue solved using the BOPF concept.

Thanks