we are in the middle of ecc6 upgrade and now getting some issue to send invoice in pdf format.
the error is
only character-type data objects are supported at the argument position
"P_PDF_XSTRING".
and this is the coding which we given.
FIELD-SYMBOLS <P>. "workarea for pdf data
p_pdf_string type XSTRING.
ASSIGN str TO <p> TYPE 'X'.
CONCATENATE p_pdf_xstring <p>(len)
INTO p_pdf_xstring.
this concatenate part is giving issue, any body can help to clear the issue. I don't have any idea how can I change it.