How can we use same material code for two different sales area

Hello friendsu2026
Hope you all doing well
I am facing a problem and I will be thankful to all of you, for your suggestions
Issue:
I have a *material created in 3000/10/19 for domestic purpose *,now our company has decided to export it for that we have created a new sales are 3000/13/20 for export,we cannot create the salesa are as 3000/13/19 due to some  company issues,
Is there any way how I can use the material already in 3000/10/19 into new sales area 3000/13/20.
Will common distribution channel and division concept will be applicable here
As the material is same,and we donu2019t want to go for any more new material code. *
Thanks
Siddharth Sharma

Hi Sharma,
when a material is used in domestic and exports.....i hope it should be seggreagated based on dist chnl.......but not division.
because material is Division specific. it can be there in only one division. like mother child relation.
that is the reason why...... it is maintained inside BASIC DATA...... but not in input screen while creating material master.[unlike dist chnl]
because a material can be in multiple dist chnl....but not multiple division.
I feel only alternative is creating new material if you are already decided to devide the sales by division for domestic and foriegn.
Purpose of common dist chnl/div is to maintain pricing/condition in one common whenever you change master data.......
hope this gives you the clarity
regards
Satya.SCM

Similar Messages

  • How can I define same Price Conditions for two different Sales Deals ??

    I need to define for the same price condition, lets say ZPMP, two different values or condition records, for two different sales deals and the same valid dates
    For example, Sales deal 1, ZPMP equal to USD 15 and valid dates from 04/15/08 to 04/30/08.
    Another condition record for Sales deal 2, ZPMP equal to USD 20 and valid dates from 04/15/08 to 04/30/08
    How can I do this.
    Thanks in advance.

    While creating condition tables, you have the option to create different key combinations. So if you want the system to take different condition records for different sales deals, there has to be a point of differentiation between those 2 sales deals.
    This can be done in one of the following ways:
    by giving customer specific prices
    by giving material specific prices for a particular customer etc
    All this can be defined as different key combinations while creating the condition tables. For each key combination, you can specify different condition records, so that the system is able to pull prices according to the requirement.
    But if the sales deals are entirely similar (that is even the validity dates, delivery dates etc are also same), and there is no differentiating factor, then you will have to manually input the prices.
    Do get back if you require more clarification. Please reward points if useful.
    Regards,
    Swapna

  • Can i use same customer master record in different sales area

    dear sir,
    i have created a record of customer master - RAM in sold to party account group using sales area - (I).
    (i.e,) XYZ ( sales org ) - A (dis channel ) - XX ( division)
    now i have created another record of customer master - DAVID in sold to party acc group using sales area - (II).
    (i.e) XYZ (sales org) - A (dis channel ) - YY ( division ).
    when i am trying to change SH party function of "RAM" with "DAVID" its throwing an error message that DAVID is not created in Sales Area - (I).
    please let me know how to resolve this
    regards
    vivek

    Hi,
    There are two solution to control this.
    1) Extend customers in respective sales area. i.e.. DAVID in XYZ-A-XX or RAM in XYZ-A-YY.
    2) Define reference sales organisation, channel and division and assign to respective.
    EX.      
    Define sales org. "0000" and assign to all sales orgs.
    Define channel "00" and assign to all channels.
    Define division "00" and assign to all divisions.
    Now create customer masters only in sales area 0000-00-00 and you can use this customer anywhere for any sales area (at transactional level). This is one time activity and will save so much time in creating(or extending) master records in different sales area.
    Thanks,
    Tarpan

  • How to use same RESULT SET for two different events

    hello friends,
    I need to use same result set for two different events. How to do it.
    here My code,
    private void jComboBox1ItemStateChanged(java.awt.event.ItemEvent evt) {
    // TODO add your handling code here:
    try
    String selstate,selitem;
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con=DriverManager.getConnection("jdbc:odbc:tourismdatasource","sa","");
    selstate="select * from tab_places where state=?";
    PreparedStatement ps=con.prepareStatement(selstate);
    ps.setString(1, jComboBox1.getSelectedItem().toString().trim());
    ResultSet rs=ps.executeQuery();
    if(rs.next())
    jTextField1.setText(rs.getString("place_ID"));
    jTextField2.setText(rs.getString("place_name"));
    jTextField3.setText(rs.getString("category"));
    byte[] ba;
    ba=rs.getBytes("image");
    ImageIcon ic = new ImageIcon(ba);
    jLabel6.setIcon(ic);
    in=true;
    catch(ClassNotFoundException cfe){JOptionPane.showMessageDialog(null, cfe.getMessage());}
    catch(SQLException sqe){JOptionPane.showMessageDialog(null,sqe.getMessage());}
    Now i need the same Result Set(rs), in another event(jButton6ActionPerformed),
    private void jButton6ActionPerformed(java.awt.event.ActionEvent evt) {
    // TODO add your handling code here:
    }  how do i get dat resultset,
    help me out

    One post wasn't enough?
    {color:0000ff}http://forum.java.sun.com/thread.jspa?threadID=5246634{color}
    db

  • I have a MacBook that is synced with my ipad.  My daughter has an Iphone4 and no computer.  How can we use the one computer for both devices that are unique?

    I have a MacBook that is synced with my ipad.  My daughter has an Iphone4 and no computer.  How can we use the one computer for both devices that are unique and keep them separate. thank you for your help!

    This should help:
    How to use multiple iPods, iPads, or iPhones with one computer
    Regards.

  • Using Same Bank Account for two different company code

    Can we use the same bank account number and ABA key for two different company codes? Both the company codes are in USA and with the same currency.
    Scenario is to separate one division of the company code to a separate company code. Client wanted to know if we can use the same bank account so that they dont have to open another bank account

    The system will allow the same ABA and bank account on two different company codes.  However, if you use electronic bank statement (EBS) functionality (or plan to use it in the future), you will not be able to import bank statements for the account if it exists on two company codes.  The EBS program uses the house bank/account ID tables to assign a company code to the bank statement.  If the account exists for more than one company code, the program cannot assign a company code and it will give an error.
    Regards,
    Shannon

  • Can I use same result set for two queries?

    Hi,
    Can I use the same result set for two queries?
    For example:
    ResultSet rs = null;
    rs = ps.executeQuery(query1);
    while (rs.next()) {
    rs = ps.executeQuery(query2);
    while (rs.next()) {
    Is it OK to use? or Is there any preformance issues?
    Appreciate your help.
    Thanks in advance.
    Prasad Vagolu

    Sure. You have a variable of ResultSet type. First you create a ResultSet and assign it to that variable. Then later you create another ResultSet and assign it to that same variable. Assigning an object reference to a variable takes essentially no time, and at any rate it isn't any faster to assign it to a different variable. Also, no matter whether you use one variable or two, you are still creating two ResultSets.
    However, you really should be closing your ResultSets after you finish using them. That's nothing to do with the assigning-to-a-variable question.

  • How can I use one gmail address on two different macbooks in 'mail'?

    I'm using one business gmail address. Me and my girlfriend both have a macbook. Now the gmail address is linked to my macbook. But she wants to use it as well. Unfortunately the 'mail' system won't allow her to sync with the gmail address. And I get messages from gmail saying that someone tried to log in to my account. Which is something I certainly want, but can't change. Does anyone now how I can use 1 gmail address on two different mac's? Thanks

    You may be able to change the suspicious account activity message alerts
    in your Gmail settings, and check that side of it, since I can use several
    means of accessing my Gmail and Google Accounts; and in the past had
    shared an account (not google) with another party half a world away when
    her email server went down for a month.
    The Mail software should not know the difference, unless the setup in there
    is not correct; if this is so, then more than what she says would be wrong.
    The Google mail Support help site pages should cover this adequately.
    Gmail Help - Google Help
    https://support.google.com/mail/?hl=en

  • How to link the same horizontal page for two different vertical pages without duplicate them?

    Hey guys,
    Is there a way to link the same horizontal page on two different vertical pages without duplicate the horizontal page?
    I have a doublepage of a book splitted in two parts in different vertical pages but i want link the fullsized image in the horizontal page for both of them. Got that? hahaha
    Thank you all

    Confusing But interesing.
    I think it's possible. I have a idea. It will need one advanced trick.
    To explain it, I need test simply haha.

  • How to Use Same Navigation Panal for two different query

    Hello,
    My requirement is I have to display three different report in same web template in three different tab.
    I have created a custom web template with tab.
    in each tab i have assigned three different analyser table and assigned three different report in each data provider. once I run the report that works fine, each tab is displying each report seperately.
    The problem I am having here with navigation panal. Navigation panal is working ok for 1st report, but when I go to the 2nd  tab for  2nd report nev attribute itself is not displying. is there any special setting that i am missing?
    If any one know about the same pls help me
    Thanks
    Samit

    Hi
    When u select the Generic navigational block to ur template. select that and right click go to properties, in the lift side of u web item will come in that last but one option is Affected data providers is there double click on the list u will get the option
    Shashi

  • Same error code for two different errors

    I have a simple state machine with a few states, two of which are read ini file and read GPIB data. I also have an error handling state where I would like to handle all errors. Errors are checked for on each iteration of the loop, passed by shift register. However, I can't just unbundle the error cluster and wire the error code to a case structure because if the ini file doesn't exist (error code 7) I want to exit the program. But if I get error 7 from the gpib (Nonexistent GPIB interface) I want the program to continue running. What is the best way to track where the error is coming from so I know how to handle it when two error codes for different errors have the same error code value?
    Message Edited by for(imstuck) on 01-27-2010 03:47 PM
    CLA, LabVIEW Versions 2010-2013

    Another option is to check the existence of the file before opening the config file, then exit the program if nessecary. Relying on error codes might be a bad option.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • How can i have same billing account with two different game center accounts

    I Need two different game centeraccounts on two different devices thatshare same apple id

    I looked at this post last night and assumed that the OP had decided he did not have a question; however, since you decided to post......
    Mac or iDevice, is forever 'connected' with the AppleID
    actually, that is not correct. It can be wiped and disassociated; it is any OS or app obtained at the app store which is tethered to the Apple ID used to obtain it, not the hardware. See the SLA.
    If a device was tethered forever, it could never be re-sold - obviously.
    As for the OP's question: I am not sure as I could not find any reference in the legal documents available, but I believe it is not possible - one Apple ID = one account.

  • How can I use same bookmarks file for both Firefox & Internet Explorer?

    There are lots of questions and answers about how to import/export bookmarks/favorites to/from Internet Explorer, but they all seem to assume that afterward you're only going to use the one browser.
    But like many other people, although I prefer to use Firefox, there are times I need to use IE for certain sites, or to see how a page I'm creating will display to IE users. This means that I regularly edit bookmarks/favorites in both browsers, and can't possibly keep up with importing/exporting back and forth. What I need to do is use the same set of bookmarks with both browsers, so that the next time I bookmark a page in IE it will be available when I re-open Firefox and vice versa.
    I had things configured that way on my last computer, and it worked beautifully for years. Of course, it's long enough ago that I forgot how I did it, and a perfect memory wouldn't help anyway, since it was under Windows XP, and older versions of both browsers. Now I'm in the throes of learning Windows 7 on a new machine and haven't yet figured out how it thinks or wants me to think, so until I get my feet under me I'll need some pretty specific instructions. (Explanation would also be appreciated, as I do like to know the whys of things and it will help me become more proficient eventually; but at this moment my mental bandwidth is pretty low and my priority is just to get some basic things working.)

    Hi fastauntie,
    This add-on may be able to help: [https://addons.mozilla.org/en-US/firefox/addon/plainoldfavorites PlainOldFavorites]. It allows you to access your Internet Explorer favourites from within firefox. There are some instructions here: [http://www.howtogeek.com/59050/from-the-tips-box-simple-ie-to-firefox-syncing-easy-windows-toolbars-and-identifying-usb-cables/]
    Also you might be interested in [https://addons.mozilla.org/en-US/firefox/addon/ie-tab-2-ff-36 IE Tab v2]. It will allow you to use the Internet Explorer rendering engine from within firefox. It is useful if you want to see how a page would display in IE without leaving Firefox.
    I hope that helps,
    --Edward

  • Can I use same recovery disk for two identical computers?

    I own two PCs, model m8034n, which were identical when I bought them. If I order a Windows Vista recovery disk for one of them (specifying the serial number when I order), will I be able to use it to restore the other computer to its factory condition?

    I imagine as long as the Vista versions are the same on both computers it would be OK to use it.  No guarantee it will work but you may try.
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • How can I use itunes to back up two different iphones?

    First off, please pardon the newbie question.
    I am on a new Windows 8 machine (using the Classic Shell interface).  I downloaded and installed itunes 11.0.2.26. 
    I need to be able to backup both my and my fiancee's iphone (both are 4s), before doing the upgrade to iOS 6.1.2.
    Whenever I try to open Itunes, all I get are music, movies, and TV shows.  Nowhere do I see the option of backing up one iphone to this computer, let alone the option of choosing another one to back up.  We do not have any music, movies, or anything else (except for maybe a couple of apps) that we need to back up. 
    I have Googled this to wits end to no avail.  Can anyone steer me on the right direction?

    Enable the sidebar with CTRL+S
    Connect device
    Right-click and select Back Up
    However, unless you have transferred your original library over to the new computer there is the danger that you will lose media and app settings/data. You can transfer store purchases into a newly authorized library, but other media would be wiped. To workaround this see Recover your iTunes library from your iPod or iOS device.
    tt2

Maybe you are looking for

  • Closing Stock on Particular Date(MB5B Tcode)

    Hi Experts, I need closing stock as on some particular date. For e.g. closing stock as on 28.02.2014. In my requirement i have to use that closing stock value for further calculations in a new customized report.I can see closing stock value by using

  • MASTER/SLAVE PATTERN: how to stop slave loop without stop main loop

    Hi All, I am studying the master/slave loop and saw an examples are like this (only master block shows) From this case, as I understand, if we click "set" button, slave loop will run. If we click this button again to mak it "Flase", the slave loop wi

  • Can i add amazon prime to my menu?  how?

    I just got my AppleTV.  Is there a way to add Amazon Prime to my menu? 

  • Preview.app crashes whenever I use a key command

    I've had this very annoying problem for quite a while now, and so far I haven't been able to find a solution for it. Whenever I use a key command in Preview.app it either freezes or crashes or both. I can use all the menu options, just not trigger th

  • Alum PB 1.25 freezes on wake up; panic log attached

    Sometimes when I open the lid, the screen remains black, with no noticeable activity or noise from the machine. I force restart, and sometimes I get a panic log, but usually I do not. Here is the most recent one I received. Any ideas as to the cause?