Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

code for inserting a character depending on the value returned

Former Member
0 Likes
441

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

2 REPLIES 2
Read only

Former Member
0 Likes
412

sorry.

Edited by: Nageswara Reddy on Jan 16, 2009 1:21 PM

Read only

0 Likes
412

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