cancel
Showing results for 
Search instead for 
Did you mean: 

output node of RFC not populated in WebDynpro

Former Member
0 Kudos

Hi ,

I m using RFC model in WebDynpro Applicaiton. Its having 2 inputs and two subnodes(each for one input) under output node of RFC. After executing model values are getting populated only in one of the node.what can be problem??

Regards

Kavita

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1) Please check by setting external break point in RFC, whether rfc is populating both table parameters

2) If yes, then post code for analysis.

Former Member
0 Kudos

Hi ,

I have checked RFC at ABAP side (SAP logon) before creating model. Its giving output. But if i am setting model input nodes with same input then its not giving out put at Web Dynpro Side.

Former Member
0 Kudos

Hi kavita,

have u tried debugging ur application , put a session breakpoint in r/3 system & check whether all the input parametetrs are passed correctly & there is no exception.

regards

Sumit

Former Member
0 Kudos

Hi,

Check st22 transcation in R/3 as well, whether RFC is throwing dump?

If not the case, the only way is to debug,

1) Go to rfc by using se37

2) in Menu, settings, set external break point for user against whose id jco conncetions are set up.

3)and debug