Application Development and Automation 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: 
Read only

F.01 restriction based on Company Code

va_joshi
Explorer
0 Likes
2,260

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,658

Hi,

F.01 is not restricted on Company code by standard.

You have to do one of below to achieve this,

  • Search if there is any user exit available to build it, so you can insert the check on company code in standard logic.
  • Create transaction variant ZF.01 and insert a check in Z as modification to standard one is not recommended.

Hope this helps.

BR,

Mangesh

Read only

Colleen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,658

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

Read only

0 Likes
1,658

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

Read only

jaydalwadi
Participant
0 Likes
1,658

AUTHORITY-CHECK OBJECT 'TCODE'

ID 'TCD' FIELD c_tcode.

ID 'ACTVT' FIELD '02'.

IF sy-subrc = 0.

end if.

Read only

Colleen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,658

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