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: 

How to restrict in T-code J1id for particular tab

0 Kudos

Hi,

i need restriction in J1ID for particular tab.

Regards

amit

1 ACCEPTED SOLUTION

jurjen_heeck
Active Contributor
0 Kudos

Best way to get there is testing, run a trace or enter debug mode with a breakpoint at AUTHORITY-CHECK statements and go through the transaction with someone who understands its workings and the desired restrictions.

Also, please provide more information than "particular tab" because if we know which business risk you're trying to cover we may come up with usable alternatives.

6 REPLIES 6

jurjen_heeck
Active Contributor
0 Kudos

Best way to get there is testing, run a trace or enter debug mode with a breakpoint at AUTHORITY-CHECK statements and go through the transaction with someone who understands its workings and the desired restrictions.

Also, please provide more information than "particular tab" because if we know which business risk you're trying to cover we may come up with usable alternatives.

0 Kudos

Hi,

we need restriction for particular tab

Excise Status > ***Vendor excise details***

Regards

Amit Gupta

0 Kudos

Hi,

The corresponding table which you need to restrict is J_1IMOVEND. Usually this table exists in &NC& authorization group. You can check the corresponding authorization group in your client as below.

Goto SM30 --> enter table name V_DDAT_54 --> click on display and select the table by using the position button.

You need to restrict the particualar authorization group to the user, so he can't see or change the "Vendor excise details"

You can also assign the required tables to different authorization groups (custom) in SE54.

Regards,

Gowrinadh

0 Kudos

This tab is based on table view J_1IMOVEND.

You can assign a specific authorization group to this table and restrict the access on S_TABU_DIS in DICBERCLS.

Another option would be to utilize a parameter transaction.

0 Kudos

hI,

thanks your reply.

I need more restriction at feild level

Excise Status> Vendor exise details --> Pan a/c no.?

Amit

0 Kudos

hi,

we need more restriction at particular field level

in PAN refrence Number tab

amit