Hello Balaji,
The program was SAPMV50A. The program is correct. I have debbugged this functionality a bit deeper and in the code I have found my mistake - I had setup Z001 with Medium 6 (EDI), but in LV56LU15 it is hardcoded, that this VT62 is only working with messages having Medium = 8.
here's the part of the code:
(prg SAPLV56L, incl LV56LU15, function
delivery enqueued, prepare NAST entry
xnast-mandt = sy-mandt.
xnast-kschl = output_type.
xnast-nacha = '8'.
with 8 everything works as a charm. The topic can be closed.
Add comment