cancel
Showing results for 
Search instead for 
Did you mean: 

How to write rfc when value change in the screen (browser) in webdynpro.

Former Member
0 Kudos

Hi,

I want to know how can i write an RFC when screen value change in webdynpro. I already designed a rfc where all the value can be seenin the webdypro screen. Now when user change the value how can i pick the changed value in R/3 so that i can save it into the respective database.Please send some code for understanding it easily as i am new to this field.

Regards

Deepak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepak,

I think you question related to WebDynpro JAVA. So there is another forum for this. So please reaise the same messages in that forum so that you can get quick help.

Warm Regards,

Vijay.

Answers (1)

Answers (1)

former_member194198
Active Participant
0 Kudos

I assume you have got your RFC working so that the data is shown in the web dynpro?

This means that you must have input fields or something mapped to context values.

The steps are :

1) Create your RFC to save the data and test it works

2) Create a new service call in your web dynpro to link the RFC to your web dynpro

3) Map the context nodes and attriobutes that are linked to the RFC to context elements in your view - perhaps input fields etc.

4) Create a button or link on the view which executes the method to run the RFC.

I hope it helps.

Richard