cancel
Showing results for 
Search instead for 
Did you mean: 

Insert PDF form into view

Former Member
0 Kudos

Hi,

I want to insert the PDF form into my ABAP WD view.How would i do it?

Thanks in advance.

Rgds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ,

Refer this SAP online help for step by step solution , how to do this :

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/15a40b56080d1be10000000a114a6b/frameset.htm

1. In the Web Dynpro explorer, create a view for your component or select a view to which to add the form.

2. In the view context, create the context attribute that will be bound to the form later, and select XSTRING.

3. In the view, drag the InteractiveForm UI element from the integration category to the Layout Designer.

refer this SAP online help :

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/15a40b56080d1be10000000a114a6b/frameset.htm

I hope it wud help

rgds,

amit

Former Member
0 Kudos

Hi Amit,

I wanted to use the existing PDF file.I would refer the link provided by you.

Thanks......

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

For displaying PDF in you component , you have to use Interactive Form UI Element.

Is this PDF already available in your component or you have to upload it via fileUpload UI element.

For Displaying  PDF File with FileUpload UI :

1.Take one File Upload UI Element.
2.Bind its Data property with Context Attibute of type Xstring.
3.this attribute should be under some node.
4.Take a InteractiveForm UI Element.
5.Bind the PDF Property of UI Element with Context which is binded to File Upload UI Element.

This way whichever PDF you select it via browse in FileUpload will appear.

Other options would be placing you PDF in you Mime Repository and using the same in your application.

Former Member
0 Kudos

hi Yash ,

right click on the webdynpro component where we want this image to be uploaded.

click on Create >> MIME object >> Import and select file , a pop up appears click on save button.

Once we uploaded the pdf file in to the WebDynpro component an entry named MIMEs appears,

we can see the file under the mime's.

regards,

amit