How to restrict RFBILA00 to company codes

Hello,
I am still a SAP-rookie, so maybe you can help me. My problem is that in my company we have different users with different company codes using RFBILA00. How can I limit the RFBILA00 only for the company code of the current user? - (SAP Release 470 Level 26)
Thanks in advance!
Steffen

it depends, how the program is written
ask the user, who has NO auth to company code 1000, to run the report with this company code. If no data is selected, than it is working fine. If data is selected, there could be two reasons: 1. the auth is not maintained properly for the user or 2. the auth is not checked in the report. You can ask your user to try to post something into this company code, if she can do, than the auth is not maintained properly, if she can't, than maybe there is no auth check in RFBILA00, or another auth object is checked. You can also do an auth check for the user (/NSU53 into the command line), this will give you information about failed auth checks.

Similar Messages

  • How to get vendor and company code based on logistic invoice document

    how to get vendor and company code based on logistic invoice document in abap/4?

    Hello Kumar
    When you call BAPI_INCOMINGINVOICE_GETDETAIL using
    INVOICENUMBER = <number of invoice>
    FISCALYEAR = <fiscal year>
    the returned HEADERDATA contains what you are looking for:
    HEADERDATA-COMP_CODE
    HEADERDATA-DIFF_INF
    Regards
      Uwe

  • How to make changes in company code global data

    Hi folks,
    Can some one suggest me how to make changes in company code global data (t code oby6). I want to assign 1 to co code > co Area which is blank.
    Thanks in advance

    Hi,
      actually if you want to change co code > co Area , it is under controlling (maintain controlling area), transaction code  OX06 .You change the assignment control and save it. It is automatic update you COmpany code global data.
    *give me a point if my answer solve your problem.
    Thank You.
    -akma-

  • How to get list of company codes with current period not opened?

    Hi,
    How to get list of company codes with current period not opened?
    Is there any way we can check whether the current period is opened for all company codes.
    If not how, can we generate a report which having information of period and company code. Also please tell me, which table will have info on posting periods and company codes.
    Thanks
    Vineeth Varghese

    Hi,
    The MM periods details can be viewed In Table MARV . On the selection screen you have the option of entering the company codes , current period, year current period etc. so make the required entries and you get the all details relevant to MM periods. Also it can be downloaded as a report.Thanks

  • How can we restrict Cost Center Company Code wise in Equiment Master (IE01)

    Hello Experts,
    Here is one requirement is to restrict cost center in equiment master (IE01) However SAP System is behaving as per SAP Standard function.
    Please see screen shot to understnad better my requirement.
    I want to pass relevant cost center in equipment master which lies in relavant company code. Like if company code is 1000 in equipment master then only 1000 company code cost center should be enter and if user enterd any other company code cost center then SAP System should show error message.
    While in current in SAP Standard functionality is to show just warning message and allow entering cost center whether it is from different company code.
    Like in below screen it showing error only if Cost center is from different company code. It should be not allowed to enter other company code cost center.
    Please guide how to solve this issue.
    Message was edited by: Inderjeet Pal

    Try this code in the include ZXEQMU02 of Enhancement IEQM0003 to achieve the desired check.
    DATA:V_BUKRS TYPE ILOA-BUKRS.
    CLEAR V_BUKRS.
    SELECT SINGLE BUKRS FROM CSKS INTO V_BUKRS
       WHERE KOSTL = DATA_ILOA-KOSTL.
    IF V_BUKRS IS INITIAL.
       MESSAGE: 'Cost Center and Company code do not match' TYPE 'I'.
       RAISE POSTING_NOT_ALLOWED.
    ENDIF.
    Consult your ABAPer in case any finetuning of the code is required.
    Jogeswara Rao K

  • F.01 restriction based on Company Code

    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 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

  • How to find out the company code given the customer number

    I am new to SAP please help me out? How do you find out the answer.

    Hi,
    Goto T.Code SE11/Se16/SE16n.
    Key in the table name as KNB1.
    Enter your customer number.
    Execute.
    You will get your company code here.
    Another way is Goto XD02/XD03.
    Enter your customer number.On company code press F4.Enter the customer number and press Enter.A list of company code in which your customer presents will appear.
    Regards,
    Krishna.

  • Restrict PO at company code level

    Hi,
    We have near about 10 number of company code and lot of plants attached to each company code.
    and only one purchase organisation.
    Now business require that PO shold be created only for 2 company codes not for all. there are alreday roles available for PO creation .
    Now how to restrcit the PO creation at company code level because at plant level it is not possible due to large number of plants.
    Regards,
    Pardeep Malik

    Hi,
    Please kindly be informed that the following authorization objects are checked when an Enjoy purchase order is created (activity 01) or changed (activity 02):
    - M_BEST_BSA (document type in PO)
    - M_BEST_EKG (purchasing group in PO)
    - M_BEST_EKO (purchasing organization in PO)
    - M_BEST_WRK (plant in PO)
    So this is somthing you can not solve by only using roles. You will need as suggested to make the check in the BADI.
    Best Regards,
    Arminda Jack.

  • How to restrict the BBPMAININT t code with diplay mode in srm system.

    Hi experts,
    I want to restrict the T code BBPMAININT : Maintain Business Partner with DISPLAY mode in SRM system?
    Action Taken:1. I have restricted with "03 Activity"  of all check and maintainauthorization objects for this  tocde .
    2. I have performed the authorization trace also, there also I have not found any new objects.
    Here are list of auth object I have restricted:
    BBP_FUNCT
    BBP_PD_AUC
    BBP_PD_BID
    BBP_PD_CNF
    BBP_PD_CTR
    BBP_PD_INV
    BBP_PD_PCO
    BBP_PD_PO
    BBP_PD_QUO
    But I have not  clearly understand of the object : BBP_FUNCT.
    In this Object, I have maintained BE_F4_HELP value only.   And rest of the auth object I have restricted to 03 activity only.
    But still users are able to acess the CREATE and MANAGE buttons.
    So how Can I restrict the this T code in display mode?
    Please suggest me...
    Thanks in advance.
    Regards,
    Siva

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • 0HR_PY_PP_1 restricting based on Company Code

    Hi ,
    I am trying to use extractor  HR_PY_PP_1. The extractor pulls all the CC data as it do not allow selection based on Company Code.
    When we try to change in extractor in source system it does now show field for selection. So I changed the values in ROOSFIELD table .
    Now I see CC for selection but still after making the company code selection , it do not select  the data based on that particular company code.
    Any idea in this direction will be much appreciated.

    Vamsi,
    I think you do not want to allow to see the some FI user these Tcodes data for specific companies.
    I think you have assigned more then one role to user and mentined 3 Tcodes are coming from multiple roles and the user buffer is having multiple entry for the . If this is the case please keep these Tcodes in one role only and restrict the user only in F_BKPF_BUK BUKRS.
    If only one role is assigned to you then assigned the required company codes at Orgranisation Level only and it will populated at Authorisation Object F_BKPF_BUK BUKRS for company codes.
    I would advise you not to modify the SAP standard object in SU24 because it can distrub the Standard Auth. Object.
    Hope this will help.
    Lokendra

  • How to create a new company code and how to assign it to billing units?

    i am working on roll out project.....please help me in creating a new company code....

    Hi,
    You have raised this query in wrong Forum. Please raise ur query in the relevant forum.
    rgrds,
    Randhir Soni

  • How to see for what company codes we run payroll for ?

    Hi gurus
    I have a question, generally our users run payrolls by payroll areas, but i want to see for what company codes we run payrolls, is there any report or table to see that ? i checked it in T001 using sm30, where i could see all the company codes (but this didn't answer my question) in this table there are some company codes for which we dont run payroll . so is there any way to see exactly for what company codes we run payrolls ? or should it be seen in financial side ??
    please advise
    regards
    sangitha

    Probably you can use Adhoc query to fetch company codes from IT0001 using a given Payroll area.
    Does this make sense?
    Regards
    Chandra

  • How to Restrict Intercompany Access By Company Code

    We have multiple territories, of which each is assigned their own company code  We'd like intercompany access to be restricted by company code so users only have intercompany access to only territories they have authorization for.   Currently, we have role X setup and authorized users have access to this role.
    Intercompany TCODES would include FBU2, FBU3, and FBU4. 
    The obvious solution would be to create additional roles via PFCG whereby each role has access to X company codes and assign these users to the appropriate role.  Any other ideas?  Also, with the ECC upgrade, doesn't this impact performance on the cube when trying to restrict roles by company code?
    Thanks in advance!
    Edited by: david kim on Feb 10, 2009 2:13 AM

    Hi david kim,
    Based on my experience, the best way is by maintaining the roles in Txn PFCG as what u did just now. FYI, there's no impact on performance on the cube when trying to restrict roles by company code. (we have faced it before when upgrading 4.6C to ECC6...with flying colors ...).
    Hope this will solve your problem.
    TQ
    Regards,
    Nazrul

  • Company code restriction for dashboard and webi reports in BOBJ

    Hi Friends,
    We have a requirment where we need to restrict user on company code level in bobj.
    we have some dashborads and webi reports which need to be restricted at company code level, hence i have created a  role in BI and restricted the queries (bex queries) on company code level and same role and user i have imported in BOBJ.
    Now i can see the role and user in BOBJ and also i can login to BILAUNCH PAD with authentication as SAP  But unable to run the webi reports and dashboard hence i have added those reports to this user in bobj and now i can run the reports, but restriction is not working.
    In BI I am able to restrict user  but in bobj its  not restricting. kindly let me know if i am missing anything?
    We are having BO 4.0 SP6.
    Thanks
    Basis

    Hi Saurabh,
    In BI its wokring perfectly fine.
    I can run the query for specific company code and data is being populated as the respective compay code.
    I have also configure SSO between BI & BO using below link
    http://wiki.scn.sap.com/wiki/display/BOBJ/How+to+setup+SSO+against+SAP+BW+with+SAP+BO+BI4.0+Common+Semantic+Layer+%28UNX%29+or+BICS
    but when i am trying to create a olap connection in IDT with SSO connection test is getting failed with belwo error.
    com.businessobjects.mds.olap.OlapException: [Internal] SSO token or User password is empty.
    I checked STS is already there in APS .
    Thanks
    Basis

  • How to add company code data to BP in SAP CRM

    Hi All
    I have a problem replicating BP from CRM to R3,the error coming is "Fill in the required entry fields".
    While debugging the error i came to know that Company Code data is not given from CRM side which is mandatory in R3.
    Actually the Company code data is kept mandatory at ABAP level due to the Client requirement.
    Now how can i add the company code data to BP so that this errors is resolved.As far as my knowledge goes there is no provisions for company code data in CRM ,now even if we keep this company code data optional in R3 ,this error is coming.
    Please suggest the way out.
    Any help will be highly appreciated.
    Regards
    Ashish

    Hi there
    Thanks for the reply,yeah i understand that there is no company code concept in CRM system.
    so,we mean by Middleware exit is the user exit at R3 side,that i understand too.
    But here scenario is different in the case that customer is not getting replicated due to the company code being kept mandatory at ABAP level in R3.
    Actually client requires the company code data to be mandatory in R3 so that customer id does not get generated in R3 without giving the company code info.
    Now due to the mandatory check on company code at ABAP level ,what happening is that we are not able to replicate the BP info to R3 because if that check was not there we would have at least pass on the BP data except the company code  and company code info would have been given in R3 itself.
    So,i believe the way out is to remove that check and place a user exit in R3 so that at least CRM data is replicated and company code will come automatically.
    Hope this will help me,if you have any better suggestion then please provide the same.
    Regards
    Ashish

Maybe you are looking for

  • How to find out what the latest update is for something from apple's site?

    i've never been able to do this, and has been a recurring problem for many years: how can you, using apple's web site -- presumably the support or downloads section -- find out what the latest update for/of a certain product is? without going into th

  • PDF not opening in Adobe Reader using openWithDefaultApplication

    Hello all, I'm having a huge problem. I've developed an application that opens pdf files from the desktop using openWithDefaultApplication(). It works great on my development PC which has Acrobat Pro. The files open in Acrobat Pro flawlessly. It DOES

  • Where is the DB_CONFIG file located under Unix environment?

    Hello, i'm new to Berkeley db, i have installed the version "db-4.8.30.NC.tar.gz" but now i would like to find the configuration information by using the configuration file. I've read in the documentations that this file is named DB_CONFIG and it exi

  • Problem connecting 3250 to a pc through pc suit

    from last couple of weeks i am having problems when i try to connect my nokia 3250 to a pc through nokia pc suit (using cable) as soon as i connect my mobile it gives a error which says app.closed nsmijobthread-93 211c19 any suggestions regards Tanve

  • Setting Build-In/Out markers for multiple animated tracks

    I have built a title that has the the Build-Optional markers so that the user can trim the title without altering the animation timing. However, the title has an additional animation running through the sequence. This means that the Build-In and Out