cancel
Showing results for 
Search instead for 
Did you mean: 

about data show in table

Former Member
0 Kudos

Hi, guys, i bind a model node with a table ,but there is a column that can not show the data, when i click one record ,the column that can not show the data now show the data. Why?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

There may be various reasons. Provide the situations exactly you are facing.

I am guessing the reasons and giving the solutions.

As first time the data is displaying on the other columns but not in one column that means your RFC is executing before display.

1. Now you can check the same RFC, executing from the SAP logon and see that column data is coming properly.

If 1. answer is no then is there any other RFC executing onLeadSelection and populating the details of the row. Here is one question before "After selecting the row is it displaying only the row value of the column or all row values of the column"?

If 1. answer is yes then is there any Visibilty concept implemented so that first time the element of the column is invisible and on click on the row it set to visible?

Send with more details if not solved.

Former Member
0 Kudos

Is your problem is Data is not showing in the Table ?

Check size of the Model Node

(or) Check data is there in R/3 ( execute the RFC in R/3)

Thanks

Sreeni

Former Member
0 Kudos

hi,

You have to set the singlton property of the context node as false

IF ur context is like this

Root Singlton:True

--->Subnode Singlton:False

-


>Element

Regards,

karthik