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

Former Member
0 Likes
991

Can someone please explain this function .

m totally new to abap and i am not gettting anything about this and i want to have a search help in my program using a table ZID_ANSHUL having fields ID,NAME,CITY,STATE

i want Id as a search help using above function.

i tried a lot like hours using internet.

m really not able to understand all the exporting parameters uses

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
875

Why don't you create an actual search help based on your ztable and then attach it to the data element of field ID, why do you want to use this FM (also there are already many samples with this FM in the forum and in your system, did you perform a where-used search)

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
875

This function module is supplied with a documentation (English and German).

A search help is a type of repository object, it's not related to this function module. You can say a "F4 help" instead.

Read only

srikanthnalluri
Active Participant
875

Is there any specific reason to jump on to this FM? As you can create a search help in SE11 and use it where ever you want in your case.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
876

Why don't you create an actual search help based on your ztable and then attach it to the data element of field ID, why do you want to use this FM (also there are already many samples with this FM in the forum and in your system, did you perform a where-used search)