Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

String concatenation NER

edited Feb 24, 2014 5:35PM in Design Tools & Output Technologies - JDE1 (MOSC) 1 commentAnswered ✓
 I'm created a NER and I'm string to use the concot(,) function to combine two strings. The problem is that if I concatenate  two UDC Desc fields (30 characters DL01) fields I get a 60 character string no matter how many characters are actually in the DL01.  
For example

DL01 = Foo
DL01 = Bar

TXT0 = concate(Foo,Bar)

Resulting TXT0 is 
Foo                         Bar

what I am expecting is

FooBar

Any help is much appreciated. 

Do I need to create a C business function to accomplish this? Is what I expect even possible?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center