cancel
Showing results for 
Search instead for 
Did you mean: 

After calling RFC fields in view are empty.How can I keep field inside?

Former Member
0 Kudos

Hi,

In a webdynpro java application, after calling RFC, fields inside of View go empty.I want them to keep inside unchanged how?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Can you explain the issue more clearly.

thx,

kris

Former Member
0 Kudos

1- I have a webdynpro java application

2- I have one View in it

3- View has one input field and one button

3- in wdDoInit method, I initialize input field (put value inside it).

4- After pressing button, input field's inside is empty

5- I want Input Fields inside stay unchanged.

Thanks.

Former Member
0 Kudos

Hi Cemil

In the button event method capture the default value and re-assign it to the same attribute.

If any queries then reply the post.

Thanks & Regards,

Yusuf.

Former Member
0 Kudos

I did it, but it produced error.

Thanks.

Former Member
0 Kudos

Hi Cemil

What error are you facing can u explain it in detail.

Yusuf.

Answers (1)

Answers (1)

Former Member
0 Kudos

//wdContext.nodeKULLANICI().invalidate();