cancel
Showing results for 
Search instead for 
Did you mean: 

SRS problem

Former Member
0 Kudos

HI All,

I am new to ites. please help on below issue.

We have made ITES services of certain Transactions(MB1B) and have added them to SRS screen.

But when user hits 'BACK' from SRS screen, it redirects him to SAP screen. Which should not happen ideally.

I tried to look into the issue but could not come up with a solution.

I request you to please give your valuable inputs on this.

Is there any specific forum where I can get help on SRS.

Your prompt response would be very helpful.

Thanks,

kushagra sharma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Raised an OSS to sap

former_member316351
Active Contributor
0 Kudos

Hello Kushagra,

I'm not sure what you mean by you have added MB1B to the SRS screen. If this is just a link and you want the user to not have access to the webgui then you have a few options:

1. remove the back button of the webgui using ~webgui_simple_toolbar. See note 1010519 for more information.

2. depending on how you handle sessions you may be able to use ~singletransaction, see note 959417.

Edgar

Former Member
0 Kudos

Hi Edgar,

I have made an ITES service and attached that in SICF, which is called in SRS.

But since it is a standard SAP screen so it has 'BACK" & 'CANCEL' button which are seen in SRS also.

I am not talking about internet browser's BACK or standard SRS back button, its the back button of sap transaction which I have added.

but when user is pressing back button then it navigates to sap standard screen.this should not happen

Please suggest some work alternative.

Thanks,

Kushagra Sharma

former_member316351
Active Contributor
0 Kudos

Hello Kushagra,

The work around is to remove the "back" button of the webgui. That can be done using the ~webgui_simple_toolbar parameter. Please see my previous comments.

Edgar

Former Member
0 Kudos

Hi,

I tried with the option also, but the BACK button is of Standard SAP screen.

And it is still appearing and redirecting to SAP standard menu screen.

Thanks,

kushagra sharma

former_member194364
Active Contributor
0 Kudos

Hi Kushagra,

What is your value that you have given for

~webgui_simple_toolbar

and can you also list the other service parameters that you have actually set for your service?

Have you tried using:

~singletransaction 1

Regards,

Oisin