on ‎2018 Apr 06 1:52 PM
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>
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Regards,
Oisin
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
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.