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

issue in function moudle F4IF_INT_TABLE_VALUE_REQUEST

Former Member
0 Likes
853

hi all,

i keep f4 help for a particular field user in module pool program.it is working fine but when i click f4 help on user it is giving pop up inside it is saying that only 5000 names are displayed. if anybody faced this problem please tell me how to fix this problem.

i am sending my code below.

data : begin of it_appln_user occurs 0,

w_user type usr02-bname,

end of it_appln_user.

data: return_tab like ddshretval occurs 0 with header line.

select bname from usr02 into table it_appln_user.

call function 'F4IF_INT_TABLE_VALUE_REQUEST'

exporting

retfield = 'W_USER'

value_org = 'S'

display = 'F'

tables

value_tab = it_appln_user

return_tab = return_tab

exceptions

parameter_error = 1

no_values_found = 2

others = 3.

thanks,

maheedhar.t

1 ACCEPTED SOLUTION
Read only

kiran_k8
Active Contributor
0 Likes
804

Maheedar,

If it is the no.of hits that the f4 help is displaying for that field then

go to utilities in the menu bar.

click on settings.

you will be able to see a window which will a line of tab strips one below the other.

In one you can find repository info system.

click on that and change the No.of hits and give the no.of entries you have for the field for which you have created the F4 help.

If it is not what you are looking for then revert with more details.

K.Kiran.

9 REPLIES 9
Read only

kiran_k8
Active Contributor
0 Likes
805

Maheedar,

If it is the no.of hits that the f4 help is displaying for that field then

go to utilities in the menu bar.

click on settings.

you will be able to see a window which will a line of tab strips one below the other.

In one you can find repository info system.

click on that and change the No.of hits and give the no.of entries you have for the field for which you have created the F4 help.

If it is not what you are looking for then revert with more details.

K.Kiran.

Read only

Former Member
0 Likes
804

HI KIRAN,

I am explaining my problem. I am showing f4 help for a particular field in module pool program. i keep f4 help for a field called user name. i am fetching the data from user02 table into one internal table and passing this itab to function module.

after passing the value when i click on that field(user name) it is giving pop up inside this it is showing that only 5000 entries can allowed. if i have a user this user not comes under 5000 first entries what shall i do. this is my question. can you please telll me what shall i do in this case.

thanks,

maheedhar.t

Read only

Former Member
0 Likes
804

check at the bottom of the popup

there will be one field with <b>Maximum entries allowed</b> ,

Increase the value in that field to more than 5000 if it is found

Read only

Former Member
0 Likes
804

hi chandrashekhar,

in this pop it is just showing only first 5000 entries are displayed. i am not seeing any where we can increase the entries.

please tell me what shall i do in this case.

thanks,

maheedhar.t

Read only

Former Member
0 Likes
804

Hi Maheedhar,

If u observer clearly, u can find a small arrow pointing downwards on top of the toolbar buttons, please click on that button.

Read only

Former Member
0 Likes
804

hi rajesh,

i am not understanding what ur saying. can u please send me ur mail id so i can send that screen shot to u. because i am not finding that arrow button any where in the pop up.

thanks,

maheedhar.t

Read only

Former Member
0 Likes
804

check if these options can help u

follow the menu path

Help -> Settings -> F4 Help(tab). change the value in max.no of hits to be displayed,

and also change the display radio button (control, dialog, system defaults)

Read only

Former Member
0 Likes
804

Hi Rajesh,

Problem has been solved.

i gave points to you.

thanks for ur help.

Maheedhar.T

Read only

Former Member
0 Likes
804

hi,

Having Same issue.......

Please Help....