‎2008 Feb 27 7:49 AM
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
‎2008 Feb 27 8:03 AM
FM for converting char to numc : CHAR_NUMC_CONVERSION
for numc to char CALL FUNCTION 'MOVE_CHAR_TO_NUM'