cancel
Showing results for 
Search instead for 
Did you mean: 

Error logging on RF ITS service

0 Kudos

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>

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

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 Kudos

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 Kudos

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 Kudos

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

Answers (5)

Answers (5)

cris_hansen
Advisor
Advisor

Hi Alexey,

Could you please share the complete GUI Configuration of the service you created?

The ALV Grid feature for ITSmobile is available as of SAP note 1668784.

Please also check whether the basic steps, like the ones presented in KBA 2242078, were followed.

Thank you,
Cris

ramesh_mahankali
Active Participant
0 Kudos

Hi,

We are also seeing ALV_GRID.CSS error in ST11. Based on above reply, I have copied ALV_GRID from ITSMOBILE service to custom service that I have created as shown below. But I still see the error logged in ST11.

I have tried republishing the service as well.

Is this correct or am I missing anything.

Thanks,

Ramesh

jeff-woehler
Explorer
0 Kudos

You might also consider changing it to refer to the original:

@import url("/sap/public/bc/its/mimes/itsmobile/99/STYLES/ALV_GRID.CSS");
0 Kudos

Hi Alexey,

I got the same error as you and found out that the error was in the custom CSS. You probably copied the standard CSS file like I did. I found out that this file is referencing the ALV_GRID.css file which does not exists. I've commented out the line and all is fine now. That's why it works when you remove your call to your custom CSS.

Regs,

David

0 Kudos

Thank you, David! I'll try it next time.

0 Kudos

Thanks for answering, Cristiano!

SICF GUI settings are quite standart:

Looks like all other is also good. I've found no clues in the notes.

And there is no visible problem with logging on (it's always successful), just errors in SM21, like this:

Only in ICF log I can see more detailed text. You can see it in my first post.

Best regards, Alex.