Transforming a DART_VIEW into a DART_EXTR

Dear Gurus,
I have a problem in Data Retention Tool (DART).  I had made the following steps:
- Extract the data with the transaction FTW1A (Extract Data) creating a file (BIN) u2013 ZTEST;
- Transaction FTWH (Data Extract Views) selected a view that I had previously created and put in the ZTEST file a filter (Document Type = KZ). Creating a file u2013 ZVIEW;
And now I want to have the file ZVIEW transformed into an Extract File just like ZTEST.
So for short I want to transform a DART_VIEW into a DART_EXTR. Itu2019s that possible?
I need a way to filter the file ZTEST (like document type) and have the possibility to SAVE with the same name and in the same u201Cplaceu201D.
Thx in advance,
Best regards,
Rui Ribeiro

Hello!
For the files already created you cannot change the header. It would be against to accounting principles, you should not change data already stored in production.
For the new files you can switch off the flag  "insert header line"  at the selection screen of the view as mentioned above.
REgards,
REnan

Similar Messages

  • Transform sap query into transaction

    hi!
    my question is not related to mm but also not to other forums in this site.
    i'm trying to transform sap query into transaction using se93 transaction.
    i just learing sap in a class and we use an old version of sap.
    user group name: ofer6
    infoset name: ofer9
    query name: ofer8
    all created in global area
    when i enter se93 i write t-code ZSTART and press "create".
    then i choose: "transaction with parameters" in the popup window.
    in the second screen i write the transaction ZSTART again.
    i mark "skip initial screen" and "inherit gui attributes"
    at the bottom of the page in "default values" i use the following:
    D_SREPOVARI-EXTDREPORT     OFER8
    D_SREPOVARI-REPORT          OFER6 G
    D_SREPOVARI-REPORTTYPE     AQ
    when i press enter i get  messages:
    transaction ZSTART does not exist
    Screen 0000 of program  does not exist
    The field D_SREPOVARI-REPORTTYPE does not exist on the called screen
    The field D_SREPOVARI-REPORT does not exist on the called screen

    Hi,
    Please check the link below:
    http://www.freesaptutorial.com/how-to-create-transaction-code-in-sap-using-se93/
    Hope this will be helpful to you.
    Thanks,
    Neeraj

  • How can i transform MFC HWND into jpanel or jframe instance

    Hi!
    I want to open a MFC window, then with the HWND , i want to open java subwindow created inside the MFC window with the HWND, i wonder if there is a way. how can i transform the HWND into jpanel or jframe instance.

    Look at the article in CodeProject and read the example in it. The other questions you can send to my email because I cannot give you concrete response in this forum.

  • I want to transform an object into a XML-String

    Hallo,
    in my BSP I want to transform an object into a xml string to set a server side cookie.
    Therefore my code is:
      DATA:
        lv_xml      TYPE string,
        lv_username TYPE string.
    model    ?= get_model( model_id = 'main' ).
      lv_username = sy-uname.
      Call TRANSFORMATION id SOURCE o = model  RESULT XML lv_xml.
      cl_bsp_server_side_cookie=>set_server_cookie(
            name                  = 'MODEL'
            application_name      = runtime->application_name
            application_namespace = runtime->application_namespace
            username              = lv_username
            session_id            = runtime->session_id
            data_value            = lv_xml
            data_name             = 'MODEL'
            expiry_time_rel       = 3600 ).
    But after the command "Call Transformation" the xml-string doesn't contain all the data of my object, only this:
    <?xml version="1.0" encoding="iso-8859-1"?>#<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"><asx:values><O href="#o19"/></asx:values><asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary"> <cls:ZCL_M_ESS_TRV_OVW id="o19"/
    ></asx:heap></asx:abap>
    What is wrong?
    Regards.
    Martin

    see thread nr.: Re: Call transformation with an object

  • How can I transform an image into a different design?

    I've used the Distort effects in AE to modify the following video:
    Into this:
    I'm a pretty pleased with the results.  I simply used the Transform and Mirror effects.
    However, I have a bunch of other designs which I can't distort into a good alternative design by using the same method.  Here is an example:
    I am hoping some of you very clever people can come up with a method I can use for transforming this sort of design into something decent!
    Thanks!

    Thanks for the replies!
    I realise this is a broad question.  I will elaborate on the images from my first post in order to provide more details:
    1)  I have generated a number of animated designs, the blue image when animated looks like moving electricity.  All of the designs are geometric patterns of one form or another.  I have around 50 of these designs.
    2)  I want to create variations on these geometric animations. Rather than start from scratch and create a brand new design (which is a lengthy process), I want to use the effects in After Effects to create variations.  In the example I provided, I took the blue design and used a number of effects to create the green design.
    3)  Essentially, I now have two different animations.  The blue original, and the green variation.
    4)  Here is my question.  Are there any specific effects within After Effects, that allow me to distort an image/animation to such a degree that it essentially looks like a different image/animation?  So far, I have used Transform and Mirror.
    I gave Kaleidoscope a try, and that gave some good results, so thanks for that suggestion.
    5)  The problem I am having is that some of my other designs are more or less 'symmetrical' in appearance - like the yellow image from my first post.  The Transform, Mirror and Kaleidoscope effects do not really distort the symmetrical animations enough.  This is because they simply tend to either rotate the image (which is a circle, so rotating it does little), or they mirror the design (which again does little as the image is a circle).  So, are there any other effects I can choose which will distort a symmetrical geometrical design, whilst still retaining a degree of geometric appearance?
    I thank you again for your time, it really is appreciated!
    EDIT:  As Todd Kopriva suggested, here is the link to the other forum post:  http://forums.creativecow.net/readpost/2/1008997  - I forgot to link back to this forum from there.  I will add that shortly.

  • Problem transforming some tiff into jpg

    Hi, my problem is I'm trying to convert a tiff image into jpg image, my code it's working for some files but not with all, i'm receiving a String represent the tiff file in hex base and transform into baytearray of jpg my code is the next
    if someone have a similar problem and can helpme
    import java.awt.image.RenderedImage;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import javax.media.jai.JAI;
    import javax.media.jai.PlanarImage;
    import com.sun.media.jai.codec.ByteArraySeekableStream;
    public class Test {
         public static void main(String[] args) {
              Test g = new Test();
    //          bad image
              g.decodeImage("49492a00080000001100fe00040001000000000000000001030001000000800100000101030001000000050100000201030001000000010000000301030001000000040000000601030001000000000000000701030001000000010000000a01030001000000010000001101040001000000ea0000001501030001000000010000001601040001000000050100001701040001000000280300001a01050001000000da0000001b01050001000000e200000024010400010000000000000025010400010000000000000028010300010000000200000000000000c800000001000000c800000001000000ffffffffffffe6449c29d9afc27fd04e17f33fede825fff5ebea12bbfc2afaafbfc2f4abaffafafa7f85fd7097fff5f5ad7f5e16bd7fff5f356bc2a7aebfe134abafd5bfd05d6f2dd570a97ffffff5a4b0bfaeb855f5ffbf4bd2d6bbfaf0bd7ae17d6b2c7d53afd7df497ffe975fae124a12fffd57fa55faffebf4bf84bfd2f4ffd533010bc157821111210728c5299540ccbcca80789494ca034ccd9a1170cefcecc80c18336f68cc08559d920287eb3a063a9da906c5d725c2eb044085697c18ea0975583a50883bebf0df3b1606036175c18694ec481723cdd75831c2085bd257a9da404239874bf99dc221315af4bbcecb854baff41c205eaab8596387088ba20db55aea1b84104b0ba5c5373b4095d7d0698708155affb70825d2a4b49b8204beafb41ba055a5ae126e4d05a0ed6bd30e105d855ad43708209755eb785aa5a5d372b02d3afe15b8412ad7f86e104ee925d04487b740825aba58416dd2f497d2c3704157495692dd05ebaf5b70820975f825b7097a5d6961e105e952f0bbc2a8d7c25dc25a5f84b0dc2095a74b85de92a096a12c3c20bfdc25dc25d69610586f5412fc25dc20974b4820bbd6974a105b70924d1d445d05b7ac2fe961b84b4bab082cd1174478de4745d91d17d3d52c3e211080da221f5d21a44806c368c1dff709180d32398b6dc2a85915d82120d2921bde91d02b0ccc354ba2777edd20ac486584f70e97120d4250ade1aa840bd9176290f48d82a99b796edb86f087aa5def27478164e0befadbc109069390e43a70bdc190e5ac8e0d6937f5ac3218d4c3884cb760c7fcb1f22c07a2399c09c37d2d2786409c70852e183fff2081a447479b4898e82cd01de96937117a4aa36d86bebdb5092d061ef5d3fa492c30e58eebd7fa4922de0c3239edff5ef4124f40c45e142fb7bc2492e4402fd697630924ee0fffdb08249543262d4b4af1082492d6fe1e1a4bfd7d386217d696af85dffd270c168111ffafe185d5f6b695c7dd7ffd20afd2f7c7efba57abad7efbef5ffb7ded27e1c2e12636fafff0add6957ff76be1bf096fd3ee9dbeffb5eafc243e9b4b483edf0ea9609fb49a8daaa4361d3ac37f5eb5df15d2850de1add56d461a18ffffffffe00200");
              public byte[] decodeImage(String codigoEntrada){
                        byte[] data=hexStringToByteArray(codigoEntrada);
                        try {
                             ByteArraySeekableStream seekableStream = new ByteArraySeekableStream(data);
                             PlanarImage src = JAI.create("Stream", seekableStream);
                             byte[] data2=getByteArray(src);
                             return data2;
                        } catch (IOException e) {
                             System.out.println(e);
                        return null;
              public byte[] getByteArray(RenderedImage image) {
                        ByteArrayOutputStream bouts = new ByteArrayOutputStream();
                        JAI.create("encode", image, bouts, "jpg");
                        return bouts.toByteArray();
              public static byte[] hexStringToByteArray(String s) {
                       int len = s.length();
                       byte[] data = new byte[len / 2];
                       for (int i = 0; i < len; i += 2) {
                           data[i / 2] = (byte) ((Character.digit(s.charAt(i), 16) << 4) + Character.digit(s.charAt(i+1), 16));
                       return data;
    }thanks
    Edited by: hikarus on Mar 31, 2009 12:52 PM
    Edited by: hikarus on Mar 31, 2009 12:57 PM

    the problem is if you use this with the bad image
         public static void main(String[] args) {
            Test g = new Test();
               //          bad image
         g.saveImage("49492a00080000001100fe00040001000000000000000001030001000000800100000101030001000000050100000201030001000000010000000301030001000000040000000601030001000000000000000701030001000000010000000a01030001000000010000001101040001000000ea0000001501030001000000010000001601040001000000050100001701040001000000280300001a01050001000000da0000001b01050001000000e200000024010400010000000000000025010400010000000000000028010300010000000200000000000000c800000001000000c800000001000000ffffffffffffe6449c29d9afc27fd04e17f33fede825fff5ebea12bbfc2afaafbfc2f4abaffafafa7f85fd7097fff5f5ad7f5e16bd7fff5f356bc2a7aebfe134abafd5bfd05d6f2dd570a97ffffff5a4b0bfaeb855f5ffbf4bd2d6bbfaf0bd7ae17d6b2c7d53afd7df497ffe975fae124a12fffd57fa55faffebf4bf84bfd2f4ffd533010bc157821111210728c5299540ccbcca80789494ca034ccd9a1170cefcecc80c18336f68cc08559d920287eb3a063a9da906c5d725c2eb044085697c18ea0975583a50883bebf0df3b1606036175c18694ec481723cdd75831c2085bd257a9da404239874bf99dc221315af4bbcecb854baff41c205eaab8596387088ba20db55aea1b84104b0ba5c5373b4095d7d0698708155affb70825d2a4b49b8204beafb41ba055a5ae126e4d05a0ed6bd30e105d855ad43708209755eb785aa5a5d372b02d3afe15b8412ad7f86e104ee925d04487b740825aba58416dd2f497d2c3704157495692dd05ebaf5b70820975f825b7097a5d6961e105e952f0bbc2a8d7c25dc25a5f84b0dc2095a74b85de92a096a12c3c20bfdc25dc25d69610586f5412fc25dc20974b4820bbd6974a105b70924d1d445d05b7ac2fe961b84b4bab082cd1174478de4745d91d17d3d52c3e211080da221f5d21a44806c368c1dff709180d32398b6dc2a85915d82120d2921bde91d02b0ccc354ba2777edd20ac486584f70e97120d4250ade1aa840bd9176290f48d82a99b796edb86f087aa5def27478164e0befadbc109069390e43a70bdc190e5ac8e0d6937f5ac3218d4c3884cb760c7fcb1f22c07a2399c09c37d2d2786409c70852e183fff2081a447479b4898e82cd01de96937117a4aa36d86bebdb5092d061ef5d3fa492c30e58eebd7fa4922de0c3239edff5ef4124f40c45e142fb7bc2492e4402fd697630924ee0fffdb08249543262d4b4af1082492d6fe1e1a4bfd7d386217d696af85dffd270c168111ffafe185d5f6b695c7dd7ffd20afd2f7c7efba57abad7efbef5ffb7ded27e1c2e12636fafff0add6957ff76be1bf096fd3ee9dbeffb5eafc243e9b4b483edf0ea9609fb49a8daaa4361d3ac37f5eb5df15d2850de1add56d461a18ffffffffe00200");
           public String saveImage(String codigoEntrada){
              byte[] data=hexStringToByteArray(codigoEntrada);
              try {
                   File myFile = new File("C:/imagen.tif");
                   FileOutputStream fout = new FileOutputStream(myFile);
                   fout.write(data);
                   fout.close();
                   } catch (IOException e) {
                   e.printStackTrace();
         }the image is saved into a file and you can open to see with a external viewer like paint, it's possible this, if the image it's corrupted?

  • Transformation: 2 rows into 1

    Hello,
    in a transformation i have to merge rows. My soruce is a DSO with the following structure:
    - Journey (Key)
    - Step (Key)
    - City
    - Start-Flag
    - End-Flag
    My target is a DSO with the structure
    - Journey (Key)
    - City-From
    - City-To
    In SOURCE_PACKAGE i have for example :
    1, 1, 'London', 'X', ' '
    1, 2, 'New York', ' ', 'X'
    In RESULT_PACKAGE i want to have:
    1, 'London', 'New York'
    I already have a routine into the rule which put the city into City-From if the Start-Flag is set and put it into City-To if the End-Flag is set. When i test it the first row from SOURCE_PACKAGE will be overwritten by the second:
    1, '', 'New York'
    What i have to do to get  1, 'London', 'New York'  in RESULT_PACKAGE ?? Thanks for help

    HI TimmaY,
    Take all entries of source package into itab. ( ITAB with the copy of source package, ITAB1[ ] = SOURCEPACKAGE ).
    Now sort itab by Journey (Key)  Step (Key) .
    Now delete source package where step = 2.
    Now in transfer Rules Journey key is direct mapping.
    For -  From target field Transfer routine ,
    Read table  itab into wa with key Journey (Key)  = source fileds-Journey (Key) .
      if wa-step = 1  and wa-start = x .Then result = wa-CITY.
    Endif.
    TO -  From target field Transfer routine ,
    Read table  itab into wa with key Journey (Key)  = source fileds-Journey (Key) .
      if wa-step = 2 and wa-end = x .Then result = wa-CITY.
    Endif.
    I hope this helps you, Change code accordingly with correct syntax.
    Thanks,
    Joseph

  • Transforming XML data into SVG line charts using XSLT

    Hi
    I am trying to transform revenue data from an XML file into an SVG line chart. The problem is that I am quite new to XPath and XSLT and whereas I can draw the grid for my chart I struggle drawing the lines using the data from the XML doc.
    The XML look something like the one below, and I would like to have one chart for each product and in each chart having the time on the x-axis and chart the revenue by regions.
    Any help on this is much appreciated.
    Thanks
    Peter
    <?xml version="1.0"?>
    <revenue>
    <caption>
    <heading>My title</heading>
    </caption>
    <date name="01/01/2003">
    <region name="Asia">
    <product_a>30</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    </date>
    <date name="02/01/2003">
    <region name="Asia">
    <product_a>32</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>57</product_a>
    <product_b>31</product_b>
    <product_c>457</product_c>
    </region>
    </date>
    <date name="03/01/2003">
    <region name="Asia">
    <product_a>38</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>31</product_a>
    <product_b>9</product_b>
    <product_c>357</product_c>
    </region>
    </date>
    <date name="04/01/2003">
    <region name="Asia">
    <product_a>33</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>43</product_a>
    <product_b>16</product_b>
    <product_c>430</product_c>
    </region>
    </date>
    <date name="05/01/2003">
    <region name="Asia">
    <product_a>36</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>54</product_a>
    <product_b>1</product_b>
    <product_c>561</product_c>
    </region>
    </date>
    </revenue>

    You could try Jeni's XSLT utilities for SVG :
    http://www.jenitennison.com/xslt/utilities/svg-utils.html
    Specifically, the sample code provided, when a couple of SVG charts are being generated from XML data :
    http://www.jenitennison.com/xslt/utilities/svg-example.html
    Hope that helps.

  • Transforming XML data into SVG line charts

    Hi
    I am trying to transform revenue data from an XML file into an SVG line chart. The problem is that I am quite new to XPath and XSLT and whereas I can draw the grid for my chart I struggle drawing the lines using the data from the XML doc.
    The XML look something like the one below, and I would like to have one chart for each product and in each chart having the time on the x-axis and chart the revenue by regions.
    Any help on this is much appreciated.
    Thanks
    Peter
    <?xml version="1.0"?>
    <revenue>
    <caption>
    <heading>My title</heading>
    </caption>
    <date name="01/01/2003">
    <region name="Asia">
    <product_a>30</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    </date>
    <date name="02/01/2003">
    <region name="Asia">
    <product_a>32</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>57</product_a>
    <product_b>31</product_b>
    <product_c>457</product_c>
    </region>
    </date>
    <date name="03/01/2003">
    <region name="Asia">
    <product_a>38</product_a>
    <product_b>12</product_b>Long postings are being truncated to ~1 kB at this time.

    Instead of using SVG charting can I suggest that you look into digital charts. This service creates charts on the fly and is very easy to integrate with web applications.
    Christopher
    www.billboard.net

  • Transform Java Beans into XML documents?

    Hi,
    I have standard Java Beans (which are not generated out of XML documents), can I transform them into
    XML documents even if they are not generated out of XML documents originally?
    If not, is there any toll which can do that?
    regards,

    Looks like the java.beans.XMLEncoder class is where you should start.

  • XSLT transformation format-number into strange characters

    Hi, Experts,
        When I excute following code to translate a string number DEBIT TYPE C(60) into xml, the result has strange characters.
    <xsl:value-of select="format-number(sap:if(string(number(DEBIT))!='NaN',DEBIT,0),'0.0000000000')" />
        If DEBIT is empty, the correct result should be:
    0x3000 0x2E00 (0x3000)*10       = 0.0000000000
        but actually, the result will be following in some cases:
    0x3000 0x2E00 (0x0F77)*10
        in some cases the result will be
    0x3000 0x2E00 (0x2600 0x2300 0x3000 0x3B00)*10
        What I mean in some cases, I ran the same code on different NW system. I also changed the user profile by NW menu System->User Profile->Own Data, the result won't change whether I use American Comma-Dot or European Dot-Comma.
        Can anyone give some advice on the code? Or there is some patch to solve it?
        Thanks and Regards
    Davin
    Edited by: Davin Wang on Jul 17, 2008 3:15 PM

    Hi Davin,
    do chk the condition it is not correct
    <xsl:value-of select="format-number(sap:if(string(number(DEBIT))!='NaN',DEBIT,0),'0.0000000000')" />
    do chk it
    Thanx
    Sampath

  • Burning disc transforms NEF files into JPG

    Using the Finder method to burn a disc, I find that NEF files (from Nikon D300 camera) become JPG files. Or, at least, they have a .JPG extension (yes, capitalized, as opposed to lower case for jpg files), but they seem to be about the same size as the original NEF files (i.e. they do not appear to have been compressed. How do I burn a disc and keep them as .NEF files in the burned disc?
    This is the procedure I used:
    1. Insert a blank DVD disc into the computer drive.
    2. Click OK in dialogue box that says "Open Finder."
    3. Select the NEF photos in iPhoto and drag them to the DVD icon on the desktop.
    4. Open the DVD icon and click on "Burn" icon.
    5. Click OK in dialogue box that says burned disc will be compatible with Windows and Mac.
    Am I doing something wrong? TIA!!

    Try this workflow:
    1 - in iPhoto select the photos you want to burn.
    2 - go to the File ➙ Export ➙ File Export menu.
    3 - select Format = Original
    4 - select Title = whatever you want, the original file name or some other name.
    5 - export to a folder on the Desktop.
    6 - burn that folder which will contain the original RAW files to disk in the Finder.
    That should get the RAW files on the disk as you want.
    OT

  • HTTP Responses with Flex, how to transform http 500 into http 200

    Hello
    We have deployed a Web Service application in our WAS 7.10 SP6.
    Our application is a standard java 5 app with annotations (ejbs exposed as web services).
    When a web service call operation returns a java exception (any kind of exception), WAS returns http 500 to the client.
    http 500 cannot be interpreted by a flex client (2.0, 3.0 no matter which version) because of an interaction between browser and flex runtime issue.   Flex code can only obtain an i/o error when http 500 is returned by the server.
    The usual way to solve this problem is to create a filter that transforms http 500 to http 200, but we don't know how to implement a filter for web services http responses in WAS 7.1 or 7.0
    Other solutions involve using Adobe proxy, but in our case we can't use it.
    Is there any other solution to this matter?

    Hello
    We have deployed a Web Service application in our WAS 7.10 SP6.
    Our application is a standard java 5 app with annotations (ejbs exposed as web services).
    When a web service call operation returns a java exception (any kind of exception), WAS returns http 500 to the client.
    http 500 cannot be interpreted by a flex client (2.0, 3.0 no matter which version) because of an interaction between browser and flex runtime issue.   Flex code can only obtain an i/o error when http 500 is returned by the server.
    The usual way to solve this problem is to create a filter that transforms http 500 to http 200, but we don't know how to implement a filter for web services http responses in WAS 7.1 or 7.0
    Other solutions involve using Adobe proxy, but in our case we can't use it.
    Is there any other solution to this matter?

  • Transform Multiple column into single column;

    Hi all,
    I have a table with multiple columns
    Col_1
    Col_2
    Col1_3
    Col_4
    Col_5
    Col1_6
    Col_7
    Col_8
    Col1_9
    Val_1
    val_2
    Val_3
    Val_4
    val_5
    Val_6
    Val_7
    val_8
    Val_9
    Oper1
    Oper2
    Oper9
    Currently the table look like this
    ID Name | f_actve | Col_1| Col_2|….Col1_9| Val_1| val_2| …Val_9| Oper1…..| Oper9
    Now I need to insert the data into new table The structure of the new table look like this
    Table : T1 (header)
    ID | Name | F_active
    Table : T2 (detail )
    Dtl ID |  Columnname | Oper
    Now all the column_name Col_1through Col_9 should be inserted into column_name column.
    Same thing with the Opers
    Table T3(detail )
    DTL_ID | Column_Values
    Now all the Column_Values Col_1through Col_9 should be inserted into column_name column
    Please help
    We have 10G /11g.
    Thanks
    Rebecca

    What you are trying to do is called unpivot in 11g.
    See this example.
    SQL> WITH T
      2       AS (SELECT 1 dtl_id,
      3                  1 col1,
      4                  2 col2,
      5                  3 col3,
      6                  4 col4
      7             FROM DUAL)
      8  SELECT * FROM T;
        DTL_ID       COL1       COL2       COL3       COL4
             1          1          2          3          4
    SQL> WITH T
      2       AS (SELECT 1 dtl_id,
      3                  1 col1,
      4                  2 col2,
      5                  3 col3,
      6                  4 col4
      7             FROM DUAL)
      8  SELECT dtl_id, "COL_VALUES"
      9    FROM T UNPIVOT (col_values FOR abc IN (col1, col2, col3, col4));
        DTL_ID COL_VALUES
             1          1
             1          2
             1          3
             1          4
    SQL>

  • How to transform an image into this ?

    most 3d picture wall animations do this. how do i make the transformation in flash, either by hand or by action script or both?
    e.g.
    initial image
    the transformed img (the entire image should take the form of trapezium)
    transformed image should not be like this- in this case, parts of the image is cut off in the black parts.

    If you use CS4 you can do the following:
    1. import your picture to stage
    2. hit f8 chose moviclip as your symbol type and press ok
    3. hit ctrl+t and under 3D rotation enter the required amount of degrees you want to turn the image.
    Hope this helps.

Maybe you are looking for

  • Changing from finite to continuous samples and vice versa?

    Hello, I have a problem which I'm trying to overcome: I have a measurement system consisting of an analog output and reading two analog inputs. I would like to run it continiously to monitor the current values (without saving the previous data), howe

  • How to get GML data in LAT/LONG format rather than LONG/LAT format

    I want to generate GML from my spatial data but sdo_util.to_Gmlgeometry extracts data in LONG/LAT format where as I need it in LAT/LONG format. Is there an easy way to extract data in LAT/LONG format otehr than parsing the gml and then switching the

  • Facing Problem in SICF configuration

    Dear gurus I want to add logon data in CONTNETSERVER service located in SICF . my PRD is in modifiable state but it does not allow me to enter the username and password. can you guide me how to add this detail ? or is there anyway i can transport the

  • Invalid url after entering invalid credentials

    Hi when I give wrong password the autentication fails and stays on my login page(I expect this), but the url is geting suffixed by the global notification.. http://host1:7780/pls/apex/f?p=102:101:3194122067975525&notification_msg=Invalid%20Login%20Cr

  • Change .r3d source setting all at once

    Hi Folks We edited the film in Premiere and now I am about to grade my film shot on Scarlet, as you know we need to bring the entire sequence from Ppro to SG in Red logfilm.  So how can I change the source setting in Premiere all at once before bring