cancel
Showing results for 
Search instead for 
Did you mean: 

Some fields does not appear on table.

Former Member
0 Kudos

Hi,

I prepared web dynpro java application.

I called RFC function.

I did apply template and bind RFC output table to a web dynpro table.

All field properly appearing but one field's data does not appear on web dynpro table.

I checked context mapping , there is no problem.

Field name is Ktext .

What would be the problem causing this situation?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It is about language based data tables.

Our data tables uses "TR", my application sends "EN".

Thus RFC does not get EN based Ktext.(Because there is no item with EN).

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi

It can be the reason in type of the field. What is the type? For example, binary types or something like that can cause such situation.

BR, Siarhei

Former Member
0 Kudos

Hi Friend,

Can You provide A little more detail whether you can see the coulmn itself or its invisible. Did you checked the Trace if any error occurred..?? If the column is visible then may be the particular value is null. Please check and let us know.

Regards

Jeetendra

Former Member
0 Kudos

Hi,

column is visible, inside is empty.

Ktext type is string.

There is no error on trace.

Former Member
0 Kudos

Hi Friend,

It means The Field itself is null means you are not getting it from service side.

Test that RFC And Service individually and let us Know if still facing the problem.

Regards

Jeetendra.