cancel
Showing results for 
Search instead for 
Did you mean: 

In IW32 how to make settlement rule to disable mode

Former Member
0 Kudos

Hi experts,

I have a requirement to disable the settlement rule ,or it has to give error message when user tries to edit,delete and create the settlement rule in transaction IW32.

Menu path  Goto->Settlement Rule. I have tried to find the exit to make screen display mode, but i didn't get any.Now I am looking exit to give error message.

Please suggest an EXIT/BADI  for this.


Thanks in Advance.

Fayaz.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks experts for your valuable suggestions. I found solution myself.

Regards,

Fayaz.

Former Member
0 Kudos

Forum is for sharing knowledge.

So, please share the solution which you adapted.

marco_teixeira
Participant
0 Kudos

Tell us ... share ...

former_member431412
Participant
0 Kudos

Could you tell us how you solved it?

former_member1341210
Participant
0 Kudos

I totally agree with Maheswaran. Why to go for some ABAP development if you can stop it on authorization level.

Former Member
0 Kudos

Instead of making the screen in display mode using exit, you can control the settlement rule access through authorization.

Use Authorization object I_VORG_ORD & don't give authorization to Maintain Settlement Rule option.

You can give authorization only to the required users.

peter_atkin
Active Contributor
0 Kudos

Fayaz.

Just to be clear here..

You want to stop the user from changing the settlement rules AFTER they have been created?

PeteA

Former Member
0 Kudos

Hi PeteA.

I want to stop user at the time of creation only. If it is already created by other user, the current user should not be able to modify or delete the settlement rule.

Regards,

Fayaz

peter_atkin
Active Contributor
0 Kudos

Just to supplement Maheswaran KD's post above

Use Authorization object I_VORG_ORD where BETRVORG = KABV to disallow users accessing the Settlement Rule screen.

PeteA

former_member1341210
Participant
0 Kudos

Then just define such in "Settlement Rule: Define Time and Creation of Distribution Rule" and allow the personel marking it for technical completion (He shd have authorization for Maintaining the settlement rule).

WIth this I think you can achieve what you want