cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict field more than its desired lenght

0 Kudos
233

Hi,

Their is a field called MaterialNumber. I need to maintain a logic in PI/PO such that it will not allow more than 18 characters. The length is more than 18 characters, PI/PO should suppress the field to pass.

Please give your valuable suggestions.

Best Regards

Aiyaz

Accepted Solutions (0)

Answers (1)

Answers (1)

alex_bundschuh
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Aiyaz,

in the message mapping editor, there are standard functions supported to retrieve length of a field, if and else, suppress, etc., so you can simply use those standard functions to map in case of length below 18 or otherwise suppress, another option would be to map only 18 chars, so cut off the field if this is rather your requirement

Alex