Diese Seite (Version-1) wurde zuletzt am 28-März-2017 14:37 von Administrator geändert.

Du bist nicht autorisiert, diese Seite umzubenennen.

Du bist nicht autorisiert, diese Seite zu löschen.

Versionsgeschichte der Seite

Version Zuletzt geändert Größe Autor Änderungen Kommentar

Links

Eingehende Links Ausgehende Links

Versionsunterschiede

Unterschiede zwischen Version und .

Zeile 1: 105 Zeilen hinzugefügt.
[{ALLOW view All}]
[{ALLOW edit Authenticated}]
!WebGUI, Service, Webserver, Web Service
|SICF|WebDynpro Applications
|SMICM|ICM Monitor
|SOAMANAGER|
|WSCONFIG|
|WSADMIN|
|SPROXY|
|SE80|
Tree: /sap/bc/webdynpro/<namespace>/<application name>
!Timeout
see [SAP|http://help.sap.com/saphelp_nw70/helpdata/de/7b/72092aaa1342c5a3af7ce0b9a11ff9/content.htm] \\
1. SE38 > r.RSPARAM\\
2. See parameter __icm/server_port_<x>__\\
|TIMEOUT|Netzwerk-Timeout
|PROCTIMEOUT|Bearbeitungs-Timeout (ICM Request)
Example: icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600
See also
|icm/keepalive_timeout|Used if icm/server_port_<x>=0
|rdisp/plugin_auto_logout|AS ABAP (Benutzerkontext im Workprozess) 0=never
!Trace Web Applications
Option 1
# SICF > F8#
# Menu > Bearbeiten > Auszeichnung aktivieren (mit "Request + Response", Pfad =/)
# <Run web application>
# Menu > Bearbeiten > Auszeichnung deaktivieren
# Menu > Bearbeiten > Auszeichnung anzeigen
Option 2, HTTP-Aufzeichnung für den Service CRM_UI_FRAME
#SICF
#Filter ICF Hierarchy to Service = CRM_UI_FRAME
#Switch on runtime analysis (SICF: Edit -> Runtime Analysis -> Activate)
#Start WebUI (SICF: context menu on node 'crm_ui_frame' -> Test Service)
#Do whatever is of interest for your analysis
#Switch off runtime analysis (SICF: Edit -> Runtime Analysis -> Deactivate)
#Now switch to transaction SE30 (or SAT) to analyse the data
Option 3, 'On-Demand' measurements
#Transaction SE30.
#Click For User/Service.
#Create new Task. (It should have Process Type: HTTP & Object Type: URL)
#Execute your scenario.
#Come back to Tasks and Delete your Task that you have created at step 3. This stops the measurement.
#Select Other File to view your trace.
Options 4, Benutzervorgaben (?)
{{{
CRM_EVENT_TRACE=X
CRM_UI_PROFILE=Xx1234567
}}}
Others
*Activate the checkpoint group BSP_WD_EXCEPTION_DISPLAY. You can do so in transaction SAAB. In the tab page "Activation" and its area "Assertions" set the radio button "Break". This will display information about runtime exceptions in the WebClient UI
*In your user data (transaction SU3) add the parameter BSPWD_USER_LEVEL with the value 9. This will display all messages including technical information within the message area of the WebClient UI.
*Check also: Note [1244321|https://service.sap.com/sap/support/notes/1244321] - Simplifying error analysis in CRM WebClient UI: Wenn Sie den Internet Explorer verwenden, wählen Sie "Extras -> Internetoptionen". Entfernen Sie auf der Registerkarte "Erweitert" das Kennzeichen "Kurze HTTP-Fehlermeldungen anzeigen"
*Das Trace in Transaktion STAUTHTRACE ist die ausführliche Version des in Transaktion SU22 über die Tracetaste verfügbaren Traces. Es funktioniert wie das Systemtrace (Transaktion ST01). Allerdings wertet es ausschließlich Berechtigungsprüfungen aus
!Shared Memory
|SHMM|Shared Memory Areas Overview
|SHMA|Shared Memory Area Administration
We had a system dump SYSTEM_NO_SHM_MEMORY for CX_SHM_OUT_OF_MEMORY at area CL_BSP_WD_SHM_AREA
and solved it by increasing "abap/shared_objects_size_MB" from 120 to 300.
Notes on this
<note-no>
|[972757|https://service.sap.com/sap/support/notes/972757]|Occurence of the SYSTEM_NO_SHM_MEMORY runtime error
|[1232973|https://service.sap.com/sap/support/notes/1232973]|SYSTEM_NO_SHM_MEMORY short dump
|[1281896|https://service.sap.com/sap/support/notes/1281896]|Hoher Speicherverbrauch und CRM WebClient
|[1042618|https://service.sap.com/sap/support/notes/1042618]|Shared memory für Design layer nach Systemneustart
!SSL
|STRUST|ICM Certificates
[SAP Doku: SSL Einrichten|http://help.sap.com/saphelp_nwpi711/helpdata/de/49/23501ebf5a1902e10000000a42189c/frameset.htm] | [SAP Doku: WS-Security|http://help.sap.com/saphelp_nwpi711/helpdata/de/07/291349dce045edb47a64fd27f51a59/frameset.htm] | [Forum SSL|http://scn.sap.com/thread/1767230]
[Setup Note 510007|https://service.sap.com/sap/support/notes/510007] |
[Note 1094342|https://service.sap.com/sap/support/notes/1094342]
Note:\\
When you setup your SSL standard server certificate, make sure the CN is the FQDN of your SAP system as seen by and connected to from your browser clients.
You should be able to view the certificate in your browser, if the hostname in the certificate does not match the FQDN of the server you are connecting to you will get an error. Check SMICM -> Goto -> Trace File -> Display All ...for more information on the issue.
Tipp: In der SM59 eine “HTTP-Verbindung zu ext. Server” anlegen, damit kann man in der Regel schneller testen, als jedes Mal den Webservice zu debuggen.
My own findings:\\
1. STRUST "SSL-Server Standard": root CN must be "*.<domain>"\\
2. Import all instance certificates into the root certificate (the * one)\\
3. STRUST "SSL-Client SSL-Client(Standard)" must import the instance and the root certificate\\
4. when you import/generate certificates you must restart the ICM\\