Hi Samuli,
Thank you for your quick response.
I'll take a look at these notes and let you know how it goes.
Cheers,
Laura
Hi Samuli,
Thank you for your quick response.
I'll take a look at these notes and let you know how it goes.
Cheers,
Laura
Hi All,
The Issue get solved by SAP. Here is the correct answer.
1. Specific to our scenario: We are getting this issue due to the fact one of the portal component EP RUNTIME 7 SP 9 wasn't installed properly in QA. Some of the Ajax framework page Development component of the EP RUNTIME business package was missing in DEV as compare to QA.
So SAP has suggest to reinstall the EP RUNTIME 7 SP9 Business package as per the steps suggested in note 1921719. Which has solved our problem.
Option 2: AS suggested by SAP that ~singletransaction is not supported by portal, it is recommended to copy the Webgui service to a new service( 1 or more) and maintain all desired parameter for each transaction that you want to integrate or accessed from portal.
Example. You have 2 transaction to be integrated in portal Z1 & Z2
Now copy Webgui service from ITS to new Services Z1_gui & Z2_Gui and maintain the required
configuration parameters.
Z1_GUI
~singletransaction 1
~transaction Z1
....
....
Z2_GUI
~singletransaction 1
~transaction Z2
Activate the services above.
Part 2: Now instead of creating transaction iview in portal, you can created IAC iview refering to these services and this has solved my Webgui click issue.
Thanks again for all experts who suggested me the solution in this forum.
BR,
Shobhit
Hello Cristiano,
Thanks for answer.
I had already gone through the links which you mentioned in your post, but was bit unclear to me. But now its cleared after your reply.
Thanks again
Hi Laura,
from your screenshot - I believe the broswer been used is Chrome?
If YES then this is not a Quirks /Standards Mode issue. This only affects IE.
Using the Chrome Developer tool does it provide any further information on the issue?
Your Kernel Patch level 320 is for the 742 Kernel? Right?
Regards,
Oisin
Hi Laura,
I see that you are using NWBC/WEBGUI via Portal.
Could you please clarify about the SAP_BASIS of your backend system?
Is there a particular reason to have ~disconnectonclose 1 set in the GUI Configuration? Usually this is not needed.
Regards,
Cris
Hi Jhonny,
OR
You can code the success message accordingly in the background module pool program. Say, you have a flag variable which indicates if the entry into the first selection screen is via the last screen or not. If yes, display the message whatever it is. In this case, you would not have to make any changes on the ITS side, except for, generate proper HTML templates for all the screens after coding.
Hi Oisin,
Indeed - we are using Chrome and KPL 320 for kernel 742.
Unfortunately, I can't reproduce the issue in test system. The screenshot attached to my message is from the user that reported it in production system. I'll try to get that information from the user and let you know how it goes.
Regards,
Laura
Hi Cristiano,
We are using both, Portal and NWBC for HTML, but our aim is to decommission the former.
We are on SAP_BASIS release 742 SP-level 4 (SAPKB74004).
Regarding Webgui service configuration, since I haven't configured it, I'm not aware of the reason behind having this parameter you mention in our config.
Thanks,
Laura
Hi Laura,
it would be advisable to apply the following note
1917981 - SAP GUI for HTML: Conflict between window and display size
Regards,
Oisin
Hi Experts,
I configured a ITS which is working perfectly on desktop, laptop and other mobile devices but when we are working with Motorola devices we are facing issue. When I open ITS on Motorola device, after user login system is not responding to any user action. I tried different parameters and settings in ITS. Any suggestions on how to solve this kind of issues are most welcome.
Hi vasu,
More information will be required in order to find a solution for this issue.
Like:
1. What screen are you seeing after logging in? Snapshot would be preferred.
2. What parameter settings have you done for the internet service?
3. What motorola device are you using and which browser on that?
and so on...
Hi Khadke,
In ITS I mentioned below parameters.
~ITSMOBILECSSINCLUDE MOBILE
~ITSMOBILECUAINCLUDE CUAAREA
~SERVICE ZXYM_LM01
~THEME 99
~TRANSACTION LM01
I am seeing LM01 screen after logon, when I click on any other button I am not able to move further(there is no response after user action on RF device).
Hello Christiano
the chapter 2.1.16.3 from
has to be corrected by SAP so the formulated sentence is more clear and would not mislead.
Can you address this issue internally at SAP?
BR
Kairat Alaichiev
Hi,
If it is working properly on other devices, it must be Key function issue on the Motorola. Please ensure that first.
If not, make sure you have configured the Key functions on your device:
motorola MC9190 -ITS Mobile RFID
Enter or function code is not working in the HTML Template screen
Mobile Devices and Browser - Wiki - SCN Wiki
Also, are you clicking on the buttons or using the shortcut keys?
Can you please post a snapshot?
Hi Oisin and Chris,
We did the same as 1575271 but it did not help us to solve the issue.
after restart we did run report WDG_MAINTAIN_UR_MIMES and it is giving time out dump, table entry WDR_MIME_PCKG_DP is Zero(in D and Q it has value)
Regards
Karthik
Hi Kerthik,
can you post more information on this dump?
This report WDG_MAINTAIN_UR_MIMES is from the BC-WD-UR/ABA
See the note: 2090746 - Unified Rendering Notes - Which One To Apply - Instructions And Related Notes.
May need to apply some of the notes mentioned in this.
Regards,
Oisin
Hi Oisin,
As per SAP suggestion we already implemented SAP notes and upgraded SAP-UI patch to 15.
in D,Q system report WDG_MAINTAIN_UR_MIMES executing lessthan 600 sec but in P system it is throwing Timeout dump and table entry is missing.
Time Out Dump is below.
Category ABAP Programming Error
Runtime Errors TIME_OUT
ABAP Program CLUR_MIME_HANDLER=============CP
Application Component BC-WD-ABA
Date and Time 08.05.2016 08:48:29
Information on where terminated
The termination occurred in ABAP program "CLUR_MIME_HANDLER=============CP",
in "PUT_FILE". The main program
was "WDG_MAINTAIN_UR_MIMES".
In the source code, the termination point is in line 72 of (Include)
program "CLUR_MIME_HANDLER=============CCIMP".
raise exception type lcx_error.
endif.
call function 'SSFC_BASE64_DECODE'
exporting
b64data = l_entry-const_name
importing
bindata = content.
split l_entry-const_intf at ';' into timestamp l_dummy.
endmethod. "get_file
method put_file.
assert file_location-package = c_ur_package.
data l_entry type t_entry.
data l_last_slash type i.
l_entry = get_entry_key( file_location-file_path ).
call function 'SSFC_BASE64_ENCODE'
exporting
bindata = content
importing
b64data = l_entry-const_name.
find all occurrences of '/' in file_location-file_path match offset l_last_slash.
add 1 to l_last_slash.
concatenate timestamp ';' file_location-file_path+l_last_slash into l_entry-const_intf.
insert (c_db_name) from l_entry.
endmethod. "put_file
method delete_files.
assert package = c_ur_package.
data l_entry type t_entry.
Active Calls/Events
No. Ty. Program Include Line
Name
4 METHOD CLUR_MIME_HANDLER=============CP CLUR_MIME_HANDLER=============CCIMP 72
LCL_MIME_ACCESS=>PUT_FILE
3 METHOD CLUR_MIME_HANDLER=============CP CLUR_MIME_HANDLER=============CM00A 95
CLUR_MIME_HANDLER=>POPULATE_MIMES
2 FORM WDG_MAINTAIN_UR_MIMES WDG_MAINTAIN_UR_MIMES 92
COMMAND
1 EVENT WDG_MAINTAIN_UR_MIMES WDG_MAINTAIN_UR_MIMES 61
ATLINE-SELECTION
Chosen variables
Name
Val.
No. 4 Ty. METHOD
Name LCL_MIME_ACCESS=>PUT_FILE
Internal notes
The termination was triggered in function "ab_chstat" of the SAP kernel, in
line 2282 of module "//bas/741_REL/src/krn/abap/runt/abinit.c#13".
The internal operation just processed is "METH".
Internal mode started at 20160508083822.
Directory of Application Tables
Name Date Time Lngth
Val.
Program WDG_MAINTAIN_UR_MIMES
SYST 21.01.2014 10:06:21 00004612
\0\0\0\0\0ఠ\0⍩\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\x0001\0
SY . . : : 00004612
\0\0\0\0\0ఠ\0⍩\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\x0001\0
Program SAPFS_SECLOG
INDX . . : : 00003104
400%L%_SeclogExcludedCaller\0\0\0 00000000
Program SAPLSMPI
EUDB . . : : 00004068
CUWDG_MAINTAIN_UR_MIMES D\0\0\0
Program SAPLSKWF_NAMESPACE
SKWF_URLIO . . : : 00000384
400BBMIME/sap/public/bc/ur/ur_mimes_nw7.zip
Program SAPLSDCL
SDOKIOCL . . : : 00000600
SDOKIOCLT . . : : 00000150
SDOKLOCL . . : : 00000754
00000000000000 0000000000
SDOKLOTAB . . : : 00000362
SDOKPHTAB . . : : 00000662
Program CONTEXT_X_TR_SYS_PARAMS
CONTEXTB . . : : 00002992
400EBTR_SYS_PARAMS 000006000100000000000000\0\0\0\0
TCONT . . : : 00000068
TR_SYS_PARAMS 20160426155431|
Program CL_GUI_PROPS_CONSUMER=========CP
EUDB . . : : 00004068
%C526C1F0EF50C1ED6859CE99EEB235779 \0\0\0
Program SAPLSCMS_R3DB
CREP_R3DB . . : : 00000438
MIME 0045 SMIMCONT1
Program SCMS_R3DB_SUB
SMIMCONT1 . . : : 00003048
INE0019BBCA3D421DEDB6E50FEB0CAFEA8BFA163E94DB911EE5B5DC07F
Hi Karthik,
see if the following KBA helps
2121085 - MIME deployment error after Unified Rendering update
the second scenario would seem to match what you are experiencing here?
Regards,
Oisin
Hi Oisin,
Seems our system fine with version status.
below are the details.
[ Deploy MIMEs ]
[ Force MIME deployment ]
[ Download MIME archive to local PC ]
[ Upload MIME archive to server ]
Status
SAP UI: NW740SP0015
ZIP Archive Path in MIME Repository: /sap/public/bc/ur/ur_mimes_nw7.zip
ZIP File Prefix: mimes/
ZIP Archive Timestamp: 18.03.2016 10:41:26
ZIP Archive LOIO: 0019BBCA3D421DEDB6E50FEB0CAFEA8B
ZIP Archive Size [Bytes]: 15.304.136
Deployed ZIP Archive Timestamp: 18.03.2016 10:41:26
Deployment Timestamp: 26.04.2016 13:24:55
Number of deployed files: 8.559
Deployed version.properties:
urversion: 10.30.3.244698.0
urrelease: UnifiedR_03_REL
urchangelist: 244698
jschangelist: 244705
urtimestamp: 201602181902
urimplementationversion: 03.000.20160218124210.0000
urspnumber: 00
ursppatchlevel: 0
urtarget: NewYork
codeline: $File: //tc1/uicore/UnifiedR_03_REL/src/_version/version/version.properties $
CLUR_NW7=>VERSION_PROPERTIES:
urversion: 10.30.3.244698.0
urrelease: UnifiedR_03_REL
urchangelist: 244698
urtimestamp: 201602181902
urimplementationversion: 03.000.20160218124210.0000
urspnumber: 00
ursppatchlevel: 0
urtarget: NewYork
codeline: $File: //tc1/uicore/UnifiedR_03_REL/src/_version/version/version.properties $
i can see "jschangelist:244705" extra added in the Deployed version.properties:
Regards
Karthik