cancel
Showing results for 
Search instead for 
Did you mean: 

Appending the string result

ravi_chandra3
Active Contributor
0 Kudos

Hi all,  I have 4 infoobjects say name1,name2,name3 and name4, each having the lenght of 60 . Now In the bex query designer i want to add this 4 infoobject like

result = name1 + name2 + name3 + name4.

I think that can be achieved by using the formula variable, but i am not sure about it , Plz help me in solving this issue.

Regards,
RaviChandra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186082
Active Contributor
0 Kudos

Hi Ravi,

I hope you can meet your requirement using VB code. This document will help you in achieving this

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0cfdc2c-9e90-2c10-c5a9-bb1704d83...

Regards

Chandu

ravi_chandra3
Active Contributor
0 Kudos

HI chandu,

Thanx for the reply, But i want to append all those string in the bex query designer level by using formula etc. Actually i have seen article related to that concatenation long days back but could not recollect right now. I want the solution at the bex query designer level.

Regards,
RaviChandra    

former_member186082
Active Contributor
0 Kudos

Hi Ravi,

I think this can be also achieved by creating formula variables for the four characteristics and concatenate the values using customer exit  in a formula variable and use the same in report.

Regards

Chandu

ravi_chandra3
Active Contributor
0 Kudos

Hi

How can u add the characteristic in the formula , In the formula only the keyfigures are seen .

Regards,
RaviChandra    

former_member210253
Contributor
0 Kudos

Hi Ravi,

u can create formula variable by using characteristic  also.

In the structure create new formula,

In the formula builder window press create new variable icon and then u can create the formula variable  of type replacement path with your char just like finding the date characteristics  difference by formula variables.

Regards,

babu.

ravi_chandra3
Active Contributor
0 Kudos

Hi chandu,

i have created the formula variable and with processing type replacement path and now how to add those string in customer exit. Because if we want to add the string in customer exit then that processing type should be in CUSTOMER EXIT NOT IN REPLACEMENT PATH .


Hope u got my question.

Regards,
RaviChandra    

ravi_chandra3
Active Contributor
0 Kudos

Hi all,

Please reply for the above issue..

Thanx & Regards,

RaviChandra