cancel
Showing results for 
Search instead for 
Did you mean: 

BW I need join (unite) Text1 whit Text2

Former Member
0 Kudos

Hi gurus

I request your help I have a infoobjeto characterics

General:

Length:5

Master Data Text:

Enabled

Whit Texts

Short Texts exists

Medium length exists

long texts

My file brings

ID text1 text2

text2 not the show in my portal as I can unite text1 + text2?

please help

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

very Thanks

good solutions

Former Member
0 Kudos

hi

if you solved your issue with text please mark the poste as solved.

and please do not forget

Food for Points: Make a Difference through Community Contribution!

https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82

bye

Boujema

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you for your reply

I am new to the area I could say the steps by step as concatenate please

Former Member
0 Kudos

hi

the coding could look like for you fields ID text1 text2 as follow.

Go to you transformation where you load these texts.

in the short, medium or long text create a routine.

type in this line of code:

concatenate source_fields-text1 source_fields-text2 into result.

this should work.

bye

mr_v
Active Contributor
0 Kudos

Former Member
0 Kudos

Yes, We can not concatenate text at portal level..we can add to key figures though....

In order to get text 1+ text 2, you should write a rutine in the backend, and show the result in portal.

Thanks...

Shambhu

Former Member
0 Kudos

do not really get what you want to achieve

but you can concatenate text1 and text2 in your master data text.

In the transformation or transfer rules

write a routine like

concatenate source text1 and source text2 in target text.

bye