cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error logging on RF ITS service

0 Likes
5,124

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>

View Entire Topic
0 Likes

Here is the solution found by one of my colleagues:

We've added ALV_GRID copied from ITS-mobile to MIME-repository in SE80, with sap/public/bc/its/mimes/zrfui folder created.

Now log in SM21 is OK.

former_member194364
Active Contributor
0 Likes

Hi Alexey,

that is unusual.

When you say
"

We've added ALV_GRID copied from ITS-mobile to MIME-repository in SE80,

"

Could it be that ALV_GRID.CSS from "ITSMOBILE" was NOT actually published?

If you have the

~sources ZRFUI, ITSMOBILE

it should find the CSS file from ITSMOBILE

Here is info on : ~ITSMOBILECSSINCLUDE

https://wiki.scn.sap.com/wiki/x/POk#ServiceParametersandSettingsforITSmobile-~ITSMOBILECSSINCLUDEITS...

Regards,

Oisin

0 Likes

Hello, Oisin!

I can't say right now whether it was published or not. At least all was good before I added my custom CSS. And when I removed ITSMOBILECSSINCLUDE from settings, errors disappeared.

Anyway, thanks for your remark. I'll try it in the next time.

BR, Alex.

former_member194364
Active Contributor
0 Likes

Hi Alex,

thats uesful to know. Thanks for sharing.

Did you compare your own CSS: "mymobile" set in ~ITSMOBILECSSINCLUDE against the default CSS style sheet of the mobile.css file from the ITSMOBILE service?

Were they different? That may explain the root cause of the issue, or else your own "mymobile" CSS was not published.


Regards,

Oisin