cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Select option search help

0 Kudos
1,752

Hi all,

I used the

F4IF_INT_TABLE_VALUE_REQUEST this FM for searc help for select option. However i am getting values  as 1000, 200 but not there details names as they appear when we open table in se16 and click on search help of the field. eg. in i use f4 for company cod eit show me both 1000 and next to its name as 'SAP COmpmany code". Now how can i obtaine that in my program ?

View Entire Topic
0 Kudos

Hi All,

Now i want to use only the names not the values. right now it is showing me both company code and its name side by side. Now i want the Name of the company code only not the company code value. what should i do

venkat_aileni
Contributor
0 Kudos

Hi-

To achieve this you have create a new internal table with only one field i.e. Company Code name, fill this internal table Company Code name values and pass this Internal table the FM (F4IF_FIELD_VALUE_REQUEST) which you are already using.

-Venkat

Former Member
0 Kudos

Hi Andy,

if you dont want to use any "dynamic" valuehelp, the i suggest you build your own Searchhelp in SE11 and use SELECT-OPTIONS so_name MATCHCODE-OBJECT z_sh_name.

I personaly hate the programming Interfaces that are used searchhelps...

regards

Jan Martin