cancel
Showing results for 
Search instead for 
Did you mean: 

incosistent data in RFC

Former Member
0 Kudos

Hi experts!!

I am facing the following problem:

I have created an WDJ application that calls an RFC. The RFC returns a table. When i run the RFC straight from the R/3 it gives me a certain number of entries (e.g. 48). But when the RFC is called from the WD it gives me one entry less. And to be more precise the last entry is missing.

Any ideas???

Please help!!

Thanx in advance!!!

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi,

Interesting problem!

Did you print the size of the table node?

This kind of problem is difficult to trace.

If the size is also '1' less than actual size, then try to debug it setting external break point in RFC.

Regards,

Siva

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

are you displaying the values in a table

after selecting a few rows in another table?

i mean based on some condition like

isMultiselected, and then populating it into the table

or you have just applied table template to a model node ?

if u are displaying on condition like isMultiselected() always the last record will not be displayed..if this is the case then change the condition to isSelected() and check

Regards,

Satya.