Direct Selection of Carrier without using Optimizer

Is there any way we can select the carrier without activating the Optimizer setting in SAP TM.
For example, based on some condition,
like source location and destination within US, I need to select a carrier automatically
Any input will be appreciated.

Can you assign it in the Sales Order? 
Regards,
Mike

Similar Messages

  • My user doing the direct posting in MIRO without useing the PO

    Hello Exports
    My user doing the direct posting in MIRO without using the PO.
    but after posting in MIRO, its picking up the R ( invoice Verification ) in Payment block field. and also i ve check in Vendor master there is no "R" Falg in Payment block field.
    Can  any body give me suggestion on the same
    Thanks and Regards
    sudharshana vamsi

    Thanks for all
    The probelm was solved
    Regards
    vamsi

  • Select extra row without using UNION ALL in pl/sql

    Hi,
    Can anyone tell me how to select extra row without using UNION or UNION ALL in pl/sql. Actually I want to have my o/p of query as partitioned by designation and ordered by salary and than one extra row which will contain the highest salary in a particular salary. My table has first_name,emp_id,designation and salary column. And I wnt the o/p as.
    Mohinish,12212,SI,46000
    Ram,11212,SSI,47000
    Shyam,12133,SI,48000
    Rick,9898,SI,46000
    Rocky,12312,SSI,56000
    Sariq,23948,SI,43000
    Suman,12789,HR,49000
    Sampy,12780,SI,46000
    Parna,11111,HR,50000
    Now the o/p should be.
    Mohinish,12212,SI,46000
    Rick,9898,SI,46000
    Sariq,23948,SI,43000
    Shyam,12133,SI,48000
    Shyam,12133,SI,48000
    Ram,11212,SSI,47000
    Rocky,12312,SSI,56000
    Rocky,12312,SSI,56000
    Suman,12789,HR,49000
    Parna,11111,HR,50000
    Parna,11111,HR,50000
    Thanks in Advance

    You don't have to do a UNION or UNION ALL in PL/SQL but you would need to in SQL to get the desired output:
    with data_recs
    as (select 'Mohinish' first_name,12212 emp_id,'SI' designation,46000 salary from dual union
         select 'Ram',11212,'SSI',47000 from dual union
         select 'Shyam',12133,'SI',48000 from dual union
         select 'Rick',9898,'SI',46000 from dual union
         select 'Rocky',12312,'SSI',56000 from dual union
         select 'Sariq',23948,'SI',43000 from dual union
         select 'Suman',12789,'HR',49000 from dual union
         select 'Sampy',12780,'SI',46000 from dual union
         select 'Parna',11111,'HR',50000 from dual)
    select first_name, emp_id, designation, salary from data_recs union all
    select s.first_name, s.emp_id, s.designation, s.salary
      from (select first_name,
                   emp_id,
                   designation,
                   salary,
                   row_number() over (partition by designation order by salary desc) high_salary
              from data_recs
             order by designation, salary) s
    where s.high_salary = 1
    order by designation, salary;
    FIRST_NAME  EMP_ID DESIGNATION   SALARY
    Suman        12789 HR             49000
    Parna        11111 HR             50000
    Parna        11111 HR             50000
    Sariq        23948 SI             43000
    Rick          9898 SI             46000
    Mohinish     12212 SI             46000
    Sampy        12780 SI             46000
    Shyam        12133 SI             48000
    Shyam        12133 SI             48000
    Ram          11212 SSI            47000
    Rocky        12312 SSI            56000
    Rocky        12312 SSI            56000

  • Why i can not hear directly from my iphone without using hand free?

    why i can not hear directly from my iphone without using hand free?

    Hello oshoke21,
    The following article provides steps that can help get your iPhone's speaker working.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/TS5180
    Cheers,
    Allen

  • Can I download music to my iPhone directly from my computer- WITHOUT using iCloud?

    Does anyone know how to download music from iTunes on your computer onto your phone without using iCloud?  It used to be that I would just plug in my phone, hit sync, and all the music I wanted (which I had selected in iTunes on my computer) would be added to my phone's music library.  Easy peasy.  Now, none of the music actually gets downloaded to the phone- if I'm connected to wi-fi, I can access all those selected songs through the cloud, but if I'm not, then the songs are grayed out in my playlists.  Each song has a little cloud icon next to it, and I can download the songs by tapping that… one at a time.  I talked to Apple support and they told me to go into the iTunes store app and select "download all," which I did try, but given the quantity of songs I have, and the rate at which things were going, it would have taken forever to get them all downloaded.  I have thousands of songs I like to have on my phone, and the point is to be able to listen to them in places without wi-fi (like my car, or on a hike, or an airplane); it is SUPER annoying that I can no longer quickly download all of those songs by simply connecting my phone to my computer.  I have searched high and low in these forums and I can't seem to find a solution; I would really appreciate any help anyone can offer. 
    Some details:  I have an iPhone 6, and I use iTunes on my Mac, and all of my software on both is up to date.  I do not subscribe to iTunes Match, so turning that off (as has been recommended elsewhere) is not helpful to me. 

    Thanks, but I should have clarified:  I already have USB syncing set up with iTunes on my Mac and have been adding music to my iPhone for years that way; now with the latest IOS, it no longer appears to be working.  I follow the exact steps I always have (and which are outlined in the link provided), but no actual music is downloaded to my phone- if I am not connected to a wi-fi network, I cannot listen to my music unless I download it from iCloud.  (And downloading it from iCloud is a laborious task because I have many songs.)

  • Is there any way to delete songs directly from my iPhone without using iTunes?

    I'm trying to delete music directly from an iPhone 4 in iTunes on the device rather than using my laptop to delete and then sync it. Is there any way to delete music completely from my phone without using my latop?

    I tried this, firstly de-clicked the title in iTunes and syned with my iPhone4 but the title is still there on the phone. so deleted the title from iTunes and re-syned but alas the title is still there.
    any ideas?

  • How to read personal no's on selection in LDB without using GET PERNR

    Hi to all
    I am using Logical data base PNP and selection screen 900.
    Now my requirement is to retrieve personal no's which are entered at selection seperately without using GET PERNR.
    Ineed all the pernrwhich are entered in selection.
    How to do that.
    Please guide.
    Regards
    Anubhav

    Hi,
    You can do as SUJIT said or use GET PERNR and assign PERN-PERNR to Workarea and then append that to internal table.
    DATA:
       ITAB_PERNR like standard table of PA0000-pernr,
       wa_pernr like line of ITAB_PERNR.
    GET PERNR.
    wa_pernr-pernr  = pernr-pernr.
    append wa_pernr to ITAB_PERNR
    Hope this would help you.
    Regards
    Narin Nandivada.

  • I am download ios 8.1.2 direct in my laptop without using itunes. how i can update my iphone 4s with this ios 8.1.2 setup

    i am download ios 8.1.2 in my laptop drive direct without using itunes.how i can install this ios 8.1.2 from my laptop drive

    You need to update your phone before you can restore the backup of his phone to it. Update your phone to iOS 8.0.2 and then you will see both backups as options.
    You can restore a backup created with an older version of iOS to a phone running a newer version but cannot go the other way.
    ~Lyssa

  • Catch Selection in JFileChooser without using Buttons

    How do you catch a selection in a JFileChooser without using the OK Button?
    If someone clicks on a file(and does not hit enter/cancel buttons), I want to get the file name.
    I tried actionevent but it only works after the user hits a button.

    I'm using Forte and it won't let me apply that listener to a filechooser. So unless I'm missing something, I'm not sure how to implement it or use it correctly

  • Select distinct records without using distinct

    hi experts,
    my retrieved data like these:
    cnt_id cnt_type rcrd_id wrkflw_id
    558848     PRODUCT     553503     248     
    558848     PRODUCT     553503     248     
    558848     PRODUCT     553503     248     
    558808     PRODUCT     553463     248     
    558808     PRODUCT     553463     248     
    558808     PRODUCT     553463     248     
    558810     PRODUCT     553463     248     
    558810     PRODUCT     553463     248     
    558810     PRODUCT     553463     248
    now i want to select one record for each cnt_id without using any distinct function .. how can i do that?
    regards,
    SKP

    you can use the below query
    select * from t where rowid in (select max(rowid)
    from t group by cnt_id)You're query is not the equivalent of DISTINCT.
    SQL> ed
    Wrote file afiedt.buf
      1  create table t as
      2            (select 558848 as cnt_id, 'PRODUCT' as cnt_type, 553503 as rcrd_id, 248 as wrkflw_id from dual union all
      3             select 558848, 'RETURN', 553503, 248 from dual union all
      4             select 558848, 'PRODUCT', 553503, 248 from dual union all
      5             select 558808, 'PRODUCT', 553463, 248 from dual union all
      6             select 558808, 'PRODUCT', 553463, 248 from dual union all
      7             select 558808, 'PRODUCT', 553463, 248 from dual union all
      8             select 558810, 'PRODUCT', 553463, 248 from dual union all
      9             select 558810, 'PRODUCT', 553463, 248 from dual union all
    10*            select 558810, 'PRODUCT', 553463, 248 from dual)
    11  /
    Table created.
    Elapsed: 00:00:00.01
    SQL> select * from t where rowid in (select max(rowid) from t group by cnt_id);
        CNT_ID CNT_TYP    RCRD_ID  WRKFLW_ID
        558810 PRODUCT     553463        248
        558808 PRODUCT     553463        248
        558848 PRODUCT     553503        248
    Elapsed: 00:00:00.00
    SQL> select distinct * from t;
        CNT_ID CNT_TYP    RCRD_ID  WRKFLW_ID
        558810 PRODUCT     553463        248
        558808 PRODUCT     553463        248
        558848 RETURN      553503        248
        558848 PRODUCT     553503        248
    Elapsed: 00:00:00.00
    SQL>

  • SELECT n. row without using cursors

    For example, I retrieved 100 rows after executing a SELECT statement but I want to list only 20th row. How can I do this without using cursors?

    The general approach to getting a set of rows would be to do something like
    SELECT *
      FROM (SELECT a.*, rownum rn
              FROM (<<query with ORDER BY clause>>) a
             WHERE rownum <= <<max>>)
    WHERE rn >= <<MIN>>Depending on the particular requirements, you could also do something like
    SELECT *
      FROM (SELECT a.*, RANK() OVER (<<ORDER BY clause>>) rnk
              FROM <<table>> a
             WHERE <<rest of statement>>)
    WHERE rnk = 20Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Can I burn an iMovie 11 project directly to a DVD without using iDVD?

    Is it possible, after finalizing an iMovie project, to burn it directly from iMovie 11 to a DVD without first exporting it to iDVD?
    The project consists of old Super 8 movies that were digitized and imported into iMovie 11, so the quality doesn't start out very well; I don't want the quality to get any worse. I am looking for a quick way to share this file with family members who only have a DVD player.
    Looking for answers quickly, as we just finished the project and my daughter want my daughter, who is leaving tomorrow a.m. to return home, to take it with her. Thanks for any help.

    If your movie is less than about 13 minutes, and you want super quality, forget iDVD. I found a way to create a super high-quality .mov file that fits on a DVD and you can burn it yourself, and anyone can play it.  If you're willing to live with a slightly degraded version, you can put a 106-minute video on a DVD, and it'll look just fine to a group sitting in a room.
    Having slogged my way through iMovie’s “Help,” online Apple Help and numerous blogs like this one with solutions that were frustratingly varied, hard to follow and even outright contradictory, I gave up and did my own methodical tests to see which combination of options and settings yielded the best result for creating a file on my desktop that can be shared.
    Here’s what I worked with:  I have a four-minute movie created in iMovie ’11, with nice titles and credits that fade in and out, and one-second cross dissolves in the film.  The movie is 3x4 aspect ratio, not letterbox.  Looks smooth and clean as can be in iMovie, full screen.  (If it matters, I am working on a Mac OS 10.6.8; Processor 2 x 2.66 Ghz 6-core Intel Xeon; Memory 8 GB 1333 Mhz DDR3.  I don’t see any “RAM” numbers for my computer.)
    Tried exporting through Quicktime and not exporting through Quicktime. Most settings resulted in titles that were either fuzzy or were not clean and smooth during the fades, and often videos that were choppy and would freeze every second or so. Some had clean imagery and would play fine but got very pixilated during transitions (dissolves).  Some that were much larger (higher megabyte numbers) and took longer to  generate the file were actually of lower quality.  Go figure.
    Of all the tests I did, the best results came from doing the following. Here are two options:
    For a small, convenient file that came to only 176 MB for my 4-minute movie, if you’re willing to live with some very slight image degradation and titles that show some slight compression during fades -- but looks perfect from across a room:
    1)  Share > Export using Quicktime > “Export: Movie to Quicktime” / “Use: Most Recent Settings”
    2)  Click “Options”
    3)  Click “Settings”
    4)  Compression: MPEG-4 Video
    5)  Frame Rate: Current
    6)  Key Frames: Every 24 frames
    7)  Frame Reordering -- unchecked
    8)  Compressor Quality: Best
    9)  Data Rate: “Restrict to 6400 kbits/sec”
    10)  Click “OK” and return to “Movie Settings”
    11)  Ignore “Filter” unless you want to alter the look of your video.
    12)  Adjust “Size” accordingly to your wishes. I clicked it, then selected “1920 x 1080 HD” and checked “Preserve aspect ratio using: Fit within dimensions.” This results in an image 1440 x 1080 (to fit within 1920 x 1080).  Remember that if you don’t preserve your original aspect ratio you’ll get a larger/wider movie, but the top and bottom of your image will be cut off.
    13)  If your video is silent, make sure “Sound” is unchecked. I read somewhere that this speeds up the file-creating process.
    14)  Hit “OK”
    15)  Be sure to check where you want your file to appear. I chose “Desktop.”
    16)  Hit “Save”
    That’s it!  In my case, after about six minutes, I had a “.mov” file on my desktop that anyone can easily play (people may have to have Quicktime, though, as I understand it, but I believe that’s a free download; you do NOT need Quicktime Pro which costs $).  I uploaded the file to a file-sharing site (Hightail) for others to download, and, testing it, it took me only a few moments to download (I have a FiOS fiber-optic connection, so if you don’t, it will likely take a little longer).  The downloaded file played perfectly and suffered no degradation whatever from the one I generated to my desktop from iMovie.
    For a super high-res version, if you’re willing to live with the size, the ONLY difference is No. 9: Change your Data Rate to “Automatic.”  But as mentioned in the beginning, a standard DVD-R will only hold about 13 minutes of footage at this quality.
    Oddly, this super-quality version took about the same six minutes to generate the desktop .mov file, but the resulting 1.44 GB file is far, far superior.  You’ll be thrilled with the result! 
    The only downside –– to all of the file tests I did –– is that there is a slight loss of color saturation and contrast from the original iMovie imagery I worked with, particularly with the reds and oranges which become a bit muted.  The blacks/darks came up a bit, yielding slightly less contrast.  But these drawbacks are minor, to me.
    If someone knows of a way to preserve the exact original color saturation and contrast, I’m all ears.
    Ken M.

  • Selecting Multiple dimensions without using Dashboard Prompt

    Hi All,
    We have and requirement where we need to given an option to users where they should be able to select dimensions values to check set of reports in dashboard based on these selected values.
    As we know one way is to have dashboard prompt and all the reports which we need to analyze under this, but in dashboard prompt if we more values selected values will take more time.
    Instead we want in one page all the dimension values will be there and we need some thing like check box option in front of dimension values and based on the dimension values selection, we need to analyze reports available in another dashboard page.
    Thanks in advance.
    Regards,
    Som

    Thanks John for your reply.
    I'm not sure this is going to help me, may be my question is little bit confusing. Let me explain with some example.
    Lets us consider a dashboard page where we have All US States as global filter. Suppose by default global filter will have All values but now every time we want to analyze by selected states now to perform this we need to edit global filter and add States by which we want to analyze.
    By this option we are able to get the result what we want, but problem is that suppose every time we want to analyze by these states only the every time when we login we need to edit global filter again and again. which we don't want to do again and again.
    Now my questions are:-
    1. Is there a way to save values selected into global filter for future use by which we cab avoid selecting values again and again (one way is that we can add defaults in global filter edit mode but can we do this outside.)
    2. Or can we provide in one page just to select the values of analysis like dimensions and next to dimension like check box just to select values and in other pages based of the values selected.
    Regards,
    Somu

  • Print Crystal Report directly from C# without using Report Viewer

    Hello All,
    I need to print a crystal report directly to the printer without using ReportViewer in C#. I've a CrystalReport2(belowCode) which requires a query (Select * from JobHeader where JobNumber='J012345') to display all the data. I'm stuck with database connection
    and putting all the data to DataAdapter in C# (Below Code). I also have 8 subreports in my CrystalReport2. Can somebody please give me hand on this? I'm struggling with it. Thanks.
    Regards
    using CrystalDecisions.CrystalReports.Engine;
    using System;
    using System.Drawing;
    using System.Collections;
    using System.ComponentModel;
    using System.Windows.Forms;
    using System.Data;
    using System.Data.SqlClient;
    namespace csharp_win_printtoprinter
    /// <summary>
    /// Summary description for Form1
    /// </summary>
    public class Form1 : System.Windows.Forms.Form
    //CR Variables
    ReportDocument crReportDocument;
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.PrintDialog printDialog1;
    private System.Windows.Forms.Button button2;
    private System.Drawing.Printing.PrintDocument printDocument1;
    private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
    private CrystalReport1 CrystalReport11;
    private Chart Chart1;
    /// <summary>
    /// Required designer variable
    /// </summary>
    private System.ComponentModel.Container components = null;
    public Form1()
    // Required for Windows Form Designer support
    InitializeComponent();
    // TODO: Add any constructor code after InitializeComponent call
    /// <summary>
    /// Clean up any resources being used
    /// </summary>
    protected override void Dispose( bool disposing )
    if( disposing )
    if (components != null)
    components.Dispose();
    base.Dispose( disposing );
    #region Windows Form Designer generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor
    /// </summary>
    private void InitializeComponent()
    this.button1 = new System.Windows.Forms.Button();
    this.printDialog1 = new System.Windows.Forms.PrintDialog();
    this.button2 = new System.Windows.Forms.Button();
    this.printDocument1 = new System.Drawing.Printing.PrintDocument();
    this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
    this.Chart1 = new csharp_win_printtoprinter.Chart();
    this.CrystalReport11 = new csharp_win_printtoprinter.CrystalReport1();
    this.SuspendLayout();
    // button1
    this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    this.button1.Location = new System.Drawing.Point(32, 56);
    this.button1.Name = "button1";
    this.button1.Size = new System.Drawing.Size(160, 104);
    this.button1.TabIndex = 0;
    this.button1.Text = "Print Report No Choose Printer";
    this.button1.Click += new System.EventHandler(this.button1_Click);
    // button2
    this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    this.button2.Location = new System.Drawing.Point(272, 56);
    this.button2.Name = "button2";
    this.button2.Size = new System.Drawing.Size(160, 104);
    this.button2.TabIndex = 1;
    this.button2.Text = "Choose Printer";
    this.button2.Click += new System.EventHandler(this.button2_Click);
    // crystalReportViewer1
    this.crystalReportViewer1.ActiveViewIndex = 0;
    this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
    this.crystalReportViewer1.Location = new System.Drawing.Point(47, 188);
    this.crystalReportViewer1.Name = "crystalReportViewer1";
    this.crystalReportViewer1.ReportSource = this.CrystalReport11;
    this.crystalReportViewer1.Size = new System.Drawing.Size(903, 296);
    this.crystalReportViewer1.TabIndex = 2;
    // Form1
    this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    this.ClientSize = new System.Drawing.Size(1164, 505);
    this.Controls.Add(this.crystalReportViewer1);
    this.Controls.Add(this.button2);
    this.Controls.Add(this.button1);
    this.Name = "Form1";
    this.Text = "Form1";
    this.Load += new System.EventHandler(this.Form1_Load);
    this.ResumeLayout(false);
    #endregion
    /// <summary>
    /// The main entry point for the application
    /// </summary>
    [STAThread]
    static void Main()
    Application.Run(new Form1());
    private void button1_Click(object sender, System.EventArgs e)
    crReportDocument = new ReportDocument();
    //Create an instance of a report
    crReportDocument = new CrystalReport2();
    //Use error handling in case an error occurs
    try
    //Set the printer name to print the report to. By default the sample
    //report does not have a defult printer specified. This will tell the
    //engine to use the specified printer to print the report. Print out
    //a test page (from Printer properties) to get the correct value.
    System.Drawing.Printing.PrintDocument printDocument = new System.Drawing.Printing.PrintDocument();
    crReportDocument.PrintOptions.PrinterName = printDocument.PrinterSettings.PrinterName;
    //Start the printing process. Provide details of the print job
    //using the arguments.
    crReportDocument.PrintToPrinter(0 ,true , 1, 1);
    //Let the user know that the print job is completed
    MessageBox.Show("Report finished printing!");
    catch(Exception err)
    MessageBox.Show(err.ToString(), "Unexpected exception");
    private void Form1_Load(object sender, System.EventArgs e)
    private void button2_Click(object sender, System.EventArgs e)
    //Open the PrintDialog
    this.printDialog1.Document = this.printDocument1;
    DialogResult dr = this.printDialog1.ShowDialog();
    if(dr == DialogResult.OK)
    //Get the Copy times
    int nCopy = this.printDocument1.PrinterSettings.Copies;
    //Get the number of Start Page
    int sPage = this.printDocument1.PrinterSettings.FromPage;
    //Get the number of End Page
    int ePage = this.printDocument1.PrinterSettings.ToPage;
    string PrinterName = this.printDocument1.PrinterSettings.PrinterName;
    crReportDocument = new ReportDocument();
    //Create an instance of a report
    crReportDocument = new Chart();
    try
    //Set the printer name to print the report to. By default the sample
    //report does not have a defult printer specified. This will tell the
    //engine to use the specified printer to print the report. Print out
    //a test page (from Printer properties) to get the correct value.
    crReportDocument.PrintOptions.PrinterName = PrinterName;
    //Start the printing process. Provide details of the print job
    //using the arguments.
    crReportDocument.PrintToPrinter(nCopy, false, sPage, ePage);
    //Let the user know that the print job is completed
    MessageBox.Show("Report finished printing!");
    catch(Exception err)
    MessageBox.Show(err.ToString());

    1. This is a VB.Net forum not a Visual C# forum. For Visual C# questions try this forum.
    Visual C#
    2. Crystal Reports are not supported by Microsoft. Therefore, unless somebody responding in the Visual C# forum has experience with whichever version of Crystal Reports you are using, you will probably not receive an answer in the Visual C# forum. SAP has
    their own assistance for Crystal Reports using Visual Studio. You can try to find an appropriate forum to ask questions in at SAP in the below link.
    SAP Community Network
    La vida loca

  • Needs  help to retrive the last row in a  select query without using rownum

    Hi ,
    i need to retrive the last row from the select sub query without using rownum.
    is there any other way to retrive the last row other than the below query.
    is that the ROWNUM=1 will always retrive the 1 row of the select query ?
    select from*
    *(select ename from employee where dept_id=5 order by desc) where rownum=1;*
    Please advise.
    thanks for your help advance,
    regards,
    Senthur

    957595 wrote:
    Actually my problem is ithat while selecting the parents hiearchy of the child data using
    CONNECT BY PRIOIR query
    I need the immediate parent of my child data.
    For example my connect BY query returns
    AAA --- ROOT
    BBB --PARENT -2
    CCC --PARENT-1
    DDD IS my input child to the connect by query
    Immediate parent of my child data "DDD" ---> CCC(parent -1)
    i want the data "CCC" from the select query,for that i am taking the last row of the query with rownum.
    I got to hear that using ROWNUM to retrive the data will leads to some problem.It is a like a magic number.I am not sure what the problem will be.
    So confusing with using this rownum in my query.
    Please advice!!!It's not quite clear what you're wanting, but perhaps this may help?
    you can select the PRIOR values to get the parent details if you want...
    SQL> ed
    Wrote file afiedt.buf
      1  select empno, lpad(' ',(level-1)*2,' ')||ename as ename, prior empno as mgr
      2  from emp
      3  connect by mgr = prior empno
      4* start with mgr is null
    SQL> /
         EMPNO ENAME                                 MGR
          7839 KING
          7566   JONES                              7839
          7788     SCOTT                            7566
          7876       ADAMS                          7788
          7902     FORD                             7566
          7369       SMITH                          7902
          7698   BLAKE                              7839
          7499     ALLEN                            7698
          7521     WARD                             7698
          7654     MARTIN                           7698
          7844     TURNER                           7698
          7900     JAMES                            7698
          7782   CLARK                              7839
          7934     MILLER                           7782
    14 rows selected.(ok, not the best of examples as the mgr is already known for a row, but it demonstrates you can select prior data)

Maybe you are looking for

  • IPad Safari doesn't always load all images on a page.

    On sites such as boston.com's 'the big picture' (http://www.boston.com/bigpicture/) that have a lot of images, the ipad just doesn't seem to load all of the images. My iPhone 3G does the same thing - though with different images. It's not a site-side

  • PowerBook G4 to Phillips 30PW9100D

    I have tried connecting my PowerBook G4 to my Phillips 30PW9100D HDTV with a DVI output to component input,but nothing shows up on the screen.I want to use my computer as a dvd player for my tv.Is there a special setting I must change on my notebook

  • View Vacation/Sick Balances on Time Entry Page

    Hi All , I am trying to explore the possibility to view Vacation / Sick Balances on the Time Entry Page in OTL . Whenever an employee enters OTL to enter time through "Self Service Time" responsibility , emp. should be able to view the available vaca

  • When I installed the PS CC app to my system

    When I installed the PS CC app to my system, it installed two PS files. One filed calles "Adobe Photoshop CC" and the other "Adobe Photoshop CC (64bit)" Do I need both of them ? Which one do I put my plugins into ?

  • Replacing the string with a sbstring

    String query="elect empname,empDate,CustNo from EmpData where (empname='smith') and ( empDate> '22/10/2005' and CustNo > '1' )"; the date here is dd/mm/yyyy formatt.. i want extract that date and change it to mm/dd/yyyy formatt and re create the same