Restricting transaction VL06O by distribution channel

Hello,
Can someone please help as I am new to this?
I have added transaction VL06O to a role and I need to restrict this by distribution channel.  When I have checked in SU24, there is no authorisation object associated with the transaction that will check for distribution channel.  So in SU24, I have added the authorisation object V_VBAK_VKO and set this to Check/maintain, the authorisation object then appears in PFCG and I can add the value for the distribution channel to the organisational levels of that role.  However, when I test this, it still does not appear to be doing an authorisation check on the distribution channel and I can view data regardless of what value has been set for distribution channel.  Can anyone please offer me some advice on how I can force this authorisation object to be checked? 
Thanks.  
Leah

Hi
Which version of  your SAP R/3?
The only one option is customizing the tcode by writing AUTHORITY-CHECK statements in the assoicated ABAP programmes and later same should be maintained in SU24.

Similar Messages

  • Urgent,   Restricting Sales org & Distribution Channel

    I'm having two users and one is from US and other MEXICO
    If user from US LOG'S into SAP ,He should only his Sales org(US01) & Distribution Channel(001) & Mexico User log ,then he should be able to see only his Sales org(ME01).
    My Question is there a way where we can restrict US / MEX Through Security , if not Can we restrict through abap if so Please send me some details , Which table /code .
    any inputs will be appreciated ,

    Hi
      One way is as below.
      DATA: BEGIN OF lt_tvko OCCURS 0,
              vkorg TYPE vkorg,
              bukrs TYPE bukrs,
            END OF lt_tvko.
      SELECT vkorg bukrs FROM tvko INTO TABLE lt_tvko
        WHERE vkorg IN lr_vkorg.
      IF sy-subrc NE 0.
        MESSAGE e085(wv).
      ENDIF.
    * Check all retrieved co.codes
      SORT lt_tvko BY bukrs.
      DELETE ADJACENT DUPLICATES FROM lt_tvko COMPARING bukrs.
      LOOP AT lt_tvko.
    *   Error Message: No authorization for sales organization &1
        PERFORM f_bukrs_auth_chk_p USING lt_tvko-bukrs 'ICC_FI_CN' 'E' '010'
                                         lt_tvko-vkorg '' '' ''.
      ENDLOOP.
    FORM f_bukrs_auth_chk_p USING value(lc_bukrs) TYPE bukrs
                                  value(lc_msgid) LIKE sy-msgid
                                  value(lc_msgty) LIKE sy-msgty
                                  value(ln_msgno) LIKE sy-msgno
                                  value(lc_msgv1)
                                  value(lc_msgv2)
                                  value(lc_msgv3)
                                  value(lc_msgv4).
      AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
        ID 'BUKRS' FIELD lc_bukrs
        ID 'ACTVT' FIELD '03'.
      IF sy-subrc NE 0.
        MESSAGE ID lc_msgid TYPE lc_msgty NUMBER ln_msgno
          WITH lc_msgv1 lc_msgv2 lc_msgv3 lc_msgv4.
      ENDIF.
    ENDFORM.                    "f_bukrs_auth_chk_p
    Select the sales organization mapping to Company code and then restrict.
    Hope this can help you.
    Kind Regards
    Eswar

  • How to copy the Pricing conditions from one Distribution Channel to another

    Generally we use VK11 transaction to create conditional records .
    but I Need to Know whether is it Possible to copy the Pricing conditions from one Distribution Channel to another with same name and same internal Characteristics .
    Since we have around 70+ of Condition type with different parameter Sequence.So Instead of Going for BDC whether is there any standard Funct Modules/programs/BAPIs to do this?
    How to make a copy Condition types from One Distribution Channel to another.
    since SAP has already provided to copy conditions from Customer to customer.
    Likewise i need to know whether SAP is facilitating for these feature also.
    Iam Dubious in this issue.
    Hope Fully looking for the answers.
    Harish.N

    - IDOC_INPUT_COND_A (you can create IDOC, but also call directly)
    - call transaction / batch input (use transaction XK15, as used by LSMW)
    - use group of function modules RV_CONDITION_COPY, RV_CONDITION_SAVE, RV_CONDITION_RESET + commit.
    if you search SDN on 'RV_CONDITION_COPY' you'll find more info I believe.
    Someone mentioned BAPI_PRICE_CONDITIONS as well.

  • Common distribution channel division

    We are using common distribution channel and division on R3. On CRM the BP are setup against sales area - using sales org + common distribution channel of R3 + common division of R3.
    But the requirement is, when an order is created in CRM it should go to R3 for the required sales area and not common distribution channel division. common distribution channel division are being used only to maintain customer master and material master to reduce master data.
    I am using header division option on CRM, how do we set up common distirbution channel and division.
    pl advise.

    Hi.
    To transfer common distribution channel and divisions from R/3 to CRM, you need to start transaction CRMD_DOWNLOAD_OM and execute report with option sales area bundling.
    With this report bundling sales area will be copied to table SMOTVKOS and SMOTVKOV and then you will be able to define your master data only in the referenced sales area.
    Regards.

  • Distribution channel ( tax problem )

    Dear Gurus ,
    I created distribution channel  with reference to standard SAP distribution channel "01"  .
    Beacuse of this , In tax classification , "DE" and tax category MWST is appearing by default at the time creation of customer master and material master .
    i also check it is not assign to tax determination rule for country india . I want to remove that tax classification .
    Kindly pls suggest corrective action for this .
    further I can't delete distribution channel now this stage .
    Thanks & rgds
    Anchal Pawat

    Well anchal,
    Sorry..i was bit wrong..here are the details
    The system displays the countries provided in the customer master based on "the plant assignment (plant country)
    for the distribution channel and sorg (transaction OVX6)."
    so check what are the plants that u have assigned to ur Sorg and DC....countries of those plant will be shown in customer master
    The system displays the countries provided in the material
    master based on "the plant assignment (plant country)
    for the distribution channel and sorg (transaction OVX6)."
    so check what are the plants that u have assigned to ur Sorg and DC...countries of those plant will be shown in material master
    Let me know whether this resolves
    Regards
    Jagdish

  • Change of Distribution Channel and Division

    Good day, everyone!
    Is there a transaction code that will allow me to change the distribution channel and division of the material?
    Thank you.

    Division can be changed with MM02.
    But distribution channel is a key for the sales data. You can only flag the existing sales data for deletion in MM06 and create new sales data with MM01.

  • Conditions cannot be created in distribution channel

    hi all
    while uploading condition record through VK11, i am getting this error "Conditions cannot be created in distribution channel 12"
    where is the setting where i can restrict uploading records at distribution level..??

    I get the error before entering the material. The message is
    Conditions cannot be created in distribution channel 12
    Diagnosis                                                                               
    You have attempted to create condition records for distribution channel
        12. This function is not allowed, because in sales organization 1000,  
        distribution channel 12 is not assigned to a distribution channel which
        is used in a sales document.                                                                               
    System Response                                                                               
    It is not allowed to enter conditions in distribution channel 12 (sales
        organization 1000).                                                                               
    Procedure                                                                               
    Check whether you have selected the correct distribution channel and whether the distribution channels are assigned correctly in Customizing.In addition, it is possible that, in Customizing, another distribution channel has been assigned to this distribution channel as a reference  
    for the conditions.

  • Distribution channels deviate from each other.70 /or 10 (reference), Message no. V2011

    I have a problem when create the "Credit memo request" doc. type CR, reference doc. is billing doc. and my sales doc. that i did the billing doc. sales area is 2100/10/71 and i have to create cr doc with reference to billing doc. and sales area should be 2100/70/99 but while i creating cr doc. with reference to billing doc. system gives error distribution channel deviate from each other 70./or 10 (reference).
    I have seen the early post but there where no proper solution on it.
    please provide me solution i have to create cr doc. with reference to billing doc. and simply meaning with different distribution channel and division from preceding doc.
    Thanks
    Regards,
    Abhijeet

    Hi man,
    The thing is that the credit memo with reference is precisely affect the balance of the Customer - Sales Area, imagine a Report by Sales Area saying the total Sales Amount of the Sales Area is 1 million, but then you turn to another sales area and discover that the same customers have credit notes for 1.5 million, insane. The purpose of referencing the credit/debit memos is that, not to lose track, including Sales Areas. Otherwise make no sense to create it with reference, just create a Credit Memo with the customer you want to affect in the sales area you want to affect, no reference. For audit purposes justify the document based on REASON FIELDS and approvals, let me explain this a little more:
    One single person CANNOT create Credit Memos, cos this could lead to wrong ethical behavior, to avoid this some companies recommend to have more than one person involved in the process of Credit notes creation, what I've done on this situation is: provide access to one person to CREATE Credit/Debit memos using the standard transaction VA01, in the settings of the Sales Order Type I customize that the document will be created automatically blocked for billing (can use a UserExt to always have this field populated on the creation). This person WONT have access to modify Credit/Debit notes (VA02) but his supervisor will and this supervisor is responsible to approve and modify the blocking field to release the doc for billing. Yes, he can also change the amount but you will already have the log of changes in place for audit purposes.
    This is more than a technical issue, a process issue. My kind suggestion is to challenge the business and get clearly why they want to have a referenced Credit Memo without using the Sales Area of the based Billing Doc.
    Hope it helps...
    Saludos!
    Ricardo

  • Common Distribution Channels and Common Division

    Hi experts,
    We are encoutering an error and i think its because of common distribution channels and common divisions.
    1:IN Development client we can see the common distribution channels and common divisions setup. But no one says he/she has set them up. Is it possible that the enterprise structure settings filter to this?? May be weird doubt but i wanna make sure.
    2: If they are setup in Development , there should be a transport request and am unable to see any??
    3: If we need the same settings in Test, We will have to set them up in Test client or we can move the transports from DEV to TEST for these settings??
    4:And also if these are not setup , do we get an error while creating customers and materials for sales areas?
    Please Advice.
    Thanks & Regards
    Sai

    1. Defining Common Distribution Channels for Master Data
    Use
    The purpose of this activity is to define distribution channels which have common master data..
    Procedure
    Access the activity using one of the following navigation options:
    IMG Menu -> Sales and Distribution -> Master Data -> Define Common Distribution Channels
    Transaction Code: VOR1
    2. Defining Common Divisions for Master DataUse
    The purpose of this activity is to define distribution channels which have common master data..
    Procedure
    Access the activity using one of the following navigation options:
    IMG Menu -> Sales and Distribution -> Master Data -> Define Common Division
    Transaction Code: VOR2
    1:IN Development client we can see the common distribution channels and common divisions setup. But no one says he/she has set them up. Is it possible that the enterprise structure settings filter to this?? May be weird doubt but i wanna make sure.
    2: If they are setup in Development , there should be a transport request and am unable to see any??
    3: If we need the same settings in Test, We will have to set them up in Test client or we can move the transports from DEV to TEST for these settings??
    4:And also if these are not setup , do we get an error while creating customers and materials for sales areas?
    Configuration of common distribution channels and common divisions is a required setting, else it will give an error for Customer & Material Master. This setting has to be done in Development Server & transported to Test & Production Server. If you do not find Transport request, then try to do change in configuration & redo the correct configuration & save the Transport Request.
    Hope the above is helpful to you.
    Regards, Rajesh Banka

  • Extend Distribution Channel in Customer Master

    Dear Gurus,
    Can any one explain me how to extend the Distribution channel in Customer master for the same Customer code. For example, my customer code is 100178 and the Distribution channel is PG, now i want to extend the customer to other channel PM, PR, PT.
    Regds
    Jeevagan.U

    Hi Friend,
    You can extend the CUSTOMER to different Distribution channel in XD01.
    Goto the transaction code XD01 and enter the Customer number whch you want to extend and the Sales organisation/Distribution channel/Division
    In the below , there is a Reference Tab in which you have to give the Customer/Sales organisation/Distribution channel/Division in which the customer was originally created and  Hit Enter.
    It will be extended to the said Distribtion channel
    In the same way you can extend this to Sales organisations and divisions also.
    regards,
    santosh

  • Profit center in sales order .... WRT to Distribution channel

    Dear Folks,
      Here is a strange requirement to my client...based on distribution channel profit center needs to be derived in sales order  needs solution in  Standard SAP if available...typical example Mat X serves from 3 Distribution channels.....3 different profit centers needs to be derived in sales order based on DC ....I suggested the Substitution rule in FICO...but client is denying that....he  needs solution in SD only..if there is any wayout please let me know .
    Best Regards,
    SGR

    hi
    Defaulting PC from the material master is just one of the ways that SAP can do it, but since I can't currently remember anything about PCA I can't tell you what the others are!
    However, I did find the following documentation which looks to be the "standard" way of doing what you want. This is the IMG documentation of transaction 0KEM (menu path SPRO-Controlling-- Profit Center Accounting-- Assignments to Profit Centers-- Sales Orders-- Sales Order Substitutions).
    Define Substitution Rules
    In this activity you define substitution rules for finding the default profit center for sales order items. It makes sense to use substitution rules if the profit center proposed from the material master does not meet your requirements.
    Example
    You want to use a sales office or a distribution channel as a profit center.
    Standard Settings
    No predefined substitution rules exist.
    Activities
    Proceed as described under Maintain Substitutions in Customizing for FI-SL Special Purpose Ledgers. The following are predefined in
    Customizing for Profit Center Accounting:
    o The application area (Profit Center Accounting)
    o The callup point (Create Sales Order)
    o The field to be substituted (Profit Center)
    You can substitute the profit center with a constant value or by assigning a table field. It is also possible to use a user exit.
    Additional Information
    For more information on substitution rules, see the documentation for Financial Accounting on the component "FI-SL Special Purpose Ledgers" (in the chapter "Basic Functions"). Also, read the notes in the online documentation under Financial Accounting -> Special Ledgers ->Validation and Substitution -> Substitution.

  • Remove Sales Org & Distribution Channel assigned in Material Master

    Hi,
    Is it possible to remove Sales Org & Distribution Channel assigned in Material Master. This is a newly created material I looked at MM06 to see if this assignment can be removed without setting the material for deletion. Any suggestions welcome.
    Thanks.

    the only way to get rit of existing  data is to set a deletion indicator and subsequently run archiving.
    In your case go to MM06, enter material number, sales org and distribution channel and set then the deletion indicator at this level only.
    Then go to SARA object MM_MATNR and run archiving.
    Archiving is usually a process, not just a sequence of transactions. Archiving requires customizing, and certainly the most recent OSS notes for the archiving object (this can be extremly many if your hotpackage implementation was long ago).
    this is especially needed to archive only certain organisation levels, as this functionality came with OSS notes

  • Sales Org/Distribution Channel to Plant Assignment

    Hello All,
    I am assigning a sales org/distribution channel to a plant, but an error message says that "Organizational data for inter-company billing missing in plant CN30". Can anybody tell me what this means and how to correct it?
    Thanks and regards,
    Olyn

    Hi Olyn,
    I think there may be something missing in your customising - please    
    see the relevant parts of note 109254 attached - in particular points  
    7 + 8 relating to transaction OMGN.    
    Kind regards,
    Zsuzsanna

  • Distribution Channel-Division

    Hi Friends,
    Need to know what is common distibution cannel division and how is it different from combined distribution channel division.
    Thanx

    Hi Anil SD,
    The Common Distribution channel and division is maintained to avoid the duplication of the master records.
    Eg  You can, for example, create customer master data for distributionchannel "01" and define it so that it is valid for distribution channels
    "02" and "03".
    You can determine, for example, that the conditions which are valid in division "01" also apply to divisions "05" and "06".
    These defionition can be done in the transaction VOR1 and VOR2.
    Regards
    Aditya.

  • New distribution channel

    can any one tell what are the customisation we need to do to create a new distribution channel
    i am asking baout the assignments to be done in SPRO
    THANKS

    Hi
    Define Distribution Channel
    In this step, you define the distribution channels in your company, adapting the functional scope of a distribution channel to your organization.
    Enterprise Structure -->Definition -->Sales and Distribution -->Define, copy, delete, check distribution channel
    On the Choose Activity dialog box, choose Define distribution channel.
       2.  On the Change View “Distribution Channels”: Overview screen, choose New Entries.
       3. Enter the following.
          Distr. Channel      Name
          01      Direct Sales
          02      Wholesale
          03      Intercompany
            11. Assign Distribution Channel to Sales Organization
    Use
    In this step, you allocate the distribution channels to a sales organization. In this case as many distribution channels as desired can belong to a sales organization. In addition, a distribution channel can be valid for several sales organizations.
    Procedure
       1. Access the activity using one of the following navigation options:
    Transaction code      OVXK
    IMG path      Enterprise Structure ® Assignment ® Sales and Distribution ® Assign distribution channel to sales organization
       2. On the Distribution Channels -> Sales Organization: Overview screen, select Sales Org.BP01 BP01 and assign it to the following Distribution channels:
          Distr. Channel      Name
          01      Direct Sales
          02      Wholesale
          03      Intercompany
       3. Choose Save.
    Refer below LINK For more details
    Organizational Structure-SD

Maybe you are looking for