Re: Is there a way to do a mass deactivation of services in SICF?
1498575 - Mass processing of ICF services
View ArticleRe: Not able to select local directory in ALV output download
Hello Chengalarayulu, See the blog from one of the top contributors to the ITS space on SCN Cristiano Hansenregarding this...
View ArticleRe: Not able to select local directory in ALV output download
Thank you Oisin, implemented note 1995776this resolved the issue..
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hi, we have a similar Problem.Since we upgraded to SAPKB70217 some browsers (mainly IE) are not able to load the documents in the document viewer, Firefox, Chrome, etc load the documents just fine....
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hello Fabian, what Kernel version are you using with the SAPKB70217? and what exact IE versions are you using?Older IE browsers use Quirks mode v's newer IE Browsers which use standards mode(edge)One...
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hi Oisin, we use Kernel 721_REL Patch 520IE11 Changing the SAP-IE parameter does not help. I tried that already. for some reason it seems as if the server can understand the parameter at the end of the...
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hi Fabian, As you mentioned that your system has SAPKB70217, then the corrections from note 1970427 are already in place. Give it a try: edit the GUI Configuration from your WEBGUI service,...
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hi Cristiano, thanks for your input.I have also tried what you suggested. But the result stays the same. At this point I'm not sure if the problem is caused by webgui or opentext Document viewer. we...
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hi Fabian, A kernel upgrade seems to be the solution. Please read SAP note 2197569: ITS HTML Viewer: documents with sapr3 url not shown. The correction is available as of kernel 7.21 patch level 523. I...
View ArticleRe: Document Viewer not opening in SAP WEBGUI
Hi Cristiano, thank you very much for pointing us to the Note. This is exactly our Problem! We will use our workaround through the OAG4 settings until the next Kernel Patch implementation! Thanks...
View ArticleRe: Document Viewer not opening in SAP WEBGUI
To the ITS SCN Community.Just a general information to this SCN thread.A good note search term for document viewer issues in the WEBGUI is cl_gui_html_viewer Regards, OisínITS SCN Moderator
View ArticleRe: Unable to edit editor template in ITSMOBILE visual editor
Hello Priyank, are you trying to modify the templates of ITSMOBILE service in SE80? This is the runtime service.It should not be changed. See the following WIKI - which explains the roles of the...
View ArticleRe: Unable to edit editor template in ITSMOBILE visual editor
Hello Priyank, Please clarify about the SAP_BASIS package level: SAPKB740xx ?And the kernel version/patch level? You can also visit the ITSmobile Visual Editor wiki page. Regards,Cris
View Articleproblems sap webgui when export specials characters as 'ñ' or 'á'
Hi I have a problem when I am trying of export file with information that have specials characters as 'ñ' or 'á' . When I do this same using SAP ERP this work fine. This is the version of Kernel....
View ArticleRe: problems sap webgui when export specials characters as 'ñ' or 'á'
Hello Carmen, how exactly are you doing the export? can you describe the process?you are using the SAP ITS Applet when doing this Export?If yes then you can do a detailed trace on the process.See the...
View ArticleRe: problems sap webgui when export specials characters as 'ñ' or 'á'
Hi I am using this code: DATA: gr_file TYPE REF TO zcl_file. gr_file->download( filetype = 'XLS' path = lv_file separate_by_tab = abap_true data_tab = gt_out ). METHOD...
View ArticleRe: problems sap webgui when export specials characters as 'ñ' or 'á'
Hi Carmen, What is the problem you actually face?Are the special characters not converting correctly when running this report via WEBGUI? Regards, Oisin
View ArticleRe: problems sap webgui when export specials characters as 'ñ' or 'á'
Yes, You understand my issue.The special characters not converting correctly when running this report via WEBGUIRegards
View ArticleRe: problems sap webgui when export specials characters as 'ñ' or 'á'
Hello Carmen, Could you please clarify whether ED3 is unicode or non-unicode system?Most likely the issue is related to the codepage used to export the file.Check in ED3 the codepage used, then, when...
View ArticleRe: problems sap webgui when export specials characters as 'ñ' or 'á'
ED3 = ID System112 = Client This only occur witth this program customer. We need modify the source code for export the file. My doubt is What code use? Regards
View Article