Skip to Content
0
Former Member
Jul 22, 2008 at 08:28 PM

4.6 to ecc6

23 Views

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.