Hello Experts,
This is regarding dump occuring while creating WWI report.
Runtime error: ASSIGN_TYPE_ILLEGAL_CAST
Dump is happening in FM EHSB_LBLS_TEXT_CONVERT.
IF E_TEXTLINE IS REQUESTED.
L_XVALUE = E_TEXTLINE_AS_XSTRING.
>>>>>> ASSIGN L_XVALUE(L_LENGTH) TO <TEXTLINE> TYPE 'C'. "see 581444
E_TEXTLINE = <TEXTLINE>.
ENDIF.
Value supposed to be updated in E_TEXTLINE is 'Yes'. But assignment operator is getting failed here. This code itself seems like included to fix some other issue through OSS Note : 581444.
Please help us in this regard.
Regards,
Mohan.