Hi Guys ,I have a requirement that to exclude some users of an organization in workflow.Here i have ACTOR_TAB with Organization and in EX_TAB i have users which need to be excluded. But its not working this way any idea will be appriciated.thanks.
Hi Sri ,
I would make a characteristic variable and convert it myself. Please check below code.
DATA: gv_amount type konp-kbetr.
DATA: gv_amount_text(15) type c.
gv_amount = 100.
WRITE:/ 'Positive Value : ', gv_amount.
gv_amount = gv_amo...