hi,We faced the same issue and resolved it as follows.When is length of purchase order text is greater than 132 characters, split it using FM 'SWA_STRING_SPLIT' and append it to mltx.The code should be something like below.DATA: lt_string_comp TYPE S...