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

Dynamic change of fields in Module Pool program?

Former Member
0 Likes
325

Dear Friends,

I defined a check list with values ABC and 123.

If I select ABC, there are 4 fields will be displayed these all are char fields.

If I select 123, there are 4 fields are replacing the above mentioned 4 fields at runtime. In that, one Date field is there, but it is replacing with char value.

How can I change dynamically from char to date vise versa at runtime?

PLease help me out.

thank you

sekahr

1 REPLY 1
Read only

Former Member
0 Likes
293

FM for converting char to numc : CHAR_NUMC_CONVERSION

for numc to char CALL FUNCTION 'MOVE_CHAR_TO_NUM'