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

Search help query

Former Member
0 Likes
823

i.For search help sometimes we use MATCHCODE

ii.For search help sometimes we CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' ??

iii.For search help sometimes we declare tablename-fieldname in selection?

-Which one is when applicable not clear.

Anybody please explain briefly.

Hi,

spfli-carrid fetches all the records that a field holds

when we click on the fields it will give all the values of the particular field

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST -

It's a runtime selection and also it restricts the values of the field.We can choose the values dynamically

F4 help that returns the values selected in an internal table

Matchcode

It gives an dialog box..when we opted for search help...Only input fields will be visible..we need to enter manually

Regards

Kiran

Edited by: Kiran Saka on Feb 6, 2009 10:50 AM

5 REPLIES 5
Read only

Former Member
0 Likes
709

.For search help sometimes we use MATCHCODE--->when we apply it directly to parameter or select option.they are obselete now ii.For search help sometimes we CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' ??----->if we want to populate data of internal table as search help.

iii.For search help sometimes we declare tablename-fieldname in selection?------>if that field in that table is having seach help or check table ..F4 will be avaliable directly.

also:

Fixed value of domain can also work as search help.

Read only

Former Member
0 Likes
709

This message was moderated.

Read only

Former Member
0 Likes
709

Hi,

spfli-carrid fetches all the records that a field holds

when we click on the fields it will give all the values of the particular field

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST -

It's a runtime selection and also it restricts the values of the field.We can choose the values dynamically

F4 help that returns the values selected in an internal table

Matchcode

It gives an dialog box..when we opted for search help...Only input fields will be visible..we need to enter manually

Regards

Kiran

Edited by: Kiran Saka on Feb 6, 2009 10:50 AM

Read only

0 Likes
709

Hi,

Hope you are clear now ,if yes plz close the thread

Read only

0 Likes
709

Thanks for helping replies.

P.N.: I close the threads within the same day I post here. No need to make request post to close the threads. Regards.