1 Reply Latest reply: Jun 27, 2012 3:22 PM by Janos Dezsi RSS

Dump on calling HTML viewer 'DP_ERROR_GENERAL'

Sergey Sytsevich
Currently Being Moderated

Hello,

 

I have a problem with html viewer: program terminate with raise exeption when I try to view a document from pa20/pa30 (via GOS menu for Dokulink project). In J6NY transaction(the same fuctionality) all works fine.

 

Environment: SAP ERP 6.0., EFM 3.0. by Open Text.

 

Code:

...

CALL FUNCTION 'DP_SYNC_URLS'

     EXCEPTIONS

       OTHERS = 1.

   IF sy-subrc NE 0.                              <<< sy-subrc = 1

     RAISE dp_error_general.

   ENDIF.

...


ArchiveLink -> OAG1 the data provider cache deactivated.

1502912 was imported before.

 

Please, help to fix this problem.

 

Thanks,

Sergey