Hello Friends,
We upgraded system from 4.7 to ECC 6.0
In 4.7, SAP is displaying checkbox as Select Box (Tick) , But in ECC is displaying as text box.
Declaration in both the systems is
PARAMETERS: TEST TYPE CHECKBOX.
Please let me know that do i need to set any options to display as Checkbox in ECC.
or do i need to chage code as
PARAMETERS: TEST AS CHECKBOX.
Thanks & Regards
Dinesh
Yes, you should use AS CHECKBOX.
Regards,
Rich Heilman
Add a comment