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: 

Restrict cash journal number for user in FBCJ Transaction

Former Member
0 Kudos

Hi,

I have a ZTable which has the Fields personnel number and cash journal number.

I want to do an enhancement in FBCJ Transaction so as to show or allow the user to use only that cash journal number which is assigned to him in the Ztable.

Thank's,

Samir

1 REPLY 1

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hello Samir,

You can use BADI CJ_DOCUMENT to allow the user to use only that cash journal number which is assigned to him in the Ztable..

Debug MODULE get_defaults. in flow logic of Program SAPMFCJ0 screen number 100 and find suitable place to show cash journal number from ztable.

Thanks