cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Adobe form getting error when printing QRCODE

ilavarasan_td
Participant
0 Kudos

Dear experts,

In my program i called Adobe forms.

In the interface I pass below code

DATA: lv_nl TYPE string,

       lv_n1 TYPE xstring,

       lv_t1 TYPE xstring,

       lv_tb TYPE string.

lv_n1 = '13'.

lv_t1 = '09'.

BREAK-POINT.

CALL FUNCTION 'CACS_CONVERT_HEX_TO_STRING'

   EXPORTING

     xstring = lv_n1         " <== Your value here

   IMPORTING

     cstring = lv_nl.

CALL FUNCTION 'CACS_CONVERT_HEX_TO_STRING'

   EXPORTING

     xstring = lv_t1           " <== Your value here

   IMPORTING

     cstring = lv_tb.

CONCATENATE gv_sc gv_po1 gv_pa1 lv_nl gv_in1 lv_tb gv_exdat.

I am getting an error

Exception       SYSTEM_ERROR

Message ID:          FPRUNX                     Message number:           001

Message:

ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)

Kindly check and suggest me .

Gopi

Accepted Solutions (0)

Answers (2)

Answers (2)

SandySingh
Active Contributor
0 Kudos

Hi Gopi,

Is this issue resolved.

Reward Points if helpful

Regards

Sandy

SandySingh
Active Contributor
0 Kudos

Hi Gopi,

Looks like your ADS service is down. Contact your Basis Team.

Run program FP_TEST_03 to verify the ADS service.

Refer to thread

http://scn.sap.com/thread/224489

Regards

Sandy