2014 May 14 6:25 AM
Hi Team,
We wants to restrict the use of F.01 tcode based on the company code but i don't see any object where i can restrict this.
Please provide any solution for this
Regards
Narinder
Hi Team,
We wants to restrict the use of F.01 tcode based on the company code but i don't see any object where i can restrict this.
Please provide any solution for this
Regards
Narinder
2014 May 14 7:12 AM
Hi,
F.01 is not restricted on Company code by standard.
You have to do one of below to achieve this,
Hope this helps.
BR,
Mangesh
2014 May 14 9:20 AM
Hi Narinder/V A Joshi
Can transaction FC10N be used instead?
Looking at SE93 definitions, F.01 uses program RFBILA00 and FC10N uses program RFBILA00N. It looks like FC10N is the new version (I thought a lot of the F.* transactions were replaced).
Can you confirm with functional team if the FC10N transaction should be used instead of F.01? You should then be able to restrict on object F_BKPF_BUK.
Regards
Colleen
2014 May 14 9:47 AM
Thanks Lee n Mangesh for your reply.
@ Mangesh: I have asked my ABAPPER to look into the Exit screen.
@Coleen: II'll check with my functional team on FC10N and i'll also check whether there is any auth object for company code
Regards
2014 May 14 10:06 AM
AUTHORITY-CHECK OBJECT 'TCODE'
ID 'TCD' FIELD c_tcode.
ID 'ACTVT' FIELD '02'.
IF sy-subrc = 0.
end if.
2014 May 14 11:14 AM
Hi Jay
What is this going to achieve? What is the authorisation Object TCODE? Did you mean S_TCODE auth object and if so it does not have field ACTVT?
Regards
Colleen