MASTER DATA: HOW TO CHANGE SHIP TO INTO SOLD TO

Hi Gurus,
can you please help?
i need to change a ship to party into a sold to party. can you tell me how to do it?
thanks
C.

Hi,
If u want to change a SP to SH then use XD07.. to change the a/.c grp..

Similar Messages

  • How to change 'z' key into 'A' key with key blinding?

    How to change 'z' key into 'A' key?
    Although txt.setText("A") can set the text field with 'a', but it is not original input from keyboard because it cant trigger the key listener.
    It is possible to perform key pressing more than a key in same time? Example, perform 'q' & 'w' keys pressing at the same time.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Main
    {   public static void main(String[] args)
        {   JFrame f = new JFrame("Test");
            Test GUI = new Test();
            GUI.setOpaque(true);
            f.setContentPane(GUI);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setVisible(true);
    class Test extends JPanel
    {   JTextArea txta = new JTextArea(10,20);
        JTextField txt = new JTextField(10);
        JScrollPane sp_txta = new JScrollPane(txta);
        public Test()
        {   this.setPreferredSize(new Dimension(400,300));
            setLayout(new BorderLayout());
            txta.setEditable(false);
            add(sp_txta, BorderLayout.CENTER);
            add(txt, BorderLayout.PAGE_END);
            Action testAction = new AbstractAction()
            {   public void actionPerformed(ActionEvent ae){ txt.setText("A"); }
            txt.getInputMap().put(KeyStroke.getKeyStroke('z'), "test");    //Change z into A
            txt.getActionMap().put("test", testAction);
            txt.addKeyListener
            (   new KeyListener()
                {   public void keyPressed(KeyEvent e){ txta.append(e.getKeyChar() + " key is pressed \n"); }
                    public void keyReleased(KeyEvent e){ txta.append(e.getKeyChar() + " key is released \n"); }
                    public void keyTyped(KeyEvent e){ txta.append(e.getKeyChar() + " key is typed \n"); }
    }Edited by: 835972 on Feb 11, 2011 8:11 AM

    It is possible to perform key pressing more than a key in same time? Example, perform 'q' & 'w' keys pressing at the same time.With r.keyPress method, it only can perform single key pressed at a time. Do you have any idea how to perform multiple key pressed at a time?The javadoc for Robot.keyPress suggests ( "+The key should be released using the keyRelease method+" ) that the key remains "pressed" until you keyRelease(...) it. So, press the keys sequentially:
    theRobot.keyPress(KeyEvent.VK_Q);
    theRobot.keyPress(KeyEvent.VK_W);
    // At this stage both Q and W are pressed "in same time"
    ... // do stuff
    theRobot.keyRelease(KeyEvent.VK_W);
    // At this stage, only Q is pressedI suspect that in real life, unless you're a very gifted musician, you don't really press keys "at the same time" (under the time resolution of a keyboard, which I imagine is around a few milliseconds).

  • I have just installed Illustrator CS6 yesterday, but I found it was in French. Could help me figure out how to change the language into English?

    I have just installed Illustrator CS6 yesterday, but I found it was in French. Could help me figure out how to change the language into English?
    I got my series number from my Institut (which is in Paris, FR). I do not use Creative Cloud.
    When I was installing the software, I cannot select a language.
    Could you help me with my problem? Do I have to get a different series number?

    lunc,
    You will have to get a new application in English, to replace the French one.
    You, or your Institute will have to get help from Adobe, I am afraid.
    You may try a chat here,
    Get help with orders, refunds, and exchanges (non-CC, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-b.html
    or (have your Institute) talk to Adobe in France
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html
    If you fail to get any help, please report back here, and I will ask a special forum staff friend to try to find the right one at Adobe to have things sorted out.

  • New employee with wrong hiring date - how to change?

    Hi,
    I've entered a new employee with a wrong hiring date and I don't know how to change it. Some employee date are easily changeable not the hiring date!?

    Hi Marko.
    Go to t-code PA30, enter the personnel number of the employee whom you have hired.
    At the top in the menu bar, select "UTILITIES" - "Change entry/leaving date".
    It will take you to the screen - "Change Actions" - Change " Start date".
    This will correct the hiring date of the employee.
    Reward points, if helpful.
    Regards,
    Reema

  • Cost Center Master data field status change

    Hello Gurus,
    I need to change the field status of 'User Responsible' field as required from optional in the cost center master data. I am not being able to get the exact answer from my searches. If anyone can help with an answer, it would be great.

    Dear,
    You can use screen variant also...
    Transaction code: SHD0
    and make that field as required.

  • How to Change Shipping Condition on the Delivery Document

    I want to change the Shipping Condition on the delivery document .  Please explain !

    Hi,
    I think you cant change shipping condtions directly in delviery. Because this data will be copied from sales order. So if you want to change u can change in sales order and then try to create delevery.
    Based on this shipping conditions only shipping point will be determined. So you cant change in delivery but u can change in sales order or directly u can change in customer ship to pary then it will be copied to sales documents...
    Regards
    sankar

  • Ibooks 3.1 how to change horizontal scroll into vertical scroll

    update to ibooks 3.1, the scroll mode is changed into horizontal scroll, now in my .epub books it cut so many picture in two parts and display in two pages...how to change , back to vertical mode...

    I find this maybe is the new feature only for books with Asia-Pacific words....english books is right with vertical scrolling mode...but chinese books whit horizontal scrolling mode
    why apple doesn't make a set up to change between this ..

  • Why change pointers for master data, why not change message?

    Hi Gurus,
    I have one doubt about Idoc.
    When changes to master data has to be sent Change pointers are configured and used. (CDPOS & CDHDR). In case of the transaction data change change idoc is used as is the case with orders (we use ORDCHG for ORDERS message type to send the chnage details to a order which was already sent to other system.
    Why we can't use change idoc or message type whatever, instead of Chnage pointers in case of master data or vice versa in case of transaction data.
    Your valuable input will be rewarded with suitable points!!
    -B S B.

    Change pointers are getting stored in the tables BDCP and BDCPS. As SAP suggests these tables should be as small as possible. And Master data are not much frequently changed data.
    As you compare with the transactional data, you need to change them many times in the real scenario. If we also process the transaction data via chnage pointer, these changes BDCP is getting more and more entries.
    RBDCPCLR is the program used to process the change pointer. If you have much data in the BDCP table, this program will take much time to run.
    So, we use the change pointers for the master data only.
    Regards,
    Naimesh Patel

  • Master data check not working when loading into and ODS object

    Hi guys,
    we are loading transactional data into an ODS from a flat file.
    In the infopackage, we have checked the option :                                                
    "Do not update data if no master data exists for a characteristic".
    This option seems to be unreliable :
    For some characteristics (it seems those loaded using transfer rules (routines)), incorrect data is still loaded into the ODS even if no entry exist in the associated infoobject master data table.
    Any help appreciated.
    Many thanks !
    Pierre-Yves

    Hi Dear,
       please delete all the incorrect master data from the master data characteristic first and then try to uploading the data again .It should work, because there migth be some master data created when data were loaded with out the check before.
    And please check whether all your characteristic info object are of master data , I mean that in the infoobject defination you have checked the master data check box on the info object. If you have only text then it might fail the master data check.
    hope this help.
    cheers,
    balaji
    Message was edited by: Balaji NS

  • Master Data Material no change

    Dear All,
                 In the book SAP BW "A Step by Step Guide"  by Biao Fu and Henry Fu, in the 12th chapter "Data Maintenance" , the topic deals with change of material name and short description of material no MAT003 master data. Material name is changed from cookie to snack and description is changed from fortune cookie to popcorn and then "activate master data" is done. What happens if I want to change the material number itself keeping others same. for e.g I want to change MAT003(name : cookie, description : fortune cookie ) to MAT999(name : cookie, description : fortune cookie ) i.e. changing materialno but keeping material name and description same. My materialno is master data and is used for sales,FI,QM etc cubes , ODS. So lot of data is mapped to material nos. If I change a material no  what is the impact on all these modules sales,FI ie the data mapped in these cubes?
    Yours truly,
    Ratish

    Hi Ratish,
    You want to change keys!
    One way to do that is to copy the material from MAT003 to MAT999.
    Then change all the SID-table in which MAT003 is referred to.
    This is very tricky! I would not do that.
    Better is to download the records from ODS's and Cubes that use MAT003 to Excel (only the first dataprovider in the dataflow).
    Remove them with selective deletion (on tab "Contents"). And then upload the Excel-data with changed key.
    Success,
    Udo

  • Difference between Activating Master Data and Attribute Change Run

    Hi
    Is there any difference between Atribute change run and Activating Master data functionaaly???
    if wha it is???
    can any one explain clearly?
    Thanks
    Chinna

    When u load master data and its attribute to ur data target and if u change any data or attributes of ur master data,in order to update new data to ur data target attribute change run is performed.
    When u create a characteristic and if u keep it as master data and activated..it is master data activation
    Activating Master Data
    When you update master data from an SAP system the master data is imported in an inactive state. You must activate the new master data so that it can be accessed and used for reporting purposes.
    For more information, see Versioning Master Data.
    Choose the path InfoObject Tree Context Menu of Corresponding Characteristic Activate Master Data.
    Upon Activation there are two scenarios to choose from:
    The Corresponding Master Data Is Already Being Used in Aggregates in the InfoCube:
    If you are already using the available master data in aggregates in InfoCubes, you cannot activate the master data individually. In this case, proceed as follows:
    1. In the main menu, choose the path Tools Hierarchy/Attribute Change.
    2. Proceed as described in System Response upon Changes to Data: Aggregate.
    The system now automatically restructures and activates the master data and its aggregates.
    Please note that this process can take several hours if the volume of data is relatively high. Therefore, you should simultaneously activate all of the characteristics that are affected by changes to their master data, at regular intervals.
    The Corresponding Master Data Is Not Used in Aggregates:
    Choose the path InfoObject Tree ® Context Menu of Corresponding Characteristic Activate.
    The system now automatically activates the master data so that it can be used directly in reporting.
    If there is any change r newly added records in master data..then that particular data will not b avialable for the reporting unless u do activate master data...
    if u r using aggregates and then there is any change in master data ...then that particular master data change wil not b available for the reporting unless u do arrtibute change run for that info object.(T-code RSATTR)
    Master data attributes and hierachies are used in cube aggregates also. So to do update the latest master data attributes values in the aggregtes attribute change run need to be performed.So Attribute change run also updates the master data attributes in aggregates which is not apart of master data activation.
    Text loads do not need attribute change run. Attributes, hierarchies and aggregates need attribute/hierarchy change runs. If you do not have aggregates, just activating the master data is same as attribute change run.

  • BC4J: database connection data - how to change it

    We have created a project with too may BC4J objects. The connection information is stored in diferent configuration files (*.jpx, *.xml, *.xcfg).
    That information sure will have to change during the development process and in the deployment phase. I would like to know if there is any other way to store that information in a more compact mode or how to change it dinamycally.
    Thanks

    Javier,
    We have the same problem. The future is likely to have
    20+ packages with separate projects and module.xcfg files.
    Presently we're deploying 4 modules with 6 AMs.
    This is what we did:
    - All desktops are configured exactly alike!!! No exceptions.
    We use the same name for the development DB connection (Jdev conn)
    and have a std naming convention for OSCM work areas and
    Jdev project.jpr and .jps's etc.
    - We use datasource DB connection description. Search this
    forum for data-source.xml or datasource and look for my
    posts (Curt Smith). I posted a definative explanation of the
    ins and outs.
    - This allows everyone to checkout from the src control the .jpr, .xcfg etc
    and the db connection name is the same and itall_works_.
    In development anyway. ;(
    - Another rule, NO changing the AM params via AM-right click-Configuration.
    This keeps the AM parameterization out of the module.xcfg. This is
    a very important rule for your production env.
    The production environment does:
    - AM params are configured on the cmd line for ALL AM's.
    -Djbo.this.that=somevalue.
    If you're interested in my tuning and Solaris startup script
    email me: [email protected]
    - The J2EE appserver's[i]Long postings are being truncated to ~1 kB at this time.

  • How to change Transport request into local object $temp.?

    Hi experts,
    I would like to know to how to change a Transport request into and local object.
    I have already assigned Infopackage to TR, but its not required. We dont want this infopackage to be transported to prod. So how can i change that as a local object.
    Please put our valuable inputs.
    Thanks in advance.
    Regards,
    Dubbu

    Go To that Infopackage ,
    Extras Menu----Object catalog entry.  There you can change package name.
    or
    In SE09---Under the transport requests you can search for the infopackage name and delete from the TR.
    Regards,
    Srikanth
    Edited by: srikanth on Feb 19, 2009 2:26 PM
    Edited by: srikanth on Feb 19, 2009 2:27 PM

  • Generice Master Data - How ?

    Hi All,
    I have a need to create a generic master data. I have the code tested as an ABAP Program and it extracts exactly as it should. But how can I put together a generic data source, and this will be full load. Could anyone specify the steps to do it. I have copied the RSAX function group function ZRSAX_BIW_GET_MASTER_DATA. But not sure how to continue futher. There is no need for info package selection or anything. It is required to get the employee manager relation using ORGUNIT from employee. Any ideas or if you have a function module available please send.
    Thanks,
    Alex.

    Please search forum for generic using FM. It has been discussed many times

  • How to change Error Message into warning message

    Dear Friends,
    I am getting an error
    The qty stored that was entered is adjusted
    Message no. XU 040
    at the time of GRN. I am maintaining batch specific Unit of Measure.
    Please tell me how to change this error message in to a warning message.
    Thanks
    Prashant Atri

    Hello Prashant,
    This is satndard SAP messagge which is maintained in customizing;
    SPRO>>Logistics - General>>Batch Management>>Define Attributes of System Messages
    Here you can convert this messages to warning message. I urge you to please check with abaper as this may be hardcoded message and it may have implications on valuation and posting.
    In the above IMG path you can do the changes
    Br,
    Tushar
    Edited by: Tushar Patankar on Jan 1, 2011 5:36 PM

Maybe you are looking for