cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting end users not to change credit limit in fd32

Former Member
0 Kudos

Dear sd gurus

i have one Requirement my end users  are restricted not to change credit limit in fd32 i mean they shouldn't increase so what setting i can do ?

Dear if it is basic question plz for give me dear

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Venu,

Just revoke the authorization of F_KNKA_KKB and F_KNKA_AEN objects with the help of Basis person for the specific user against which you want it to be restricted. Hope it helps. Thanks.

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Try with these auth.objects (in tcode PFCG)

F_KNKA_AEN    Credit Management: Change Authorization for Certain Fields

F_KNKA_KKB    Credit Management: Authorization for Credit Control Area

F_KNKA_MAN    Credit Management: General Maintenance Authorization

F_KNKK_BED    Credit Management: Account Authorization

I hope this helps you

Regards

Eduardo

former_member184080
Active Contributor
0 Kudos

Hi Venu,

If i understand your question correctly, please do the following way,

Please give FD33 transaction code access to end users and give FD32 to the authorized user who can change the information.

Both can be controlled via roles and authorization.

Hope I answered your question.

Regards, Sai krishna.

od_manikandan
Active Contributor
0 Kudos

Dear Venu,

We also had a similar requirement like

A marketing person will enter the FD32 credit limit and it will go in block.

and a commercial business head will release the block after checking the Credit limit, and even he cannot change the credit limit.

For this,

We created two screen (same program - SAPMF02C)

and Give T CODEs ZFD32

In this user can change the credit limit and at the time of saving the screen, system puts a tick mark in the Blocked check box. (next to Risk Category).

Then Created another Transaction Variant YFD32 for same program created.

In this T CODE View, ALL the credit limit data will be greyed out.

and Only the Check box will be edited mode.

Now we had given ZFD32 authorisation to marketing person  and YFD32 authorisation to commerical officiers.

This is done with the help of ABAPer.

In case, if any standard features available to make it in display for particular users please suggest.

Regards,

Mani