Sales org. C999, distr. channel Z1  invalid sales area

dear all :
i have assinged sales organization - distribution channel - plant .
but when i create material sales view , organizational level with plant is p999 , sales org. is c999 and distr. channel is z1 is invalid , it message error "Sales org. C999, distr. channel Z1  invalid sales area"

Dear Sophie,
This may due to not set up the sales area in the IMG,so go through this path do the settings
IMG>Enterprise structure>Assignment-->Sales and Distribution
-->Assign sales organization to company code
-->Assign distribution channel to sales organization
-->Assign division to sales organization
-->Set up sales area
-->Assign sales organization - distribution channel - plant
After completion of these settings you also need to do the Common distribution channels and common divisions through VOR1 and VOR2 transactions before creation of the Master data(Customer or material)
Now you try
I hope this will help you,
Regards,
Murali.

Similar Messages

  • BAPI to get customers filtered by sales org and distribution channel

    Hi there,
    I'm writing a little portal web-app on an MS platform to allow externals to place orders directly.  I have a problem that I need to get a list of customers (for ship-to) that is filtered by the same sales org and dist chan as my sold-to company and BAPI_CUSTOMER_GETLIST doesn't return this info for filtering.  What options do I have?
    Many thanks,
    Ashley

    Hello,
    Create custom RFC function module.
    Use table KNVV to get your customer list based on sales org. & distribution channel.
    Regards,
    Sameer

  • Get plant from sales org and distribution channel

    Hi expert,
    how to get default delivery plant from sales organization and distribution
    channel.
    thanks,
    neo

    thanks for your quick reply,
    i saw table tvkov which has field vkorg,vtweg
    but in tvko i found vkorg only .
    i don't get vtweg in tvko table,
    can u tell me which two condition i need to use ofr join,
    one is vkorg and the other one (?) i don't get it.
    thanks,
    neo

  • Plant assigned to sales org and dist channel

    Hi All,
    Can we have multiple plants assigned to a given sales organization and distribution channel?
    Thanks,
    Rakesh.

    Hi Rakesh
    u can assign multiple plants to a given sales organization and distribution channel
    Vishal...

  • Palnt assigned to sales org and dist channel

    Hi All,
    Can we have multiple plants assigned to a given sales organization and distribution channel?
    Thanks,
    Rakesh.

    Hi Rakesh
    Yes you can certainly have multiple plants to one Sales Organization and Distribution Channel.
    To explain in brief, in one Sales Organization, you can have different categories of customers like OE Domestic, OE Export, Domestic Retail, Retail Exports etc.,
    For each and every customer, you would be despatching materials from various plants by consolidating the cargo.  Hence, you can have multiple plants for one customer which is nothing but one sales organization.
    Thanks
    G. Lakshmipathi

  • BD64 Filtering Value (Sale org/ Distri Channel) need to get in EXIT_SAPLMV01_002

    IHi ,
    In BD64, Under MATMAS Data filtration is set on Sales Org and Distribution Channel. When I am sending material from BD10 , I need to get these values ( Sale Org / Distribu Channel ). B'cos on the basis of these values I need to fetch PLANT from MVKE table by passing SOrg and Dchl .
    I am reading Segment value in exit EXIT_SAPLMV01_002, but , these values are present at MVKE Segment but I need those values at MARC Segment and MVKE Segment trigger at last where MARC segment trigger initially , So I am not able capture values in Segment also.
    On the basis on MARC-MATERIAL & MVKE-PLANT , I need to fetch TRLT (Lead Time) from MARC.
    How to retrieve Sale Org/ Dch either from Filtration Set at BD64 or from MVKE Segment that is triggering later then MARC Segemnt??
    Regards
    Ankesh

    Hello Ankesh,
    Modify MARC segment after MVKE is filled.
    Please find the below sample code :-
    Loop at IDOC_DATA  into WA_ IDOC_DATA  .
    case wa_idoc_data-SEGNAM.
    when 'E1MVKEM'
    READ TABLE IDOC_DATA into WA_ido WITH KEY segname = E1MARCM     
    if sy-subrc = 0.
    *write your logic here and modify idoc_data
    endif.                               
    endcase.
    Endloop.
    Thanks

  • Sales org is invalid for Account

    Hi expert's
                 I am working on CRM2007 . Whenever  I create a Trade Promotion and select Account type  as "Account" and Planning Account as a BP which I have assigned to sales org,I am getting an error "*Sales org is invalid for Account*."
    Kindly suggest
    Regards
    Subbaraju

    self

  • 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

  • Relation between Sales org , Dist Channel and Division

    Hello all ,
        I need to know where the relation between Sales Org. , dist channel and Div is stored in CRM . I need to create search help which will get Dist channel and Division for a particular sales orgnization .
        Helpful answers will be rewarded .
    Thanks ,
    Shounak M.

    Any Suggestions ?
    Thanks ,
    Shounak M.

  • 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

  • Combine sales org. dist channel & division

    Dear Gurus,
    What is the use of combine sales org, combine dist channel, combine division?
    We assign sales doc type to sales area not to individually sales org, dist channel & division?
    I cud nt understand sales org with ref 2 sales org, dist chnl with ref 2 dist chnl & with division also?
    Wt is the logic behind that? Kindly give logical answer?
    Regards
    Rakesh

    Dear Rakesh,
    As GSL rightly mentioned that the use of Combine sales org. dist channel & division in addition to that,
    I can say in one sentence what is the logic behind Combine sales org. dist channel & division.
    "To share the sales document types to all sales areas"
    It is like common divisions and distribution channel through this we can share the master data for all slaes areas which is maintained in one sales area.
    But in Combine sales org. dist channel & division we share document types to all sales areas which are assigned to single sales area.
    I hope this will help you,
    Regards,
    Murali.

  • Error in SMW01 Invalid sales and distribution area

    HI All,
    issue: Suddenly some BP's Bdoc's(BUPA_MAIN) are getting failed and In CRM smw01 shows the below message
    1)Invalid sales and distribution area, CRM_ORGMAN, 203
    2)Validation error occurred: Module CRM_BUPA_MAIN_VAL, BDoc type BUPA_MAIN.,SMW3
    When i check the Bp data in CRM sales are is successfully updated and Buffer HRBCI_ATTRIBUTES_BUFFER_UPDATE also updating schedule.
    when i am trying to reprocess the error Bdocs system gives the message that "Bdoc successfully processed,0 Bdoc failed".
    what is the reason for this error Bdoc's, how to clear this error Bdoc's suggest ?
    Thanks,
    shoki.

    Hello Shoki,
    Please check whether that sales org and distribution channel are existing in CRM.
    Thanks and Regards
    shanto aloor

  • Need to know the table for sales org and sales area of role Sold-to  in CRM

    Dear Sir,
    Our server is CRM 5.0, I would like to download the data from CRM , however, I would like to know the table name which keep the sales org and sales area of role Sold-to  in T-code : BP . However, we can't find the actualty table.
    Please kindly advise.
    Thank you
    Lek

    Hi Vimol,
    You can get Org details in various tables like Sales Org, Division, Distribution Channel in following tables with help of PARTNER_GUID.
    Sales :
    CRMM_BUT_LNK0010
    CRMM_BUT_LNK0011
    Shipping:
    CRMM_BUT_LNK0020
    CRMM_BUT_LNK0021
    Billing :
    CRMM_BUT_LNK0030
    CRMM_BUT_LNK0031
    Organization :
    CRMM_BUT_LNK0140
    CRMM_BUT_LNK0141
    I think, for you Organization related table CRMM_BUT_LNK0141 would be useful.
    From this table you will get Sales Org, Division, Distribution Channel.
    And in order to get Sales Office of BP, you will get it from table CRMM_BUT_SET0140 where you can put set_guid fetched from CRMM_BUT_LNK0141
    Hope this helps....Please reward points if useful.
    Regards,
    Shailesh Jadhav

  • Maintain condition records in one sales org,applicabe to all sales orgs

    Hi SD gurus,
    I have two sales organisations say for example3000 & 4000. Instead of maintaining pricing condition records in both the sales organisation for customers, materials, I want to maintain them for only one sales org 3000.I dont want to maintain them for sales org 4000. The same condition records should be determined in the sales order created for sales org 4000, what ever maintained in sales org 3000.
    To summarise, Instead of maintaining pricing for both sales org, i need to maintain it in one sales org but should be applible to all the orders created in both the sales orgs. This will reduce the duplication of work.
    Do we have any customizing setting in SD or do we need to go for enhancement? How?
    Regards,
    Srini

    Hi Srinivas K,
    In SAP,We have a concept called Common Distribution Channel(VOR1) and Common Division(VOR2).The Purpose of this Option is to avoid the Creating Master Data for all Distribution Channels and Divisions,Like Customer Master Records,as you mentioned Price condition(Condition Master Record).
    In brief.....if you are dealing with multiple Distribution Channels Like 01,02,03,04....Now for example if customer belongs to all these Distribution Channel,we need to create Xd01 4 times for the same Customer with different Channels and even with Material Master Record also....and even think the same with Pricing Condition Also....Now to avoid Creating the Master Records in Each Distribution Channels..we can Define Common Distribution Channel Like 00.
    Now if you create the CMR or MMR or Pricing Conditions for 00.then default all these will be applicable with other Channels Like 01,02,03,04.
    The same case with Divisions also,but if you define common Divisions...This will be applicable only for Customer Master Record and Pricing Records only....Common Divisions are not applicable for Material Master Record.
    In the of Sales Organization point of you...there is no such provison of Common Sales Organization.
    we need to Maintain individualy for Sales Organizations....for Pricing you can Copy and create Records...But what you are asking is not possible...
    Hope you Understood....
    Regards,
    Damu

  • I want to create org data profile in service scenario, with price determination from sales org, distribution centre , can any one help me with these

    i want to create org data profile in service scenario, with price determination from sales org, distribution centre , can any one help me with these
    IF I CREATE SERVICE ORG WITH SERVICE SCENARIO ORG DATA PROFILE,
    MY PRICING IS NOT GETTING DETERMINED AS IT IS LINKED TO SALES ORG AND DISTRIBUTION CHANNEL THROUGH PRICING DETERMINATION SO HOW TO DO THE CUSTOMIZATION FOR THIS SITUATION
    WITH REGARDS,
    SATHISH

    Hi Satish,
    Please assign the org det. rules to org det. profile with Sales and Service scenarios and then assign the org. det. profile to transaction type. The below screenshot is just for your reference.
    Hope it would fix your issue.
    Regards,

Maybe you are looking for

  • Safari CSS3/JS lags on iMac 2014

    Hello guys, I have few days old iMac 21" with nVidia card so I suppose my problem is about Safari and its speed on my website www.davidsalcer.cz is CSS/JS picture slider. Nothing is wrong, on my late 2010 MacbookPro is works just perfect and fast, on

  • DELVRY03 (Change Delivery) - Error with Handling unit

    Hi I'm using idoc DELVRY03 (Inbound) to change the SAP delivery details. But, when i test it i'm landing with error "Field EXIDV empty", "Field VHILM_KU empty" : Status 51. But I think i dont want to use those. Any inputs on how to supress it and hav

  • Ikernel.exe error when installing webcam NX on computer using Windows ME

    So I pop the cd in and it starts up. I get through the first couple screens of country and language and it says its loading please wait. After about 30 seconds an error message pops up saying "The InstallShield Engine (ikernel.exe) could not be launc

  • 32 bit 64 bit?

    Ok so just a couple months ago I bought a 32 bit MacBook. Now that the 64 bit MacBooks are out I am wondering if I have made a big mistake. Will I be missing out on stuff from leopard because my MacBook is 64 bit, or will everything run as it would w

  • UTXJ condition type

    Whenever I maintain condition records for UTXJ condition type(UTX1 access sequence) It is saying " tax code cant be checked(there are several tax code/no tax codes)" why is that? Edited by: Radheshyam Prabhu on Jul 22, 2008 9:50 AM