cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Submit to SAP button

Former Member
0 Kudos

Hi All,

In my Adobe forms in WebDynPro, I have a submit to SAP button. When I click on that it makes a call to an RFC. Problem is, that when I click the button it calls the RFC twice. Any ideas why it is behaving like that. i am using JCO to connect to the SAP system.

Thanks

Sameer

Accepted Solutions (0)

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

Refer this forum thread which has exact answer to your problem.

Regards,

Guru

Former Member
0 Kudos

have you invalidated the Output Node of your Context.

Use something like this just after executing the RFC function...

wdContext.nodeOutput().invalidate();

Regards,

Shubhadip