cancel
Showing results for 
Search instead for 
Did you mean: 

UDF needed for Strin Concatenation.

Former Member
0 Kudos

Dear Friends,

I am new to XI The requirement is like.

"In order to map field E1EDL20-VBELN, Concatenate field CH_VBELN with 00 in the left side.

For example if we have in the file ""80008000"" as a value of field CH_VBELN then the field E1EDL20-VBELN will be mapped with 0080008000.

E1EDL20-VBELN = 0080008000"

.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member194786
Active Contributor
0 Kudos

Hi Ramesh,

You can use the standard function formatNum for this.You can search in help doc for the same.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi,

Use Constant as 00 and use Concatanate function and mapp CH_VBELN and constant field to the target field E1EDL20-VBELN

Ex:

Constant(00)

-


Cocatenate----


E1EDL20-VBELN

CH_VBELN

Regards

Seshagiri

Former Member
0 Kudos

Hey

why do you need UDF here?

just use the concat standard function and concat 00 with VBELN

Thanx

Aamir