Comparing with a similar field(not same)??

Hi all,
I am having some entries in a table which are unique identified by pernr and comnig from infotype pa0001.
Now, i want to get data from table bsik for the vendor acct. balance, having for all entries, on the first internal table,
The twist is every vendor no. start with E, followed by the pernr. So how can I implement this???
SELECT bukrs lifnr belnr budat dmbtr shkzg INTO TABLE lt_st_bsik
      FROM bsik FOR ALL ENTRIES IN lt_st_p1
      WHERE bukrs EQ '1000'
      AND lifnr LIKE lt_st_p1-pernr AND budat LE iv_date.
I can't use like here, it is against the syntax..
If I make another table with lifnr(vendor id) field, and get all in that from the lt_st_p1 leaded by 'E', then when reading that, from lt_st_p1 into finally final table lt_enf, would take a lot of time, because i have to read lt_st_bsik in that with the help of the new table lt_st_lifnr that i will make, so that is taking a mightly mighty lot of time.
So any solution to this????
Hope you understood my query.
Any help would be appreciated.
Regards
Tarun

You could try a
SELECT a~bukrs a~lifnr b~belnr b~budat b~dmbtr b~shkzg
  INTO TABLE lt_st_bsik
  FROM lfb1 AS a
  JOIN bsik AS b
    ON b~bukrs = a~bukrs
    AND b~lifnr = a~lifnr
  FOR ALL ENTRIES IN lt_st_p1
  WHERE a~bukrs EQ '1000'
    AND a~pernr EQ lt_st_p1-pernr
    AND b~budat LE iv_date.
Else instead of creating a new internal table, you could add vendor number to lt_st_p1, fill the table with field initial (use an INTO CORRESPONDING FIELD or add the new field at end of table), and then update the field in a LOOP.
Regards,
Raymond

Similar Messages

  • Mail from Exchange 2010 mailbox - BCC to Hotmail addresses with blank To: field not hounoured

    Hi
    This feels related to a previous question
    http://social.technet.microsoft.com/Forums/exchange/en-US/bec88844-79c1-4d17-bf73-9425842b22de/problem-sending-mail-with-bcc-and-without-to?forum=exchangesvrgenerallegacy but is slightly different - it just applies to Hotmail and related addresses (e.g.
    hotmail.com, hotmail.co.uk, outlook.com, live.co.uk).
    Sending from our Exchange 2010 to BCC addresses with blank To: field, the BCC is not being honoured, but just by Hotmail-related addresses. Any Hotmail-related recipient sent to in this fashion sees all their and other Hotmail-related addresses in the To:
    field. But any other addresses to other mail hosts (gmail, yahoo etc) in the same BCC list aren't shown, and recipients at the other mail hosts have a fully hidden BCC list (i.e. see no To addresses at all).
    If the To: field has an address then there is no problem - all BCC addresses are hidden for all recipients as expected.
    It feels like it is the way the header is being handled by the Hotmail MTAs. But I only see this behaviour from our Exchange 2010 servers (including test servers).
    Below are message headers from examples - anyone any ideas on this?
    Thanks,
    Gordon
    Headers from the same message sent as a BCC to a "@live.co.uk" address and "@gmail.com" address with no To: field, and below that a header of similar with a To: field.
    First message, sent from [email protected] (gets translated to
    [email protected]) BCCd to
    [email protected] and [email protected] with no To: address.
    Seen in mailbox of [email protected] (note the "to:" field at the bottom - this is what is being shown in the UI):
    x-store-info:J++/JTCzmObr++wNraA4Pa4f5Xd6uensaUSop/gUCq9urBwwSF/6FOwwl1Py7H+wW1z5lc55JnUJDXNvxmGUxkw/bnnWJePWYXWzuS5Ywv2HQzl2GD+3A6SoaKpjD5JlShFHg3JE6so=
    Authentication-Results: hotmail.com; spf=pass (sender IP is 143.52.X.XX)
    [email protected]; dkim=none header.d=shu.ac.uk; x-hmca=pass
    [email protected]
    X-SID-PRA: [email protected]
    X-AUTH-Result: PASS
    X-SID-Result: PASS
    X-Message-Status: n:n
    X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0xO0Q9MTtHRD0xO1NDTD0w
    X-Message-Info: NhFq/7gR1vQRHV6jbdvQfibhgw1iwvrSqdhXuaSscqGalY1BHnH2KCdI+PRBKCQiYnAlF/zI6HIxnd9XTtPz9XHPDwg5mATFcpFtv9WV5ImszG0/OtQaSIg5iX4MbuVLCVo+t2VN/SyhCbwRod9LNPet1UXZtp+Oho5aLYTKlYQVRQ8OWRHqxMCUhgER4oHof+Be4v85/e3u59xr9Q2GEVPOpY/FDKse
    Received: from MTA2.shu.ac.uk ([143.52.X.XX]) by SNT004-MC4F19.hotmail.com with Microsoft SMTPSVC(7.5.7601.22712);
    Wed, 10 Sep 2014 03:56:32 -0700
    Received: from MTA1 ([10.14.XXX.XXX])
    by MTA2.shu.ac.uk with esmtp (Exim 4.76)
    (envelope-from <[email protected]>)
    id 1XRfZg-0004Kn-9C
    for [email protected]; Wed, 10 Sep 2014 11:56:32 +0100
    Received: from CAS1.shu.ac.uk ([10.14.XX.XX])
    by MTA1 with esmtp (Exim 4.80.1)
    (envelope-from <[email protected]>)
    id 1XRfZg-0002cz-2q; Wed, 10 Sep 2014 11:56:32 +0100
    Received: from MBX1.shu.ac.uk ([xxxx::xxxx:xxxx:xxxx:xxxx]) by
    CAS1.shu.ac.uk ([xxxx::xxxx:10.14.XX.XX%12]) with mapi id
    14.03.0174.001; Wed, 10 Sep 2014 11:56:29 +0100
    From: "user1" <[email protected]>
    Subject: RE: PLease ignore yet again! testing Bcc again - no "to" field
    Thread-Topic: PLease ignore yet again! testing Bcc again - no "to" field
    Thread-Index: Ac/M5d+WfHZZ5GLGRsCfXxvcxsjnbw==
    Date: Wed, 10 Sep 2014 10:56:28 +0000
    Message-ID: <[email protected]>
    Accept-Language: en-GB, en-US
    Content-Language: en-US
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    x-originating-ip: [10.14.XXX.XXX]
    Content-Type: multipart/alternative;
    boundary="_000_24BACA8040C3054487601DFC4087062C8C013974mbx1sh_"
    MIME-Version: 1.0
    to: [email protected]
    Return-Path: [email protected]
    X-OriginalArrivalTime: 10 Sep 2014 10:56:33.0151 (UTC) FILETIME=[E23190F0:01CFCCE5]
    Seen in mailbox of [email protected]:
    Delivered-To: [email protected]
    Received: by 10.25.156.200 with SMTP id f191csp386624lfe;
            Wed, 10 Sep 2014 03:56:32 -0700 (PDT)
    X-Received: by 10.194.200.137 with SMTP id js9mr48633666wjc.90.1410346592418;
            Wed, 10 Sep 2014 03:56:32 -0700 (PDT)
    Return-Path: <[email protected]>
    Received: from MTA1 (MTA1. [143.52.X.XXX])
            by mx.google.com with ESMTPS id cg3si20369633wjc.56.2014.09.10.03.56.32
            for <[email protected]>
            (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
            Wed, 10 Sep 2014 03:56:32 -0700 (PDT)
    Received-SPF: pass (google.com: domain of [email protected] designates 143.52.X.XXX as permitted sender) client-ip=143.52.X.XXX;
    Authentication-Results: mx.google.com;
           spf=pass (google.com: domain of
    [email protected] designates 143.52.X.XXX as permitted sender)
    [email protected]
    Received: from CAS1.shu.ac.uk ([10.14.XX.XX])
    by MTA1 with esmtp (Exim 4.80.1)
    (envelope-from <[email protected]>)
    id 1XRfZg-0002cz-2q; Wed, 10 Sep 2014 11:56:32 +0100
    Received: from MBX1.shu.ac.uk ([xxxx::xxxx:xxxx:xxxx:xxxx]) by
    CAS1.shu.ac.uk ([xxxx::xxxx:10.14.XX.XX%12]) with mapi id
    14.03.0174.001; Wed, 10 Sep 2014 11:56:29 +0100
    From: "user1" <[email protected]>
    Subject: RE: PLease ignore yet again! testing Bcc again - no "to" field
    Thread-Topic: PLease ignore yet again! testing Bcc again - no "to" field
    Thread-Index: Ac/M5d+WfHZZ5GLGRsCfXxvcxsjnbw==
    Date: Wed, 10 Sep 2014 10:56:28 +0000
    Message-ID: <[email protected]>
    Accept-Language: en-GB, en-US
    Content-Language: en-US
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    x-originating-ip: [10.14.XXX.XXX]
    Content-Type: multipart/alternative;
    boundary="_000_24BACA8040C3054487601DFC4087062C8C013974mbx1sh_"
    MIME-Version: 1.0
    Similar message sent with [email protected] in To: field:  from
    [email protected]/[email protected] BCCd to
    [email protected] and
    [email protected] as seen in mailbox of [email protected]
    x-store-info:J++/JTCzmObr++wNraA4Pa4f5Xd6uensaUSop/gUCq9v81cBAiz99O+8SxkfBVJ9NjbAXH8xe1rjvemR/ciBJT5MdkHvi8JYPj0vgDySrSfVnSG2OjgyyKNgjV2QF5PyGqXgRRVkQVM=
    Authentication-Results: hotmail.com; spf=pass (sender IP is 143.52.X.XX)
    [email protected]; dkim=none header.d=shu.ac.uk; x-hmca=pass
    [email protected]
    X-SID-PRA: [email protected]
    X-AUTH-Result: PASS
    X-SID-Result: PASS
    X-Message-Status: n:n
    X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0xO0Q9MTtHRD0xO1NDTD0w
    X-Message-Info: NhFq/7gR1vTvTqmPqDcS3ZKVZ4zJXdbe/WQhPCDn6U7TYJxfLAm+gALYf9z8EvjEIPauVTBwIF/uNFwreEfp3wgBZYYA8nUP8PFhNAMvRkDwCAnqdyWkFMZlNIQlCYkX84PJFTI7+qoRwxyIjAr2dfuXuj/qYYgN8IbRFD0FftK7d85hSKx/muFfL/1x713Efp1R2ztH/sUzvcxbXl+i8zHWvMqqF945
    Received: from MTA2.shu.ac.uk ([143.52.X.XX]) by BAY004-MC6F14.hotmail.com with Microsoft SMTPSVC(7.5.7601.22712);
    Wed, 10 Sep 2014 05:22:06 -0700
    Received: from MTA1 ([10.14.XXX.XXX])
    by MTA2.shu.ac.uk with esmtp (Exim 4.76)
    (envelope-from <[email protected]>)
    id 1XRguU-0006jA-4s
    for [email protected]; Wed, 10 Sep 2014 13:22:06 +0100
    Received: from CAS2.shu.ac.uk ([10.14.XX.XX])
    by MTA1.shu.ac.uk with esmtp (Exim 4.80.1)
    (envelope-from <[email protected]>)
    id 1XRguU-0001YY-0a; Wed, 10 Sep 2014 13:22:06 +0100
    Received: from MBX1.shu.ac.uk ([xxxx::xxxx:xxxx:xxxx:xxxx]) by
    CAS2.shu.ac.uk ([xxxx::xxxx:10.14.XX.XX%15]) with mapi id
    14.03.0174.001; Wed, 10 Sep 2014 13:22:00 +0100
    From: "user1" <[email protected]>
    Subject: test BCC - using own name in To
    Thread-Topic: test BCC - using own name in To
    Thread-Index: Ac/M8dJDWdvoIxoORH2RMAqNKM2m1w==
    Date: Wed, 10 Sep 2014 12:22:00 +0000
    Message-ID: <[email protected]>
    Accept-Language: en-GB, en-US
    Content-Language: en-US
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    x-originating-ip: [10.14.XXX.XXX]
    Content-Type: multipart/alternative;
    boundary="_000_24BACA8040C3054487601DFC4087062C8C013A65mbx1sh_"
    MIME-Version: 1.0
    To: [email protected]
    Return-Path: [email protected]
    X-OriginalArrivalTime: 10 Sep 2014 12:22:07.0005 (UTC) FILETIME=[D63584D0:01CFCCF1]

    I'm guessing that they're using something other than Exchange for the MTA's. I don't recall seeing this in the "Received:" headers ever since Exchange stopped using the MS Windows SMTP service:
    Microsoft SMTPSVC(7.5.7601.22712)
    --- Rich Matheisen MCSE&I, Exchange MVP

  • How to make entriesinto table with out first field not edited

    hi everyone,
    I'm new to SAP ,the task provided to me is to display the data in the display fields when the particular cell in table is selected
    at the same time a button is provided make new entries into the table by clicking a button
    but when iclick the new entry button the row which is already selected getting erased temporarily
    but when i update the new record and save it it is also shown along with new record
    the code i used is here below
    method onactioncreate .
    DATA:
          node_expenseset                     TYPE REF TO if_wd_context_node,
          elem_expenseset                    TYPE REF TO if_wd_context_element,
          stru_expenseset                    TYPE if_exp_main=>element_expenseset .
    *   navigate from <CONTEXT> to <EXPENSESET> via lead selection
        node_expenseset = wd_context->get_child_node( 'EXPENSESET' ).
    *   @TODO handle not set lead selection
        IF ( node_expenseset IS INITIAL ).
        ENDIF.
    *   get element via lead selection
        elem_expenseset = node_expenseset->get_element(  ).
    *   @TODO handle not set lead selection
        IF ( elem_expenseset IS INITIAL ).
        ENDIF.
      clear stru_expenseset.
    *   get all declared attributes
        elem_expenseset->set_static_attributes(
          exporting
            static_attributes = stru_expenseset ).
    *  data:
    *    node_expenseset1                    type ref to if_wd_context_node,
    *    elem_expenseset1                    type ref to if_wd_context_element,
    *    stru_expenseset1                    type if_exp_main=>element_expenseset1 .
    ** navigate from <CONTEXT> to <EXPENSESET1> via lead selection
    *  node_expenseset1 = wd_context->get_child_node( name = if_exp_main=>wdctx_expenseset1 ).
    ** get element via lead selection
    *  elem_expenseset1 = node_expenseset1->get_element(  ).
    ** alternative access  via index
    ** Elem_Expenseset1 = Node_Expenseset1->get_Element( Index = 1 ).
    ** @TODO handle non existant child
    ** if ( Elem_Expenseset1 is initial ).
    ** endif.
    *clear stru_expenseset1.
    ** get all declared attributes
    *  elem_expenseset1->get_static_attributes(
    *    importing
    *      static_attributes = stru_expenseset1   ).
    endmethod.
    here both table and drill down report are binded to same node
    can any one send me the code to clear only drill down report contents
    thanks & Regards
    Madhu

    Hi madhu,
    Try the following code to create new entries in the table on action of the create button
    DATA:
          node_expenseset                     TYPE REF TO if_wd_context_node,
          elem_expenseset                    TYPE REF TO if_wd_context_element,
          stru_expenseset                    TYPE if_exp_main=>element_expenseset .
      navigate from <CONTEXT> to <EXPENSESET> via lead selection
        node_expenseset = wd_context->get_child_node( 'EXPENSESET' ).
      @TODO handle not set lead selection
        IF ( node_expenseset IS INITIAL ).
        ENDIF.
      create new element
        elem_expenseset = node_expenseset->create_element(  ).
    *Bind the element to the node 
      node_expenseset->bind_element(
                   new_item = elem_expenseset
                   set_initial_elements = abap_false
    *set the created element as lead selected
      node_expenseset->set_lead_selection( element = elem_expenseset ).
    Edited by: krishna chandra on Nov 29, 2010 1:30 PM

  • Help Needed on a similar but not same class loader problem

    Hi,
    Please help...
    There is a ClassLoader called MyLoader that overrides default findClass() method to decrypt already encrypted class files available in a separate jar file.
    MyClass also contains a public static method launchMe() method that starts off with a call similar to loadClass("ApplicationMainClass");
    The MyLoader class is also encrypted
    I modified the default launcher (c) code to:
    First find the encrypted MyLoader file then decrypt it and create a byte array.
    The byte array, along with the system class loader and other required arguments, is passed to DefineClass native method (defined in jvm.dll)
    Note: The system class loader class has been instantiated using static method ClassLoader.getSystemClassLoader() through Java's invocation API.
    The DefineClass succeeds and I'm able to instantiate MyLoader and later call launchMe() to start application.
    Now i come to the problem:
    I'm not able to use any class other that those in rt.jar (i.e.standard classes) in MyLoader class. I end up with a runtime error ClassDefNotFoundError while trying to load any third party jar.
    The classes i need are present in class path and also in the local jre's ext that i use to launch my app.
    Although i can avoid using third party jar in MyLoader but if there is any way...
    Piyush

    make sure that third party jar resides in your library.....
    or else put rt.jar and external jars under same folder
    this is matter of path.... no else than this.......
    cheers
    Rajesh42

  • Issue with Popup LOV field not clearing out "default" value

    I am using APEX 4.0 & Oracle 10g
    I have a form that displays a default value on a "Popup LOV" field (say P1_POPUP) when the Form is initially displayed to the user. The default value is part of the Popup LOV list of values. If the field is "manually cleared" *i.e. I clear the default value by backspacing and don't touch the LOV) and I Refresh (submit) the form (REFRESH button to display the same Form again), the default value is still displayed.  
    In Post Processing, I debugged the value of P1_POPUP to see if holds the default value and yes it does. I was expecting no value in P1_POPUP.
    Is this an APEX standard behavior?
    Any way how I can get rid of this value on an manually clearing action of this Pop Up field?
    Looking forward for your response.
    Thank very much in advance.
    Ed.

    I apologize, the default value was NULL indeed. However, it seems like I may need to manually clear this value so that it will not be displayed.

  • SPM 5.2 - problem with reason/activity fields - not showing in the report

    Dear experts,
    I have a situation that is hard to describe.
    We have SPM 5.2 - all set and working, now the problem is that for some of the FF sessions the tool is either not reporting the reason/activity fields (due to some technical problem that is occuring randomly) or the users have found a way to abuse the fields and make thier way around them. (these fields are very important for our SOX controls)
    I have created test users to see how they are entering without filling the reason/activity fields, but no luck - i couldnt enter.
    As you know the Activity field is mandatory text field and at least one character must be entered,  but I don`t think this is the workaround, because even if you put space the report still will show it. I have examples where the report is not showing anything.
    The worst is that I can`t simulate such cases.
    Have you ever heard of such nosense?
    Thank you,
    Iliya

    I think I found it - Application deficiency. It is the language that you are logged with. If it is not English the application is not recording the text that you type in the reason/activity fields upon FF session.
    I hope the latest patches are fixing this!
    BR
    Iliya

  • Problem with JButtons Text field not updating

    Im working on a program (which has its full code included below incase its part of the problem) which wants to change a Jbutton's name during a program. The way I'm trying to make it change is by having a string, "test", be called "before update". then have the jbuttons text equal test. then, in an actionlistener, it changes string test to equal "after update". This doesn't update the Jbuttons text.
    I don't get any errors when I press the button, but the buttons name is not updating. Whats causing the buttons name not to be updated?
    Thanks for help in advance.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*; 
    public class TicTac extends JFrame {
    public int Teamplaying = 0;
    public int CrossA, CrossB, CrossC, CrossD, CrossF, CrossG, CrossH, CrossI, CircleA, CircleB, CircleC, CircleD, CircleE, CircleF, CircleG, CircleH, CirclI, TLB, TMB, TRB, MLB, MMB, MRB, LLB, LMB, LRB = 0;
    String test = "Before Update";
        public TicTac() {
             JPanel TicTac = new JPanel();
             TicTac.setLayout(new GridLayout(3,4));
                  TicTac.add(new JButton(test));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  TicTac.add(new JLabel("a"));
                  setContentPane(TicTac);
             pack();
             setTitle("Add Numbers Together TicTac");
             setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
             setLocationRelativeTo(null);
        class TopLeftBox implements ActionListener {
             public void actionPerformed(ActionEvent e) {
             String test = "After update";
             if (Teamplaying == 0) {
                  CrossA = CrossA + 1;
                  CrossD = CrossD + 1;
                  CrossG = CrossG + 1;
             else {
                  CircleA = CircleA + 1;
                  CircleB = CircleB + 1;
         public static void main(String[]args) {
        TicTac Toe = new TicTac();
        Toe.setVisible(true);
    }

    1) Strings are immutable meaning you can't change them.
    2) Even if you could, the two test strings are completely different variables.
    3) To change JButton text, you should call its setText method.
    4) For a JButton to perform an action on button press, it needs to have an actionlistener added to it via the addActionListener(...) method.
    5) Please read, study, and review the Sun Swing tutorials. You will benefit greatly from having a solid foundation in Swing basics before you try coding in Swing.
    Good luck.
    Edit: a small example code (SSCCE, if you will):
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class Frame extends JFrame
        public Frame()
            JPanel panel = new JPanel();
            JButton button = new JButton("Before Update");
            button.addActionListener(new ButtonListener()); // add actionlistener here
            panel.add(button);
            setContentPane(panel);
            pack();
            setTitle("Frame");
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            setLocationRelativeTo(null);
        private class ButtonListener implements ActionListener
            public void actionPerformed(ActionEvent e)
                // get the button that called this action
                JButton button = (JButton)e.getSource();
                // update the button's text
                button.setText("After update");
        public static void main(String[] args)
            SwingUtilities.invokeLater(new Runnable()
                @Override
                public void run()
                    new Frame().setVisible(true);               
    }Edited by: Encephalopathic on Apr 28, 2008 9:26 PM

  • Getting "Network Connection Failure 903" *only* when connecting from a LAN with a similar setup

    Hello there, We recently bought a WD My Cloud EX2100 for family storage and we're quite happy with it. We configured the Android mobile app and it works perfectly either in the local network, from the WiFi at work or from the 4G networks in our smartphones. However, we live in two houses with very similar network configurations (same IP range, same IPs assigned to similar devices, e.g. 192.168.1.1 is the router in both places and 192.168.1.254 are other network gadgets, specifically at one house the WD NAS device, and at the other a WiFi repeater). The problem is that at the house with the WiFi repeater in the same IP address as the NAS in the other house, we cannot use the Android or Windows apps to connect to My Cloud services. Everywhere else, it works just fine, but not there. I believe it's wrongly detecting the network as the home network for the NAS device and tries to connect through 192.168.1.254 (haven't had the time to test this though). Have you had any similar issues? What can I do to fix this? Is there any documentation on it? Thanks! Best regards,José Devezas

    I have checked it and the issue really is the local network with a similar configuration. I disconnected the WiFi repeater using the same IP address as the NAS on the other network and it worked just fine. It's quite a stupid bug, that needs fixing.

  • SQVI - Join tables using similar fields (but not same)

    Hi folks!
    I would like to know if there is a way to do a join between two tables thru fields that are similar but not exactly the same. For example, I need to join tables EKKO and CDHDR, where the PO numbers do exist in both the tables (EKKO-EBELN and CDHDR-OBJECTID), but the fields are different. Is it possible to achieve such kind of a join?
    Appreciate your help.
    Regards,
    Anwar.

    >
    Mohammad Anwar wrote:
    though their data type is the same (CHAR).
    unfortunately it is not enough... You have to select separately from the two tables and merge the data somehow in the program.

  • Why are my fields not moving with my Dynamic stamp ? Only the artwork appears

    Why are my fields not moving with my Dynamic stamp ? Only the artwork appears

    Sounds like you're a candidate for Lightroom...based on the time you don't
    want to spend in Photoshop.
    Photoshop install media is likely created in large batches, perhaps in a
    foreign country, so it's understandable that you get Photoshop 11.0.0 is on
    the media.
    I don't know as I would use ProPhotoRGB as my working space in Photoshop.  I
    was merely suggesting that you look at your color settings to make sure
    things were the same on both machines.
    How do you know your actions are the same?  Did you copy the action
    recording from one computer to the other, or did you merely record the same
    steps on each one?  Have you compared the details of each action step in the
    Actions Palette to make sure they are the same?  The symptoms still sound
    like something different than sRGB being the output color-space, or the fact
    it isn't embedded on one or the other of the computers.
    How are you viewing the JPG when it looks the same or different than the
    RAW?  Are you looking at the side-by-side in Photoshop, or side-by-side in
    Bridge, or are you using a mixture of viewers, one Adobe, and one not?  And
    are you using the Canon Codec on Vista or not?  The Canon Codec would be
    showing the camera-preview in the RAW not the RAW adjustments that Adobe has
    done.
    While the OS shouldn't be causing a difference in how the action is run, a
    difference between OSes may make a difference in the processing to show up.
    The camera profile associated with a RAW file is visible in the
    third-from-right tab in ACR over at the right.  The one with the little
    DSLR-camera icon on the tab.
    Can you attach the two JPGs on a reply, here, or if not, upload a ZIP of the
    two JPGs and the RAW to a file-sharing site like http://www.rapidshare.com/
    and post the download link(s)?

  • False message: The document name you requested (/selector_test.html) could not be found on this server. However, we found documents with names similar to the one you requested.

    When I specify http://www.celticmanner.com/selector_test.html to Firefox 6.01, I get the false message:
    Multiple Choices
    The document name you requested (/selector_test.html) could not be found on this server. However, we found documents with names similar to the one you requested.
    Available documents:
    /selector_test.txt (common basename)
    The file http://www.celticmanner.com/selector_test.html IS PRESENT on the host.
    The file http://www.celticmanner.com/selector_test.txt IS NOT. (It had been earlier.)
    I do not find the text "selector_test.txt" anywhere on my partition C! Where does Firefox retain a pointer to this file that no longer exists? And why?
    NB: The text "could not be found on this server" is sloppy. That message is not issued from a servcer, but from the instance of Firefox on my computer. The message should read "could not be found on the specified server".
    B. Somers

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • The field "GLTPC" is unknown, but there is a field with the similar name*

    Hi all
    When i am running the report painter reports in SAP
    i am getting this error .
    Syntax error in program    SAPFGRWG
    in include                  FGRWGE60
    in line                      19
    Last changed by            SAP
    Author                     SAP
    The field "GLTPC" is unknown, but there is a field with the similar name
    "GLTPC".*
    Please help me whenever
    Regards,
    suchithra
    Edited by: Rob Burbank on May 22, 2009 9:00 AM

    Hi All
    All 8A group Report painter reports i.e GLPCt table Reports are not executed properly
    Can you please help me out
    Regards,
    suchithra

  • MaxDB: Table with many LONG fields does not allow an INSERT: ...?

    Hi,
    I have a table with many LONG fields (28). So far, everythings works fine.
    However, if I add another LONG field I cannot insert a dataset anymore
    (29 LONG fields).
    Does there exist a MaxDB parameter or anything else I can change to make inserts possible again?
    Thanks in advance
    Michael
    appendix:
    - Create and Insert command and error message
    - MaxDB version and its parameters
    Create and Insert command and error message
    CREATE TABLE "DBA"."AZ_Z_TEST02"
         "ZTB_ID"               Integer    NOT NULL,
         "ZTB_NAMEOFREPORT"           Char (400) ASCII DEFAULT '',
         "ZTB_LONG_COMMENT"                LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_00"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_01"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_02"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_03"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_04"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_05"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_06"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_07"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_08"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_09"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_10"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_11"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_12"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_13"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_14"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_15"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_16"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_17"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_18"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_19"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_20"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_21"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_22"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_23"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_24"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_25"         LONG ASCII DEFAULT '',
         "ZTB_LONG_TEXTBLOCK_26"         LONG ASCII DEFAULT '',
         PRIMARY KEY ("ZTB_ID")
    The insert command
    INSERT INTO AZ_Z_TEST02 SET ztb_id = 87
    works fine. If I add the LONG field
    "ZTB_LONG_TEXTBLOCK_27"         LONG ASCII DEFAULT '',
    the following error occurs:
        Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed
        General error;-7032 POS(1) SQL statement not allowed for column of data type LONG
        INSERT INTO AZ_Z_TEST02 SET ztb_id = 88
    MaxDB version and its parameters
    All db params given by
    dbmcli -d myDB -u dbm,dbm param_directgetall > maxdb_params.txt
    are
    KERNELVERSION                         KERNEL    7.5.0    BUILD 026-123-094-430
    INSTANCE_TYPE                         OLTP
    MCOD                                  NO
    RESTART_SHUTDOWN                      MANUAL
    SERVERDBFOR_SAP                     YES
    _UNICODE                              NO
    DEFAULT_CODE                          ASCII
    DATE_TIME_FORMAT                      INTERNAL
    CONTROLUSERID                         DBM
    CONTROLPASSWORD                       
    MAXLOGVOLUMES                         10
    MAXDATAVOLUMES                        11
    LOG_VOLUME_NAME_001                   LOG_001
    LOG_VOLUME_TYPE_001                   F
    LOG_VOLUME_SIZE_001                   64000
    DATA_VOLUME_NAME_0001                 DAT_0001
    DATA_VOLUME_TYPE_0001                 F
    DATA_VOLUME_SIZE_0001                 64000
    DATA_VOLUME_MODE_0001                 NORMAL
    DATA_VOLUME_GROUPS                    1
    LOG_BACKUP_TO_PIPE                    NO
    MAXBACKUPDEVS                         2
    BACKUP_BLOCK_CNT                      8
    LOG_MIRRORED                          NO
    MAXVOLUMES                            22
    MULTIO_BLOCK_CNT                    4
    DELAYLOGWRITER                      0
    LOG_IO_QUEUE                          50
    RESTARTTIME                         600
    MAXCPU                                1
    MAXUSERTASKS                          50
    TRANSRGNS                           8
    TABRGNS                             8
    OMSREGIONS                          0
    OMSRGNS                             25
    OMS_HEAP_LIMIT                        0
    OMS_HEAP_COUNT                        1
    OMS_HEAP_BLOCKSIZE                    10000
    OMS_HEAP_THRESHOLD                    100
    OMS_VERS_THRESHOLD                    2097152
    HEAP_CHECK_LEVEL                      0
    ROWRGNS                             8
    MINSERVER_DESC                      16
    MAXSERVERTASKS                        20
    _MAXTRANS                             288
    MAXLOCKS                              2880
    LOCKSUPPLY_BLOCK                    100
    DEADLOCK_DETECTION                    4
    SESSION_TIMEOUT                       900
    OMS_STREAM_TIMEOUT                    30
    REQUEST_TIMEOUT                       5000
    USEASYNC_IO                         YES
    IOPROCSPER_DEV                      1
    IOPROCSFOR_PRIO                     1
    USEIOPROCS_ONLY                     NO
    IOPROCSSWITCH                       2
    LRU_FOR_SCAN                          NO
    PAGESIZE                            8192
    PACKETSIZE                          36864
    MINREPLYSIZE                        4096
    MBLOCKDATA_SIZE                     32768
    MBLOCKQUAL_SIZE                     16384
    MBLOCKSTACK_SIZE                    16384
    MBLOCKSTRAT_SIZE                    8192
    WORKSTACKSIZE                       16384
    WORKDATASIZE                        8192
    CATCACHE_MINSIZE                    262144
    CAT_CACHE_SUPPLY                      1632
    INIT_ALLOCATORSIZE                    229376
    ALLOW_MULTIPLE_SERVERTASK_UKTS        NO
    TASKCLUSTER01                       tw;al;ut;2000sv,100bup;10ev,10gc;
    TASKCLUSTER02                       ti,100dw;30000us;
    TASKCLUSTER03                       compress
    MPRGN_QUEUE                         YES
    MPRGN_DIRTY_READ                    NO
    MPRGN_BUSY_WAIT                     NO
    MPDISP_LOOPS                        1
    MPDISP_PRIO                         NO
    XP_MP_RGN_LOOP                        0
    MP_RGN_LOOP                           0
    MPRGN_PRIO                          NO
    MAXRGN_REQUEST                        300
    PRIOBASE_U2U                        100
    PRIOBASE_IOC                        80
    PRIOBASE_RAV                        80
    PRIOBASE_REX                        40
    PRIOBASE_COM                        10
    PRIOFACTOR                          80
    DELAYCOMMIT                         NO
    SVP1_CONV_FLUSH                     NO
    MAXGARBAGECOLL                      0
    MAXTASKSTACK                        1024
    MAX_SERVERTASK_STACK                  100
    MAX_SPECIALTASK_STACK                 100
    DWIO_AREA_SIZE                      50
    DWIO_AREA_FLUSH                     50
    FBM_VOLUME_COMPRESSION                50
    FBM_VOLUME_BALANCE                    10
    FBMLOW_IO_RATE                      10
    CACHE_SIZE                            10000
    DWLRU_TAIL_FLUSH                    25
    XP_DATA_CACHE_RGNS                    0
    DATACACHE_RGNS                      8
    XP_CONVERTER_REGIONS                  0
    CONVERTER_REGIONS                     8
    XP_MAXPAGER                           0
    MAXPAGER                              11
    SEQUENCE_CACHE                        1
    IDXFILELIST_SIZE                    2048
    SERVERDESC_CACHE                    73
    SERVERCMD_CACHE                     21
    VOLUMENO_BIT_COUNT                    8
    OPTIM_MAX_MERGE                       500
    OPTIM_INV_ONLY                        YES
    OPTIM_CACHE                           NO
    OPTIM_JOIN_FETCH                      0
    JOIN_SEARCH_LEVEL                     0
    JOIN_MAXTAB_LEVEL4                    16
    JOIN_MAXTAB_LEVEL9                    5
    READAHEADBLOBS                      25
    RUNDIRECTORY                          E:\_mp\u_v_dbs\EVERW_C5
    _KERNELDIAGFILE                       knldiag
    KERNELDIAGSIZE                        800
    _EVENTFILE                            knldiag.evt
    _EVENTSIZE                            0
    _MAXEVENTTASKS                        1
    _MAXEVENTS                            100
    _KERNELTRACEFILE                      knltrace
    TRACE_PAGES_TI                        2
    TRACE_PAGES_GC                        0
    TRACE_PAGES_LW                        5
    TRACE_PAGES_PG                        3
    TRACE_PAGES_US                        10
    TRACE_PAGES_UT                        5
    TRACE_PAGES_SV                        5
    TRACE_PAGES_EV                        2
    TRACE_PAGES_BUP                       0
    KERNELTRACESIZE                       648
    EXTERNAL_DUMP_REQUEST                 NO
    AKDUMP_ALLOWED                      YES
    _KERNELDUMPFILE                       knldump
    _RTEDUMPFILE                          rtedump
    UTILITYPROTFILE                     dbm.utl
    UTILITY_PROTSIZE                      100
    BACKUPHISTFILE                      dbm.knl
    BACKUPMED_DEF                       dbm.mdf
    MAXMESSAGE_FILES                    0
    EVENTALIVE_CYCLE                    0
    _SHAREDDYNDATA                        10280
    _SHAREDDYNPOOL                        3607
    USE_MEM_ENHANCE                       NO
    MEM_ENHANCE_LIMIT                     0
    __PARAM_CHANGED___                    0
    __PARAM_VERIFIED__                    2008-05-13 13:47:17
    DIAG_HISTORY_NUM                      2
    DIAG_HISTORY_PATH                     E:\_mp\u_v_dbs\EVERW_C5\DIAGHISTORY
    DIAGSEM                             1
    SHOW_MAX_STACK_USE                    NO
    LOG_SEGMENT_SIZE                      21333
    SUPPRESS_CORE                         YES
    FORMATTING_MODE                       PARALLEL
    FORMAT_DATAVOLUME                     YES
    HIRES_TIMER_TYPE                      CPU
    LOAD_BALANCING_CHK                    0
    LOAD_BALANCING_DIF                    10
    LOAD_BALANCING_EQ                     5
    HS_STORAGE_DLL                        libhsscopy
    HS_SYNC_INTERVAL                      50
    USE_OPEN_DIRECT                       NO
    SYMBOL_DEMANGLING                     NO
    EXPAND_COM_TRACE                      NO
    OPTIMIZE_OPERATOR_JOIN_COSTFUNC       YES
    OPTIMIZE_JOIN_PARALLEL_SERVERS        0
    OPTIMIZE_JOIN_OPERATOR_SORT           YES
    OPTIMIZE_JOIN_OUTER                   YES
    JOIN_OPERATOR_IMPLEMENTATION          IMPROVED
    JOIN_TABLEBUFFER                      128
    OPTIMIZE_FETCH_REVERSE                YES
    SET_VOLUME_LOCK                       YES
    SHAREDSQL                             NO
    SHAREDSQL_EXPECTEDSTATEMENTCOUNT      1500
    SHAREDSQL_COMMANDCACHESIZE            32768
    MEMORY_ALLOCATION_LIMIT               0
    USE_SYSTEM_PAGE_CACHE                 YES
    USE_COROUTINES                        YES
    MIN_RETENTION_TIME                    60
    MAX_RETENTION_TIME                    480
    MAX_SINGLE_HASHTABLE_SIZE             512
    MAX_HASHTABLE_MEMORY                  5120
    HASHED_RESULTSET                      NO
    HASHED_RESULTSET_CACHESIZE            262144
    AUTO_RECREATE_BAD_INDEXES             NO
    LOCAL_REDO_LOG_BUFFER_SIZE            0
    FORBID_LOAD_BALANCING                 NO

    >
    Lars Breddemann wrote:
    > Hi Michael,
    >
    > this really looks like one of those "Find-the-5-errors-in-the-picture" riddles to me.
    > Really.
    >
    > Ok, first to your question: this seems to be a bug - I could reproduce it with my 7.5. Build 48.
    > Anyhow, when I use
    >
    > insert into "AZ_Z_TEST02"  values (87,'','','','','','','','','','','','','','','',''
    >                                           ,'','','','','','','','','','','','','','','','')
    >
    > it works fine.
    It solves my problem. Thanks a lot. -- I hardly can believe that this is all needed to solve the bug. This may be the reason why I have not given it a try.
    >
    Since explicitely specifying all values for an insert is a good idea anyhow (you can see directly, what value the new tupel will have), you may want to change your code to this.
    >
    > Now to the other errors:
    > - 28 Long values per row?
    > What the heck is wrong with the data design here?
    > Honestly, you can save data up to 2 GB in a BLOB/CLOB.
    > Currently, your data design allows 56 GB per row.
    > Moreover 26 of those columns seems to belong together originally - why do you split them up at all?
    >
    > - The "ZTB_NAMEOFREPORT" looks like something the users see -
    > still there is no unique constraint preventing that you get 10000 of reports with the same name...
    You are right. This table looks a bit strange. The story behind it is: Each crystal report in the application has a few textblocks which are the same for all the e.g. persons the e.g. letter is created for. Principally, the textblocks could be directy added to the crystal report. However, as it is often the case, these textblocks may change once in a while. Thus, I put the texts of the textblock into this "strange" db table (one row for each report, one field for each textblock, the name of the report is given by "ztb_nameofreport"). And the application offers a menue by which these textblocks can be changed. Of course, the fields in the table could be of type CHAR, but LONG has the advantage that I do not have to think about the length of the field, since sometime the texts are short and sometimes they are really long.
    (These texts would blow up the sql select command of the crystal report very much if they were integrated into the this select command. Thus it is realized in another way: the texts are read before the crystal report is loaded, then the texts are "given" to the crystal report (by its parameters), and finally the crystal report is loaded.)
    >
    - MaxDB 7.5 Build 26 ?? Where have you been the last years?
    > Really - download the 7.6.03 Version [here|https://www.sdn.sap.com/irj/sdn/maxdb-downloads] from SDN and upgrade.
    > With 7.6. I was not able to reproduce your issue at all.
    The customer still has Win98 clients. MaxDB odbc driver 7.5.00.26 does not work for them. I got the hint to use odbc driver 7.3 (see [lists.mysql.com/maxdb/25667|lists.mysql.com/maxdb/25667]). Do MaxDB 7.6 and odbc driver 7.3 work together?
    All Win98 clients may be replaced by WinXP clients in the near future. Then, an upgrade may be reasonable.
    >
    - Are you really putting your data into the DBA schema? Don't do that, ever.
    > DBM/SUPERDBA (the sysdba-schemas) are reserved for the MaxDB system tables.
    > Create a user/schema for your application data and put your tables into that.
    >
    > KR Lars
    In the first MaxDB version I used, schemas were not available. I haven't changed it afterwards. Is there an easy way to "move an existing table into a new schema"?
    Michael

  • Date Field not initialized with DBDATETIME/DBDATE

    Hi,
    I have form in oracle 9i(I also attached calender provided as PJC on oracle's site) with one field of date type with the Initial value of $$dbdate$$/$$dbdatetime$$
    but at the time of run this field doesnot inialized as it should be with the current date and time, some one plz help me.
    Thanks and Regards
    Khawar
    Message was edited by:
    skhawar03

    hi.
    i have a feeling that upon execution, the focus of the form is set to start with that particular field. Thus causing the initial value to be cleared of. Try to navigate to another block other than the one with your date field at the start.
    This is how i fixed it when i had the same problem. This may/may not work.
    Message was edited by:
    Pradeep Shanmugham for gramatical clarfication

  • Buletooth is not working in ipod touch 4g. When i want to connect my i pod touch with my friend ipod touch same 4g we can not able to connect.

    Buletooth is not working in ipod touch 4g. When i want to connect my i pod touch with my friend ipod touch same 4g we can not able to connect.

    The BT profiles on the iPod do not support direct iPod-to-iPod use.  There are apps that support peer-to-peer gaming between iPods and maybe transfer like for photos.  Also see:
    iPhone, iPad, iPod touch: Supported Bluetooth profiles

Maybe you are looking for