Thank you for detailed information you provided at the beginning of
the message,
but the docu-class 'URLA' is NOT delivered by SAP and does NOT appear in
the list of available docu-classes in the menu: Insert -> Link in the
Docu-Editor.
Have you inserted this link manually?
Since the docu-class is not delivered, the usage of this link is also
not supported.
If you still would like to use this class even without official support,
you have to limit own URLs to a more simple variant => without variables
and the ampersand sign (&). Example for such an url:
http://help.sap.com/mendocino_10/helpdata/en/index.htm
Best regards, Natalya Timchouk
BC-DOC* & KM-KW
SAP Installed Base Maintenance & Support (IMS).
Danke für die Rückmeldung!Thomas R. hat geschrieben:Für alle die es interessiert das Ergebnis der OSS-Meldung (wir sind auf Stand SAPKB62057):
...it's not a bug, it's a feature...Thomas R. hat geschrieben:So bleibt mir nur eine Modifikation der Methode RESOLVE_LINK der Klasse CL_EPSS_SAPEVENT (oder etwas weiter oben in der Aufrufkette), in der ich den Link wieder komplett zusammenbaue.
Ach ja, im modalen Fenster funktionieren die Parameter.
Code: Alles auswählen.
* Create an object of the application handling the SAPEVENT
*
CREATE OBJECT OBJ_SAPEVENT TYPE (W_SAPEVENT-S_CLNAME).
*
* Call the application to handle the SAPEVENT
*
{ INSERT SHTK922281
*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
* für Performance Assistent nötig unter 620 HP SAPKB62057
if key+0(8) = 'DS:URLA.'.
concatenate key '?' getdata into key.
endif.
*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*} INSERT
CALL METHOD OBJ_SAPEVENT->(W_SAPEVENT-S_METHOD)
EXPORTING
DOC_LINK = KEY
EPSS_HTML_VIEWER = ME.