cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent !!! - Java script help for events in adobe form

Former Member
0 Kudos

Hi ,

We have requirement where we have 5 buttons on interactive form which will retrive data from R/3 system .

1) How can i distingish the event of each button ?

For Ex : We have 5 buttons namely , GetPlantcode , GetStatus, SubmittpSAP etc..

We hav only 2 events on adobe form - Submit to SAP and SAPCheckFields.

Please let me know some alternative by which i can sent some variable to webDynpro which distinguishes them.

2) How to set a value for the context variable on button click event ?

Ex : I have a context node ( data node ) bind to adobe interactive adobe component on a webDynpro application. If i want to set Selectindicator ( value attribute in data Node ) a value on a button click , Please let me know the java script how i can do this.

Happy New Year for all

Nanda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved by self and provided solution abov e

Former Member
0 Kudos

Hi ,

We found one work around for this. It seems to solve our issue for now.

Set a text field on adobe and try to set it with some value in each button click. We can get retrived that value in webdypro application through context bind value node to text field.

Using the value in the value node we have applied different logic in same event submit to SAP.

Nanda