‎2009 Jan 16 10:57 AM
Hi All,
I have a specific requirement in BI, where my query requires to return CharactersY/N based on the return value of a boolean expression involving a number fieldZ
If (Z==5) then the expression returns 1 else returns 0.
But I want to use these result values(1/0) so that I get Y/N instead. I have created a character field X which can accept the values Y,N.How do i proceed forward with coding to be done?
What is the coding to be done to get this working Could someone give me the apprpriate ABAP coding for the routine I intend to write in this context
‎2009 Jan 16 11:19 AM
‎2009 Dec 08 9:29 AM
thnks all,
I have resolved my issue
Edited by: Vasavi Yagnala on Dec 8, 2009 10:29 AM
Edited by: Vasavi Yagnala on Dec 8, 2009 10:30 AM