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

Case Sensitive F4 Popup

Vineeth5494
Discoverer
1,884

I am using F4IF_INT_TABLE_VALUE_REQUEST APi for getting F4 popup. i prepared values in lower case which i am passing to the API (lt_value_table) , but the popup is showing the values in upper case.

Please help me in showing the popup values with case sensitive and on choosing the values, the return tab should also be in case sensitive.

Thanks in advance,
Vineeth

1 ACCEPTED SOLUTION
Read only

amy_king
Active Contributor
1,568

Check the underlying data types used for the name/value pairs in the value_tab parameter. Do the domains support case-sensitive values?

3 REPLIES 3
Read only

Former Member
0 Likes
1,568

Can you post your code?

Read only

Sandra_Rossi
Active Contributor
1,568

In my test with the simplest scenario, there's no issue. Even if a text is based on a DDIC domain with upper-case-only, whose values passed to F4IF_INT_TABLE_VALUE_REQUEST are changed to lower case, they appear in lower case in the popup.

Read only

amy_king
Active Contributor
1,569

Check the underlying data types used for the name/value pairs in the value_tab parameter. Do the domains support case-sensitive values?