cancel
Showing results for 
Search instead for 
Did you mean: 

reg : Adobe in web dynpro

Former Member
0 Kudos

hi,

I have a req like this:

Iam using Adobe in Web dynpro.

I placed the fields in adobe for user input.

after entering tha data in adobe , User click SUBMIT Button so that data from adobe is passed to Web dynpro and saved in data base

and

now I want to update some more fileds on ADOBE . I have filled the fields in Webdynpro so that data flows from WebDynpro to Adobe filds..But the data is not being displayed in Adobe.

In short...user enters 2 filds on adobe..based on 2 fileds i need to fetch data from webdynpro ..and pass it to ADOBE..

any ideas??

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi Arjun,

As far as i understood, ur scenario is::

1. some data filled in adobe form>> Submit clicked.

2. this data goes back to R/3(using BAPIs??)

3. based on this data u fetch some data back to some context.

4. then i guess all u need to do is just bind this context to UIs of Adobe Forms, that'll be all u wud require to get back the data onto the form.

Hope this helps.

Thanks

Amita

Former Member
0 Kudos

HI AMITA,

Thanks for ur answer.

After clicking SUBMIT Button (which is on the form) ,

Iam binding all the nodes with corresponding data.

But it is not refelecting onto the ADOBE Form.

BUT if I bind the same nodes in WDDOMODIFYVIEW ...the data is being displayed.

The problem Iam facing here is :

Intially ADOBE FORM is being called form webdynpro with some default data being displayed.

and then When I click SUBMIT data ... the control comes from adobe to webdynpro, now Iam bindian all the nodes....

Now the control is not going back to ADOBE FORM.

As far as I understood is ...

control goes from Webdynpro to ADOBE and then user clicks SUBMIT button and then control comes back toWEB DYNPRO...and from here it is not triggering ADOBE..

Corret me IF I am wrong.

Former Member
0 Kudos

Hi Arjun,

What u've implemented is correct but doesn't fulfil the requirement.

I guess you have implemented the code in View controller.

But to achieve what u require, i suggest u to implement the code in the component controller.

Hope this helps..

Thanks

Amita

Edited by: amita arora on Sep 22, 2008 12:39 PM