cancel
Showing results for 
Search instead for 
Did you mean: 

ISA R3 : simulation only

Former Member
0 Kudos

Hello

We're using ISA 5.0 R3 edition in B2B mode.

We would like to give authorization to some user in display + simulation but not to order. So he could see the shopping basket, the simulation screen but not the order button, or at least not useable.

I've seen authorization object ISA_DOC and V_VBAK_AAT in R3 and tried all combination but without success.

Do you know a way ?

I would like to avoid to come to a specific solution with additional development and authorization objects.

Thank you for your help

Benoit

Accepted Solutions (1)

Accepted Solutions (1)

prashil
Advisor
Advisor
0 Kudos

Hi Delporte,

I don't know whether such kind of authorization exist in R3 but you can meet your goal by customizing the code in the Java side.

For this you also need to write a FM in R3 while can identify whether the user has the permission to order or not. This may require you to add some custom field in the master data.

If you achieve this, then you require to add a condition block for the Order button in ordersimulate.jsp, which will restrict the display of Order button.

Other way is to when user click the order button you can check the authorization in FM and show a message page.

Hope this guides you in right direction.

Regards,

Prashil

Answers (0)