Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F4IF_INT_TABLE_VALUE_REQUEST output language change

Former Member
0 Likes
628

Hi experts,

I am buidling an internal table data in english language but when I click F4 on the specified field at run time , I am getting output pop-up data in different language seems like korean.

Even the return code from 'F4IF_INT_TABLE_VALUE_REQUEST' is zero i.e success.

What could be the possible error or is it related to any Unicode check?

Thank you

Depesh Kumar

Hi experts,

I am buidling an internal table data in english language but when I click F4 on the specified field at run time , I am getting output pop-up data in different language seems like korean.

Even the return code from 'F4IF_INT_TABLE_VALUE_REQUEST' is zero i.e success.

What could be the possible error or is it related to any Unicode check?

Thank you

Depesh Kumar

2 REPLIES 2
Read only

Former Member
0 Likes
535

Hi deepesh,

Just check the table from which your fetching data into internal table is having any language key fields, if there the pass sy-langu and fetch the required data only.

There is noting like language in the function module, it all depends upon the data what you are fetching.

Just give the screen field and the table name so that we can look and comment

regards

Kumar M

Read only

Former Member
0 Likes
535

thanks