Skip to Content
0
Apr 06, 2018 at 12:52 PM

Error logging on RF ITS service

2458 Views Last edit Apr 06, 2018 at 12:57 PM 4 rev

Hi everyone!

I implemented custom CSS file for our RFUI service, by copying MOBILE.CSS and setting ~ITSMOBILECSSINCLUDE paramer with the new CSS file name.

All works good, but basis administrator watches errors in SM21 and ICF log. Errors occur when users make logon on RFUI. Nothing wrong happens, only error messages, but I need to fix it somehow. For unknown reason the system tries to address service sap/public/bc/its/mimes/zrfui/ALV_GRID.CSS which didn't exist. I've created it, but with no use.

Without ~ITSMOBILECSSINCLUDE there are no errors, so obviously, it is the cause.

What can I do to set it right?

Any help will be appreciated.

Errors text

SM21:

05.04.2018 16:47:51 ewd_EWD_00 DIA 007 000 @5B\Qwarning@R47Delete session T1_U5053_M0 after error Internal error [Error/Core]

where 007 is process number (can be also 009 and 002), 000 is a client

Error in ICF log:

<ErrorInfo URL="http://192.168.14.51:8000/sap/public/bc/its/mimes/zrfui/ALV_GRID.CSS"> <ErrorMessage> Path interpretation error "/SAP/PUBLIC/BC/ITS/MIMES/ZRFUI/ALV_GRID.CSS". Object name: "ZRFUI/ALV_GRID.CSS".</ErrorMessage> <Date>20180404</Date> <Time>173838</Time> <Client>000</Client> <User></User> <TerminationType>ERROR_MESSAGE_STATE</TerminationType> <ABAP-CallStack> <Method> <Name>IF_HTTP_EXTENSION~HANDLE_REQUEST</Name> <Program>CL_HTTP_EXT_ITS_MIMES=========CP</Program> </Method> <Method> <Name>EXECUTE_REQUEST</Name> <Program>CL_HTTP_SERVER================CP</Program> </Method> <Function> <Name>HTTP_DISPATCH_REQUEST</Name> <Program>SAPLHTTP_RUNTIME</Program> </Function> <Module> <Name>%_HTTP_START</Name> <Program>SAPMHTTP</Program> </Module> </ABAP-CallStack> </ErrorInfo>