‎2007 Aug 14 6:14 PM
Hi ,
Please check below code:
select-options:
s_re for VARI-REPORT,
s_var for VARI-VARIANT.
message e001(zg) with s_var+3 s_rep+3.I am getting error :<b>The sum of the offset and length (=34) exceeds the length of the start (=31) of the structure. - not allowed in Unicode programs</b>. -
Anybody knows how to solve this issue?
Thanks & regards,
Yogita
‎2007 Aug 14 6:20 PM
Hi Yogita,
give the required characters like below.
message e001(zg) with s_var3(<no.ofchar>) s_rep3(<no.of char>).
Regards,
Atish
‎2007 Aug 14 6:20 PM
Hi Yogita,
give the required characters like below.
message e001(zg) with s_var3(<no.ofchar>) s_rep3(<no.of char>).
Regards,
Atish
‎2007 Aug 14 8:01 PM