I am calling routing from my program from sapscript using perform statement and calculating the text and sending the long text to parameter to change ITCSY structure but it is returning to script max only 80 chars instead of 255.
here i am getting in V_TEXT1 max 80 chars only.
where is in ITCSY-VALUE with domain has TDSYMVALUE 255 chars.
/: | PERFORM GET_TEXT IN PROGRAM ZQMF_COAFORM | |
/: | USING &VBDPL-CHARG& | |
/: | CHANGING &V_TEXT1& | |
/: | CHANGING &V_TEXT2& | |
/: | CHANGING &V_TEXT3& | |
/: | CHANGING &V_TEXT4& | |
/: | ENDPERFORM |