cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I encounter a little problem. I set up an RF menu which consist partly of standard transactions like LM05 or LM50. On the other hand there are also custom functions. I created all HTML templates and published the services, so far it seemed ok. Screen look ok. But navigating through the functions or menu entries I had a weird phenomenon.

E.g. when I get an error message and leave it pressing "OK" in a standard transaction or if I press F3 in the entry screen of a standard transaction, then the system performs a complete logoff! I'd like to have that, when pressing F3 in the uppermost menu level, but nowhere else.

In my custom transactions it will work fine, as I do not use the standard error screen (If i would, I expect the same problems as with standard transactions); if I leave the entry screen using F3 it will return to the menu.

As I could see, the difference is:

  • the custom transactions end with "leave program" when I press F3
  • the standard transactions end (in form "BACK_TO_PROGRAM") with "leave to transaction MMENU", where MMENU = LM01.

Is there a possibility to make the error screen or the standard entry screen to perform a "leave program" instead of "leave to transactions" or do I do something wrong?

This is only when calling it as an ITS service in a web browser, in SAPGUI transactions work fine.

My service settings are:

on the logoff-tab I have entered a URL, consisting of the logoff-service combined with the service itself:

....logoff?erdirecturl = <my service>

In another system, where I use only custom transactions I use the very same service settings and it works fine. If you need more information, feel free to ask.

Thx in advance

Volker

0 Likes
View Entire Topic
volker_bock
Participant
0 Likes

Hi all,

I found out, that if the parameter "~SINGLETRANSACTION" is the problem, see also

http://scn.sap.com/thread/1878054

which I found through a google search with this keyword .

Removing this parameter stops the logout after F3 or after error messages.

But I have 2 additional questions then:

  • Pressing F3 in the uppermost main menu level leads to:

    Confirmation with "OK" logs out the user finally. Can I get rid of that intermediate screen (may be with custom Menu screens?)
    this is only, if the user is logged on in another session
  • pressing F3 having no other logons active leads to:
  • Pressing F8 in the menu screen leads to screen SAPLSPO1 0100 (for which I also had created an HTML template):

    which does not really fit to my screen format. Can I suppress this message or modify the screen?

Additional questions:

  1. I found out how to change the F8 popup from SAPLSPO1 0100 (I copied the screen into a Z-Program, changed the format to 20x16, created a "dummy" HTML template from it and overwrote the original SAPLSPO1 0100 HTML with the "Dummy" HTML code).
    BUT: is there a possibility to suppress this popup completely without a modification or copying the complete RLMENU code to a ZRLMENU?
  2. Is there a possibility to suppress the jump to LM00 (logon parameters) when pressing F3 (see bullet point 2) and to logout instead?
  3. Any OSS hints out there for those 2 questions?

Thx again

Volker

Message was edited by: Volker Bock bullet point 2 was inserted

Message was edited by: Volker Bock: Additional questions were added at the end