IS _MAM

Hi all,
Could you suggets a report that allow me to update the pricing in the order (JHA2N)
Thanks in advance

Use the transaction
[JHAVMA] - Refresh Orders.
Using this you can update the pricing in several orders at a single shot.

Similar Messages

  • Java crash with "Abort" message - why?

    Hello
    I am working with jdk 1.4 , java swing, and graphics 2D
    I am drawing a map with polygon objects.
    I have a MouseMotionListener over the map, because each Polygon object represents a "Neighborhood" and when I roll over the area I want to highlight that neighborhood.
    As I rollover the map, i also dynamically change the text value of two JLablels, so that they reflect the neighborhood name and the name of a restaurant that is located on the map.
    Before I cchanged the value of teh restaurant name on the fly, my application quit randomly after rolling around the map for 30 seconds
    Now that I change the restaurant name in addtion, application quits after 5 seconds of rolling over the Map.
    The application crashes, and in System.out the JVM (NOT my app) writes out the word "Abort"
    WHY?! what does this mean, how can i fix the problem?
    attached at the bottom is the code for the painting and listening methods. Thanks
    I will appreciate GREATLY ANY insight.
    thanks again
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
         Graphics2D g2d = (Graphics2D)g;
         if(_drawMap){
         // System.out.println("Draw all");
         for(int i=0;i < _neighborhoods.size();i++){
              Neighborhood n = (Neighborhood)_neighborhoods.elementAt(i);
              Polygon poly = n.getPoly();
              if(n.getHighlight()){
              g2d.setColor(Color.RED);
              else{
              g2d.setColor(Color.BLACK);
              g2d.draw(poly);
         //System.out.println("Rest " + _restaurants.size());
         for(int j=0; j < _restaurants.size(); j++){
         Vector v = (Vector)_restaurants.elementAt(j);
         Point p = new Point(Integer.parseInt((String)v.elementAt(2)), Integer.parseInt((String)v.elementAt(3)));
         g2d.setColor(Color.BLUE);
         int width = 4;
         int height = 4;
         // System.out.println();
         g2d.fillOval((int)p.getX()+30, (int)p.getY()+10,width,height);
    public void mouseClicked(MouseEvent e){
         Point p = e.getPoint();
         int click_x = (int)p.getX();
         int click_y = (int)p.getY();
         System.out.println(p.getX() + ", "+p.getY());
         for(int i = 0; i < _restaurants.size(); i++){
         Vector v = (Vector)_restaurants.elementAt(i);
         int local_x = Integer.parseInt((String)v.elementAt(2));
         int local_y = Integer.parseInt((String)v.elementAt(3));
         if( ((local_x + 30) <= click_x) && (click_x <= (local_x+34)) && ((local_y+10) <= click_y) && (click_y <= (local_y+14))){
              DisplayFrame showit = new DisplayFrame(v,_attributes);
              showit.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
              showit.show();
    public void mouseMoved(MouseEvent e){
         Point p = e.getPoint();
         for(int i=0; i < _neighborhoods.size(); i++){
         Neighborhood n = (Neighborhood)_neighborhoods.elementAt(i);
         Polygon poly = n.getPoly();
         if(poly != null){
              if(poly.contains(p)){
              n.setHighlight(true);
              repaint();
              _mama.setNeighborhood(n.getName());
              else{
              n.setHighlight(false);
              repaint();
         int click_x = (int)p.getX();
         int click_y = (int)p.getY();
         for(int i = 0; i < _restaurants.size(); i++){
         Vector v = (Vector)_restaurants.elementAt(i);
         int local_x = Integer.parseInt((String)v.elementAt(2));
         int local_y = Integer.parseInt((String)v.elementAt(3));
         if( ((local_x + 30) <= click_x) && (click_x <= (local_x+34)) && ((local_y+10) <= click_y) && (click_y <= (local_y+14))){
              _mama.setRestName((String)v.elementAt(0));
    }

    thank you for your answer.
    it can't be the jdk installation, this has never happened to me before
    i am also running of my school unix account, there is no way for me to re-install jdk
    can there be anything else?
    i noticed that a core dump is made every time it crashes, so it looks like i am crashing the JVM.....

Maybe you are looking for

  • Reading Attributes from different context nodes in the same view

    Hi, I have added a new field as part of an enhancement for Trade Promotions. This field is a checkbox and part of the context node TRADE in the view TPMOE/HeaderEOF. This field will be checked or unchecked using a logic in the background. The logic w

  • Create a New Report Server in Oracle 10g AS(10.1.2.0.2) in IBM-AIX

    Hi Friends, I am using Oracle 10g AS(10.1.2.0.2)on IBM-AIX. I would like to create a new Report Server(standalone).Please suggest and give the Metalink Document Number as well. Regards, Arun

  • Full screen view

    The display is not filling the entire screen. I'm in Safari and there is a blank space on either side of the window. I've read the article about apps going full screen - for instance you can expand iCal by use of the arrows at the top ri

  • Where do I suppress Bex Query Message

    Experts - My users are getting an error message on their Bex Query "Characteristic xxxxx was changed in InfoCube xxxxx. Adjust the query". I searched SDN and I found out that if you go to TCODE RSRT and then TCODE SUPPR_ALL, you can then suppress the

  • 10.5 ical icon not updating

    Hi, I thought the new 10.5 ical icon in the dock was getting updated automatically with the current date. But on mine it doesn't... like with tiger I have to open ical to see the icon update to the current date. Is this normal? or an option I forgot