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

Problems with lower case when using POPUP_GET_VALUES_USER_CHECKED

luis_rod
Participant
0 Likes
867

Hi All,

I just changed the domain of a data element from CHAR30 to XUNAME1 in order to allow lower case input in a Z table column. When I modify the column using SM30 the data is updated in lower case, as expected. So far, so good.

Now let's switch to a Z program that’s using the POPUP_GET_VALUES_USER_CHECKED FM. The function seems to be converting my data to upper case!! Let me add, BTW, that I have another field in the same function that has the same domain (XUNAME1) and it gets updated correctly in lower case.

Any ideas,

TIA,

Luis

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
790

Hi Luis,

Did you check in debug if there are other variables used between your input data & the table ?

If you run the FM from the transaction SE37, did you check the checkbox Upper/Lower case ?

Read only

790

Frederic,

Thanks for your post. Yes, I checked the values using debug. If you remember, this FM places the input values in an internal table.

Well, just ran the program this morning again and lo and behold! The results were in the proper lower case... I'm wondering if this could have been a buffer issue, similar to the one sometimes happens with the ALVs (the ones you flush with BALVBUFDEL).

Thanks again. I'm closing the case with a "Could not reproduce" 😞

Stay Safe,

Luis