Dear Experts,
I am creating the Radio Button in selection Screen
I have the used the below syntax
PROMPT(RADIOBUTTON,%EMPCAT%,"Employee Category",0,{"Yes","No"},{"1","0"})
Its working fine and i am getting the screen with radio button .but my requirement is as below
PROMPT(RADIOBUTTON,%EMPCAT%,"Employee Category",SA,{"Saudi","Western","Eastern","Middle-East","CT-Saudi","CT-Arab","CT-Eastern","CT-Western"},{"SA","WE","EE","ME","CT-SA","CT-AR","CT-EE","CT-WE"})
But this is not working.
Kindly advice on this.how to resolve to the above error..
Thanks in advance.
Regards,
Srinivasan.V