cancel
Showing results for 
Search instead for 
Did you mean: 

PDF convertion - hebrew font upload problem

Former Member
0 Kudos

Hello,

I am trying to define hebrew support to pdf convertion according to note 569404 - but whenever i try to run the RSTXPDF2 report - instead of getting the browse window to choose from where i upload the fonts - the report directly goes to the end and has the error message - could not open file - i was'nt given the opportunity to choose one - on the DEvelopment and QA system i didn't have problems like that.

please advise asap since this is a production system - and this feature is urgently required

Regards,

Moshe

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found that whenever in the first time you enter the above report - rstxpdf2 and run it - it opens a custom sap browse window to browse the local station and to choose the appropriate file - but if press on the cancel button - the window goes to the end of the report with the message file could not be opened - and from now on this is the result when i try to run the report - i don't get again the custom sap browse window to browse the local station and to choose the appropriate file

polina_klibanova
Explorer
0 Kudos

Hi,

please check if you have in prod the authorization for the following object:

'S_GUI' with id 'ACTVT' = '60'. It is verified by upload.

If it's not the cause and you can debug set the debug point on the

perform upload_w_filter(rstxpdft) tables ff_fontfile

using filename

'BIN'

filter

filelen

cancel.

in the program. So you can see the return code of the upload function.

Polina

Edited by: Polina Klibanova on Mar 17, 2009 5:02 PM