on 2011 Jul 06 5:16 AM
Hi Expert,
I have scenario as follows. I have a simple test role, and would like to have Tcode: FV50 (park document) and F-32 (clear customer) in the same role.
When I have only Tcode: FV50 in my role, I do not have <post> button when I execute Tcode: FV50. But, when I have both Tcodes inside my role, FV50 has <post> button, and user can click on the <post> button to post directly.
Therefore, in order to have both Tcodes inside same role, I would like to disable the <post> button in my FV50.
Question: How can I disable this <post> button of Tcode: FV50?
Thanks and regards,
sbmel
Hi,
You can use BTE to disable post button from parking transactions.
Go to BF24 and copy the production 1140 to Z1140. Then go to BF34 and assign event 00001140. Assign function module ZSAMPLE_INTERFACE_00001140.Apply below logic in function module-
IF sy-tcode EQ 'FV60'. t_exctab-okcod = 'BU'.APPEND t_exctab.
Regards,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
Activate the Trace through ST01 for user , and try to post through FV50. Now check the trace file it will provide the exact authorization object name.
Regards
Pranay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Here is some authorizations objects to check .
Check in the authorization object F_BKPF_BUK , F_BKPF_BES in th Finanace accounting and remove the POST actvity 10.
Please check.
Regards
Pranay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please remove "Activity = 01" from authorisation F_BKPF_BUK.
Reagrds
Mrinal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.