cancel
Showing results for 
Search instead for 
Did you mean: 

Block in FD32

Former Member
0 Kudos

Dear Forum,

In FD32 there is a block check box. I want it to be active for some user and for others it should be greyed. Please guide how can this functionality be achieved.

BR

ZHK

Accepted Solutions (1)

Accepted Solutions (1)

atif_farooq
Active Contributor
0 Kudos

Dear ZHK:

Please refer to one of my post regarding the same issue , it will resolve your issue.

Regards

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Khan,

If you write Validation rule for FD32 you can block & unblock for specified USER wise.

1.Create Validation - Transaction Code: GGB0

2.Assign Validation to Company Code: Transaction Code: OB28

Rds,

Anil

Former Member
0 Kudos

Try this combination,

SYST-UNAME = 'xxxxx' AND BKPF-TCODE = 'FD32'

XXXX - user

Rds,

Anil

Former Member
0 Kudos

Hi ZHK,

You can also put some validation on FD32 like if you want some particular user should not use particular check box, you can restrict by putting validation check on user. Please try it.

Regards,

Prakash

Former Member
0 Kudos

Dear,

In GGB0 there is no field in BKPF and BSEG for Block indicator. Validation does not resolve my issue.

Br

Former Member
0 Kudos

Hi ZHK,

I checked the system, you can not grayed off check box according to your choice but you can authorise or restrict by company code or business area or controlling area in transaction code FD32.

Rgds

Former Member
0 Kudos

Any suggestions please.