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: 

SU24 proposing object in PFCG but no proposal is maintained

Former Member
0 Kudos

Dear,

I have a problem with transaction code F-03. When I insert it in a role PFCG proposes me authorization object F_BKPF_BUP, but this object are not present in SU24. Why is this happing?

thank you.

Sara Lima

5 REPLIES 5

jurjen_heeck
Active Contributor
0 Kudos

I had a look at F-03 in SE93 and noticed that the proposal values for FB1S are also involved. F_BKPF_BUP is there.

0 Kudos

F-03 is calls transaction FB1S and if F_BKPF_BUP is check maintained for FB1S, then this auth object will be pulled up during Profile Generation.

Former Member
0 Kudos

What should be the better way to manage this issue?

Add the F_BKPF_BUP in F-03's SU24?

0 Kudos

Sara ----

Better maintain F_BKPF_BUP for F-03.

Though F-03 is calling FB1S, but if you maintain F_BKPF_BUP for F-03 it will be better as you can maintain values specific to this tcode(F-03)..... Also if you maintain F_BKPF_BUK for F-03, and when you read and merge in pfcg, the system will pull the values for F_BKPF_BUK maintained for F-03 and not the values maintained in FB1S for object F_BKPF_BUK.....

I hope above explanation is helpful..

Regards,

Ritesh

0 Kudos

Thank you very much.