Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restriction on shopping cart

Former Member
0 Kudos

Hi,

I need to restrict the shopping cart based on company code in portal.

The portal is getting the access from srm and ecc systems.

But I am unable to get the transaction and related auth obj for this in ecc

Please help me in getting them and in restricting the access.

PS : Need solution on auth level restrictions but not by ABAPers in BADI

1 ACCEPTED SOLUTION

martin_voros
Active Contributor
0 Kudos

Hi,

If i am right then your shopping cart is a web dynpro app for java deployed to your portal. It uses data from ecc and srm but there is no corresponding transaction in backend system. Hence you need to check what options youhave to control access on portal side.

Cheers

3 REPLIES 3

martin_voros
Active Contributor
0 Kudos

Hi,

If i am right then your shopping cart is a web dynpro app for java deployed to your portal. It uses data from ecc and srm but there is no corresponding transaction in backend system. Hence you need to check what options youhave to control access on portal side.

Cheers

0 Kudos

Ya its exactly the same scenario but am not sure of how to restrict it..any inputs wil be helpful

0 Kudos

will I be able to restirct through authorisation objects in the backend or is it which only portal can do ?