cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a PDF document using WDA

Former Member
0 Kudos

Hi Experts,

Wish you a happy new year 2011.

As part of the project, I have following requirement. User will click on a link in SAP ESS. On clicking on the link, WDA program will be called. This program will display PDF. The PDF will show the pernr and employee name. How to do it?

Regards,

Gary

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gary,

U can use Interactive Form UI Element to create a PDF document in WD.The Data Source of this UI Element is in XSTRING Format.So what ever the data u need to put in the PDF Docu,convert it into XSTRING and pass it on to UI element..

Thanks,

Naga Prakash

Former Member
0 Kudos

Hi Naga and Experts,

Can you pleae elaborate further. Do you have any 'how to' document to explain the all steps involved here.

Regards,

Gary

Former Member
0 Kudos

Hi Gary ,

You have to create a attribute of type XSTRING and bind it the ui elemrnt interactive form's pdf source. Then you have to bind the template with the required object structure. Then you requir to make the layout as per your requirmrnt.

Alternatively go to form builder (SFP) then create a interface . Create your layout. Create a context node and populate this node in the method wddoinit from the table. Then in in the main view of your web dynpro component create a UI element of interactive form and set the data source and template source.

I think second scenario match with your requirment .

Interactive form ui element properties :-

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/128841e8231709e10000000a155106/content.htm

Wishing you a happy and prosperous new year ahead.

Thanks & Regards,

Monishankar Chatterjee

gill367
Active Contributor
0 Kudos

Hi

The following document will guide you step by step to call an adobe form..

[Adobe Forms in WDA|http://wiki.sdn.sap.com/wiki/display/WDABAP/CallAdobeFormthroughABAPWebDynpro]

Thanks

Sarbjeet Singh

Answers (0)