cancel
Showing results for 
Search instead for 
Did you mean: 

Get an attribute and display in ADOBE forms

Former Member
0 Kudos

Hi ,

I have requirement like this,

I want to get an attribute and I want to display that attribute in adobe forms

Could you please get me with clear steps bcoz I am beginner to webdynpro ABAP.

Regards,

Anitha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Check this tutorial [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/803d9764-f2ff-2b10-86ae-f45bf58c4374;jsessionid=(J2EE3417100)ID2052080950DB11732109542453429815End]

Former Member
0 Kudos

hi,

You can have same atttribute in context node and use the same context node in Import of the Adobe Forms' Context.

1.Create the Adobe form.

2. Use the Form in InteractiveForm UI in WD ABAP layout.

3. Make the Interactive Form UI invisible by default .

4. On the click of button, make the Interactive form visible.

5. Values entered in Input field will automatically be passed to Form if you use the same context node for creating Forms.

Refer this blog : /people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal

It clearly shows how to pass values from Wd ABap to Adobe forms.