2019 Aug 06 3:15 PM
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
2019 Aug 28 2:37 PM
Check the underlying data types used for the name/value pairs in the value_tab parameter. Do the domains support case-sensitive values?
2019 Aug 06 4:00 PM
2019 Aug 06 6:30 PM
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.
2019 Aug 28 2:37 PM
Check the underlying data types used for the name/value pairs in the value_tab parameter. Do the domains support case-sensitive values?