cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Experts

Former Member
0 Kudos

Hi,

Could you please help me in achieving below logic with screen shot.

Concatenate E1MTXLM-TDLINE separted by space when E1MTXHM-TDOBJECT = MATERIAL,E1MTXHM-TDID="GRUN" and E1MTXHM-TDSPRAS = "E".

Thanks & Regards,

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Vaani,

Use mutliple IF else and And condtions.Seems to be straight forward.

Try if and let us know if you get error.

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Kudos

Hi,

Try with graphical mapping ...If you are not able to make it let me know .

It can be handled by writing a small UDF as well.

Thanks,

Apu

Former Member
0 Kudos

Hi Apu,

I tried with Graphical Mapping,But let me also know UDF too..

My doubt is that,with what TDLINE should be concatenated along with space.Bit confused with that logic.

former_member186851
Active Contributor
0 Kudos

Hello Vaani,

You can use de-limiter string in concatenate string to add space inbetween.

nitindeshpande
Active Contributor
0 Kudos

Hello Vaani,

If the logic can be achieved using the standard functions provided, then it is not suggested to go for UDF, Please try and use UDF only when, the logic cannot be implemented using existing functions.

For your case, it can be very well implemented using the existing functions. Unnecessary use of UDFs incerease message processing throughput.

Regards,

Nitin