Please help with some function module

Dear All,
We are trying to get data for excise duties based eg. BED, ECS, SECESS in the PO printout. Can anyone please suggest any function module through which excise duty can be calculated. For condition types other than ED we are using function module CALCULATE_TAX_ITEM. Please help.
Thanks and regards,
Atanu

Dear All,
We are trying to get data for excise duties based eg. BED, ECS, SECESS in the PO printout. Can anyone please suggest any function module through which excise duty can be calculated. For condition types other than ED we are using function module CALCULATE_TAX_ITEM. Please help.
Thanks and regards,
Atanu

Similar Messages

  • Please help with 'Pricing' function module

    Hi!
    I am trying to use function module 'Pricing' but the table it_komv is still empty even after calling. I am basically trying to print some free of charge items on invoice sapscript and hence I am using 'Pricing' function in the print program. I am passing the below parameters. Please tell me whatelse I need to pass/not to pass.
      wa_komk-mandt = sy-mandt.
          wa_komk-kalsm = vbdkr-kalsm.
          wa_komk-kappl = 'V'.
          wa_komk-waerk = vbdkr-waerk.
         wa_komk-knumv = vbdkr-knumv.
          wa_komk-knuma = vbdkr-knuma.
          wa_komk-vbtyp = vbdkr-vbtyp.
          wa_komk-land1 = vbdkr-land1.
          wa_komk-vkorg = vbdkr-vkorg.
          wa_komk-vtweg = vbdkr-vtweg.
          wa_komk-spart = vbdkr-spart.
          wa_komk-prsdt = vbdkr-erdat.
          wa_komk-kurst = vbdkr-kurst.
          wa_komk-kurrf = vbdkr-kurrf.
          wa_komk-kurrf_dat = vbdkr-kurrf_dat.
          wa_komp-kposn = vbdpr-posnr.
          wa_komp-kursk = vbdpr-kursk.
          wa_komp-kursk_dat = vbdpr-kursk_dat.
          wa_komp-werks = vbdpr-werks.
          CALL FUNCTION 'PRICING'
            EXPORTING
            CALCULATION_TYPE        = 'A'
              comm_head_i             = wa_komk
              comm_item_i             = wa_komp
            PRELIMINARY             = ' '
            NO_CALCULATION          = ' '
         IMPORTING
             comm_head_e             = wa_komk
             comm_item_e             = wa_komp
          TABLES
              tkomv                   = it_komv
            SVBAP                   =
        CHANGING
            REBATE_DETERMINED       = ' '
    Thanks a lot!

    Hi,
    Check this example..
    tables: vbdkr.
    data: s_komk type KOMK.
    data: s_komp type komp.
    data: t_komv like KOMV occurs 0 with header line.
    data: t_komvd like komvd occurs 0 with header line.
    Input
    s_komk-mandt = sy-mandt.
    s_komk-knumv = vbdkr-knumv.
    CALL FUNCTION 'RV_PRICE_PRINT_ITEM'
      EXPORTING
        comm_head_i       = s_komk
        comm_item_i       = s_komp
      tables
        tkomv             = t_komv
        tkomvd            = t_komvd
    You can check the program RVADIN01 for a sample..
    Hope this helps..
    Thanks,
    Naren

  • Want a complete migration guide to upgrade 11.1.0.7 to 11.2.0.3 database using DBUA..We are implementing R12.1.3 version and then have to migrate the default 11gR1 database to 11.2.0.3 version. Please help with some step by step docs

    Want a complete migration guide to upgrade 11.1.0.7 to 11.2.0.3 database using DBUA..We are implementing R12.1.3 version and then have to migrate the default 11gR1 database to 11.2.0.3 version. Please help with some step by step docs

    Upgrade to 11.2.0.3 -- Interoperability Notes Oracle EBS R12 with Oracle Database 11gR2 (11.2.0.3) (Doc ID 1585578.1)
    Upgrade to 11.2.0.4 (latest 11gR2 patchset certified with R12) -- Interoperability Notes EBS 12.0 and 12.1 with Database 11gR2 (Doc ID 1058763.1)
    Thanks,
    Hussein

  • Help with a Function-module

    Hi again forum:
       I have a program and i need to pass basic functionality to a set of funtion module.
       I have a description of a internal table in the program, that i need to use in the function-module
    Example:
         PROGRAM
    " In the top of the program i declared.
    "This the actual version
            TYPES: BEGIN OF t1
                         END OF t1.
            DATA:  it_some TYPE STANDARD TABLE of t1 with header line.
            SELECT *
            FROM
            INTO TABLE it_some.
          FUNCTION MODULE
    Now in the new version i need to declare an output paramter of type t1 in the exports parameters of the function ZMY_FUNCTION, and t1 is an internal_table, what can i do forum ?..
    The thing is that how can i declare an export parameter that is not know?
    please help
    Thanks
    Joshua

    hi,
    we can pass internal table to FM by using CHANGING or TABLE options.
    regards,
    AshokReddy.

  • Help with bapi / Function module

    Can anybody please provide me a sample source code or example on how to use the function module BAPI_BILLINGDOC_CREATEMULTIPLE for creating billing document?
    Thanks in advance,
    Krishen

    hi
    hope the following helps u to know what is to be passsed.
    1.  Required entries     :
          BILLING_DATA_IN-SALESORG
          BILLING_DATA_IN-DISTR_CHAN
          BILLING_DATA_IN-DIVISION
          BILLING_DATA_IN-DOC_TYPE
          BILLING_DATA_IN-ORDBILLTYP
          BILLING_DATA_IN-SOLD_TO
          BILLING_DATA_IN-ITEM_CATEG
          BILLING_DATA_IN-REQ_QTY
          BILLING_DATA_IN-SALES_UNIT
          BILLING_DATA_IN-CURRENCY
          If a material is billed for which a material master needs to be
          determined (BILLING_DATA_IN-NO_MATMAST = ' '), you must make the
          following entries :
          BILLING_DATA_IN-PLANT
          BILLING_DATA_IN-MATERIAL
          If, on the other hand, a material is billed for which no material
          master is to be determined (BILLING_DATA_IN_NO_MATMAST = 'X'), you
          must make the following entries :
          BILLING_DATA_IN-COUNTRY
          BILLING_DATA_IN-MATERIAL
          BILLING_DATA_IN-TAXCL_1MAT
    2.  COMMIT control :
          In the update run (TESTRUN = ' ')  the update is carried out by
        COMMIT
          WORK as part of the method available.

  • Please help regarding the function module 'MESSAGE_TEXT_BUILD'

    hii i am a new employee.
    can anyone please explain wat the following code is doing
    IF sy-subrc = 0.
    l_mstring = t100-text.
    IF l_mstring CS '&1'.
    REPLACE '&1' WITH wa_messtab-msgv1 INTO l_mstring.
    REPLACE '&2' WITH wa_messtab-msgv2 INTO l_mstring.
    REPLACE '&3' WITH wa_messtab-msgv3 INTO l_mstring.
    REPLACE '&4' WITH wa_messtab-msgv4 INTO l_mstring.
    ELSE.
    REPLACE '&' WITH wa_messtab-msgv1 INTO l_mstring.
    REPLACE '&' WITH wa_messtab-msgv2 INTO l_mstring.
    REPLACE '&' WITH wa_messtab-msgv3 INTO l_mstring.
    REPLACE '&' WITH wa_messtab-msgv4 INTO l_mstring.
    ENDIF.
    CONDENSE l_mstring.
    i am supposed to use a function module for it
    i have got a function module.
    but i am not understanding wat fields shd i put in it
    the function module is
    CALL FUNCTION <b>'MESSAGE_TEXT_BUILD'</b>
    EXPORTING
    msgid =
    msgnr =
    MSGV1 = ' '
    MSGV2 = ' '
    MSGV3 = ' '
    MSGV4 = ' '
    IMPORTING
    MESSAGE_TEXT_OUTPUT =
    can anyone tell wat shd i put on msgid ,msgnr and other fields.
    [email protected]

    Hello,
    Guid for unique identification assigned list
    It think it will generate the one unique key in the program.
    DATA: con_log_guid   TYPE  guid_16.
    CALL FUNCTION 'GUID_CREATE'
      IMPORTING
        ev_guid_16 = con_log_guid.
    WRITE con_log_guid .
    Try this example it is generating a 16number id.

  • Please help with some basic javascript syntax

    Can anyone please help me with a "remove from favourites"
    facility i'm working on.
    I query to get all the favouites, then i output those
    favourites down the page
    each favourite has a "remove from favourites" link - i want
    to make it so when a user clicks this link they get a javascript
    confirm box pop up saying "are you sure you want to remove
    #favourites name# from your favourites?"
    so i have..
    function remove(profile,name) {
    if (confirm("Are you sure you want to remove #name# from
    your favourites?")) {
    window.location =
    "remove_from_favourites.cfm?deleteFavID=#profile#&removedName=#name#"
    and
    <div
    onClick="remove(#rs_favs.favouriteeID#,#rs_favs.firstName#)"
    >Remove from favourites</div>
    but it doesn't work - i think there are 2 problems..
    problem 1 - i have used the CF # in the remove function as i
    don't know what one does in javascript to "output" a variable (see
    where it says "Are you sure you want to remove #name# from your
    favourites") what should i use in place of the "#"?
    problem 2 - i have tried to pass to variables to the function
    >>
    onClick="remove(#rs_favs.favouriteeID#,#rs_favs.firstName#)" and i
    have separated them but a commer "," but i suspect that is
    incorrect syntax
    if anyone could please help me i'd be very grateful as, to be
    honest, i love coldfusion - but javascript just hurts my head! :(
    thanks very much indeed.
    PS the way i've wrapped my "remove from favourites" text in a
    div rather than making it an actual "a href" link - is that right
    or is there a better way (ideally i'd like the text to look like
    all my other links (ie they underline on mouse over)

    You can simply add CSS commands to define your div to look
    like your links.
    div#FavLink
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    <div id="FavLink"
    onClick="remove(#rs_favs.favouriteeID#,'#rs_favs.firstName#')"
    Remove
    from favourites</div>
    That should get you started.
    happysailingdude wrote:
    > thanks CFDEBUG that sorted it - thanks very much
    >
    > just one last thing - more of a CSS issue i think but
    maybe not.
    >
    > so now I have <div
    >
    onClick="remove(#rs_favs.favouriteeID#,'#rs_favs.firstName#')"
    >Remove from
    > favourites</div>
    >
    > which of course isnt a link so it just looks like my
    standard text (as if i'd
    > done <p>Remove from favourites</p>
    >
    > how do i make the "Remove from favourites" text look
    like a link as if i'd
    > done <a href="remove_from_favourites.cfm?....."
    >Remove from favourites</a>
    >
    > i think ive seen links that when you hover over them it
    says "javascript:void"
    > or something at the bottom of the browser - is this the
    answer and if so what
    > is the correct syntax please? or do i need to do
    something with my CSS file?
    >
    > thanks very much indeed for any further help anyone can
    give me to get this
    > page finshed off - thank you
    >

  • Please help with some query

    hello all!
    please, help me again.
    we have a foreign key discrepancy and my task is to create a view which will show the 3 aspects.
    Let's we have 3 schemas: A - good (which means that i will compare WITH A, source)
    B and C are bad (which mean that I will checking this schemas).
    So, i need to obtain:
    1) FK that DO NOT exist in B&C and do exist in A
    2) FK that DO exist in bad schemas (B&C) but DO NOT exist in good schema (A)
    3) FK's that exist in both (A&B, A&C) schemas on the SAME TABLE, have THE SAME CONSTRAINT_NAME but are on the DIFFERENT columns.
    the first and second I seem to be done through the
    select CONSTRAINT_NAME, TABLE_NAME, STATUS from dba_constraints where owner='PRIV_MD' and CONSTRAINT_TYPE='R' and CONSTRAINT_NAME
    2 NOT IN (select CONSTRAINT_NAME from dba_constraints where owner ='MSA_MD'); (to get the second task we just reversing owners in query and subquery)
    query. but the third one is really pain in my back. i have a query:
    SELECT a.column_name, b.column_name FROM dba_cons_columns a, dba_cons_columns b, dba_constraints c, dba_constraints d
    WHERE c.CONSTRAINT_TYPE='R'
    AND a.CONSTRAINT_NAME = b.CONSTRAINT_NAME
    AND a.CONSTRAINT_NAME = c.CONSTRAINT_NAME
    AND b.CONSTRAINT_NAME = d.CONSTRAINT_NAME
    AND a.owner = 'PRIV_MD' AND b.owner = 'MSA_MD';
    which runs hours and returns million of rows with the two columns with the same names... but if i'm adding
    AND a.column_name != a.column_name (i'm not sure it's a correct syntax)
    line it returns "no rows selected"
    please, help me obtain it, i'm fighting already the second day..
    (please, don't be angry, i'm just learning and this is my first task on my work...)

    This is basically just a UNION ALL (the constraint columns from both schemas)
    MINUS what exists in both (the INTERSECTion)
    I made it a little more complicated so you could see in which schema the column is used. You could use exactly the same approach for your questions 1 and 2 also.
    SELECT * FROM
    (SELECT a.column_name,c.constraint_name,'salive' schema_containing
    FROM dba_cons_columns a
    INNER JOIN dba_constraints c ON a.CONSTRAINT_NAME = c.CONSTRAINT_NAME
    WHERE a.owner = 'SALIVE' and c.constraint_type = 'R'
    UNION ALL
    select b.column_name,d.constraint_name,'satest'
    FROM dba_cons_columns b
    INNER JOIN dba_constraints d ON b.CONSTRAINT_NAME = d.CONSTRAINT_NAME
    WHERE d.CONSTRAINT_TYPE='R' AND b.owner = 'SATEST') u
    WHERE NOT EXISTS
    (SELECT *
    FROM
    (SELECT a.column_name,c.constraint_name
    FROM dba_cons_columns a
    INNER JOIN dba_constraints c ON a.CONSTRAINT_NAME = c.CONSTRAINT_NAME
    WHERE a.owner = 'SALIVE' and c.constraint_type = 'R'
    INTERSECT
    select b.column_name,d.constraint_name
    FROM dba_cons_columns b
    INNER JOIN dba_constraints d ON b.CONSTRAINT_NAME = d.CONSTRAINT_NAME
    WHERE d.CONSTRAINT_TYPE='R' AND b.owner = 'SATEST') i
    WHERE u.column_name = i.column_name and u.constraint_name = i.constraint_name)

  • Help with the function module

    Hi Expert,
    I need help witht the functionmodule i just need to write a FM which has to read all the layouts Input values and multiply a percentage to create a new amounts. so is that i need to have both functionmdule and initializer and it will great if you can explain with some ABAP programs. so that i can follow up.

    See this FM : UPF_QUOTA_PLANNING
    You can code accordingly; init is optional; you dont init FM.
    Ravi Thothadri

  • Please help with some problems with my N96

    Hi there,
    I have spent a fair bit of money on my Nokia N96 and unfortunately it is out of its warranty etc.And I have few issues with it.
    So can anyone advise me as to how about I can overcome some issues:
    Firstly, in my message inbox only the numbers display instead of the names (e.g.. +447770260.. Instead of Peter), has anyone had this issue or can help with this? I have gone into the message setting and nothing sticks out and says click me for number or name to be displayed.
    Secondly, the vibrating device doesn't seem to work at all some days and other days it seems fine? Is this a common fault or is it my phone. Also, is there anywhere on the phone to adjust the vibrating force which maybe getting in the way?
    Many thanks for any advise or for merely looking, and grateful for any help.
    Adam  

    /discussions/board/message?board.id=smartphones&message.id=112590&query.id=115949#M112590
    read the above thread in regards to the contacts issue. it is a common issue for the s60 phones no fix as yet and it has been few years now.
    there is no way you can adjust the vibration force. its either on or off. the vibration should work at all times if you have it set to work. it should not be random. you might want to take it to nokia care for them to have a look at it despite the fact that it is out of warranty.  
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • Please help with some basic maths!

    Hi all.
    I am using inverse trigonometry to calculate an angle. Example:
    I have a triangle (right angled), I know the length of all three sides, and I want to work out the length of one of the other angles. In my example, the lengths are 2193, 1221, and 2510 ( the hypotenuse). So, using inverse trigonometry on a calculator, the larger angle is (INV)COS = Adj / Hyp (1221 / 2510) = 60.89 degrees.
    I can't achieve this in Java. I thought that the Math.acos() function would do this, but that returns 1.57.
    Would really appreciate some help here!

    mine returns 1.062, but I know (since I read the API) that this is in radians, and I also know how to easily convert radians to degrees to come up with your answer.

  • Please help with search function

    Heya, im currently working on code that will allow me to add, view, search and remove prisoners and wardens from a prison system. So far i have managed to allow the user to add and view. Im a bit stuck on the search part of the code, its a bit temperamental :S, sometimes it will find and display the data, but other times it will not and comes up with the error
    Exception in thread "main" java.lang.NullPointerException
    at Prison.getNum(Prison.java:128)
    at TestPrison.main(TestPrison.java:101)
    Below i have put my Prison and TestPrison Class files and highlighted the lines the compiler said had the error, any help would be really appreciated because i really cant work out wats going on.
    Prison
    public class Prison
    private Prisoner [] thePrisoner;
    private Warden [] theWarden;
    private HighPrisoner [] theHighPrisoner;
    private int maxP;
    private int maxPrisoners;
    private int maxW;
    private int maxWardens;
    private int maxH;
    private int maxHighPrisoners;
    public String prisonName;
    public Prison (String prison, int maxP, int maxW, int maxH)
    prisonName = prison;
    maxPrisoners = maxP;
    maxP = 0;
    thePrisoner = new Prisoner [maxPrisoners];
    maxWardens = maxW;
    maxW = 0;
    theWarden = new Warden [maxWardens];
    maxHighPrisoners = maxH;
    maxH = 0;
    theHighPrisoner = new HighPrisoner [maxHighPrisoners];
    public boolean addPrisoner( Prisoner newPrisoner )
    if ( maxP == maxPrisoners )
    System.out.println("Prisons full");
    return false;
    else
    System.out.println("Prisoner now in Prison");
    thePrisoner[maxP] = newPrisoner;
    maxP++;
    return true;
    public boolean addHighPrisoner( HighPrisoner newHighPrisoner )
    if ( maxH == maxHighPrisoners )
    System.out.println("Prisons full");
    return false;
    else
    System.out.println("High Level Prisoner now in Prison");
    theHighPrisoner[maxH] = newHighPrisoner;
    maxH++;
    return true;
    public boolean addWarden( Warden newWarden )
    if ( maxW == maxWardens )
    System.out.println("We Have Anough Wardens");
    return false;
    else
    System.out.println("Warden now working at Prison");
    theWarden[maxW] = newWarden;
    maxW++;
    return true;
    public void outputAll()
    System.out.println("School Name: " + prisonName );
         System.out.println("");
    outputWardens();
         System.out.println("");
         outputPrisoners();
         System.out.println("");
    outputHighPrisoners();
    System.out.println("");
    public void outputWardens()
    System.out.println("The Wardens:");
    for( int i=0; i < maxW; ++i)
    System.out.println(theWarden);
    public void outputPrisoners()
    System.out.println("The Low Level Prisoners:");
    for( int i=0; i < maxP; ++i)
    System.out.println(thePrisoner[i]);
    public void outputHighPrisoners()
    System.out.println("The High Level Prisoners:");
    for( int i=0; i < maxH; ++i)
    System.out.println(theHighPrisoner[i]);
    public void getNum(String num)
    System.out.println("---------------");
    System.out.println("Search for Prisoner ID:");
    System.out.println("---------------");
    for(Prisoner nextPrisoner : thePrisoner)
         --> 128     if (nextPrisoner.getNum() == num)
              System.out.println(nextPrisoner);
    else
    System.out.println("Sorry no Prisoner ID found");
    for(HighPrisoner nextHighPrisoner : theHighPrisoner)
              if (nextHighPrisoner.getNum() == num)
              System.out.println(nextHighPrisoner);
    else
    System.out.println("Sorry No Prisoner ID found");
    System.out.println("");
    TestPrison
    import java.util.*;
    public class TestPrison
    public static void main(String []args)
         String sN;
    int sS;
         String sA;
         String tN;
    int tS;
         int input;
    String aN;
    int aS;
    String aA;
    int aL;
    String aC;
    String pN;
    String rN;
         Scanner kybd = new Scanner(System.in);
         Prison prison0 = new Prison("Alcatraz",200,200,100);
         do {
              menu();
              System.out.println("Enter Option: ");
              input = kybd.nextInt();
              switch(input) {
              case 1:
                   System.out.println("Enter Name: ");
                   tN = kybd.next();
                   System.out.println("Enter Rank: ");
                   tS = kybd.nextInt();
                   Warden wardenObject = new Warden(tN,tS);
                   prison0.addWarden(wardenObject);
                   System.out.println("\nWarden "+tN+" Added!");
                   break;
    case 2:
    System.out.println("Enter Prisoner Security Level: ");
    aL = kybd.nextInt();
    if (aL > 3)
    System.out.println("Enter Name: ");
                   aN = kybd.next();
                   System.out.println("Enter Remaining Jail Time: ");
                   aS = kybd.nextInt();
                   System.out.println("Enter Prisoner ID: ");
                   aA = kybd.next();
    System.out.println("Can Prisoner Share Cell? ");
    aC = kybd.next();
                   HighPrisoner highprisonerObject = new HighPrisoner(aN,aS,aA,aL,aC);
                   prison0.addHighPrisoner(highprisonerObject);
                   System.out.println("\nPrisoner " + aA + " Added!");
                   break;
    else
    System.out.println("Enter Name: ");
                   sN = kybd.next();
                   System.out.println("Enter Remaining Jail Time: ");
                   sS = kybd.nextInt();
                   System.out.println("Enter Prisoner ID: ");
                   sA = kybd.next();
                   Prisoner prisonerObject = new Prisoner(sN,sS,sA);
                   prison0.addPrisoner(prisonerObject);
                   System.out.println("\nPrisoner " + sA + " Added!");
                   break;
              case 3:
                   prison0.outputAll();
                   break;
              case 4:
                   prison0.outputWardens();
                   break;
              case 5:
                   prison0.outputPrisoners();
         break;
    case 6:
    prison0.outputHighPrisoners();
    break;
    case 7:
    prison0.outputPrisoners();
    prison0.outputHighPrisoners();
    break;
    case 8:
    System.out.println("Enter Prisoner ID: ");
                   pN = kybd.next();
    ---> 101 prison0.getNum(pN);
    break;
              default:
                   System.out.println("Error Selection Does Not Exist");
                   break;
         } while(input >= 0);
    public static void menu() {
         System.out.println("");
         System.out.println("MAIN MENU");
         System.out.println("*********\n");
         System.out.println("1. Add Warden\n");
    System.out.println("2. Add Prisoner\n");
         System.out.println("3. View All\n");
         System.out.println("4. View Wardens\n");
         System.out.println("5. View Low Level Prisoners\n");
    System.out.println("6. View High Level Prisoners\n");
    System.out.println("7. View All Prisoners\n");
    System.out.println("8. Search Prisoner ID\n\n");
    Once again any help would really be appreciated : )

    The nextPrisoner is null, and you can't call getNum() on a null reference.
    Try replacing that line with:if (nextPrisoner != null && nextPrisoner.getNum() == num) Oh, next time you're posting code, please use code tags:
    http://forum.java.sun.com/help.jspa?sec=formatting

  • Please help with some wired remote questio

    Hello, id like to ask you guys who know alot about mp3 players this. I bought a Zen touch a few months ago and id like to hear FM radio besides my mp3 on it. Problem is that im not from USA and i dont have any options to get the creative wired remote with FM included because the shipment is way too expensi've, i'm from Chile ( if anyone knows where that is). Thing is i was wondering on a Chilean auctions web and i saw this article " Sony MZ-NF60 MiniDisc" wich includes a Wired FM Remote, so i was thinking DOES THIS WIRED REMOTE IS COMPATIBLE WITH MY ZEN TOUCH? AND IF IT IS, DOES THE FM FUNCTION ALSO? well i leave it to you guys it would be really helpful to me if someone answer my question. ( I've tested other wired remotes like a samsung but with no FM and works just fine) Thanks for reading.Message Edited by morovic on 04-2-2005 07:42 PM

    I don't think you could hurt your zen by using a non creative remote. The only way you could is if the plug didn't fit and you jammed it in there. As long as the port is the same, it should work, but maybe not all the functions. I use one from Sony that was for my old discman and it does basic functions (play/pause, stop, next track, etc.), it looks sort of like the micro remote

  • Help with some functions

    Hello All,
    I encountered this question:
    Evaluate the following SQL statements:
    SELECT INTERVAL '300' MONTH,
    INTERVAL '54-2' YEAR TO MONTH,
    INTERVAL '11:12:10.1234567' HOUR TO SECOND
    FROM DUAL;
    Can any body help me with this, i do not even understand what they want.
    Thanks
    Harry

    Hi, Harry,
    Harrykingz wrote:
    Hello All,
    I encountered this question:Where?
    Is this part of a homework assignment? Give a little context. It sounds like it's part of a unit that covers INTERVAL datatypes.
    Evaluate the following SQL statements:
    SELECT INTERVAL '300' MONTH,
    INTERVAL '54-2' YEAR TO MONTH,
    INTERVAL '11:12:10.1234567' HOUR TO SECOND
    FROM DUAL;
    Can any body help me with this, i do not even understand what they want.Neither do I; that's one reason why knowing a little more about where you encountered this question might help.
    I think the question means "Execute this statement, then describe and explain the results."
    What do you see when you run the statement you posted?
    Do all three columns seem to be the same sort of datatype? If one differs from the other two, how does it differ? What's different about the corresponding item in the SELECT clause of your SQL statement?
    What do you know about INTERVAL data types? "Nothing" is a perfectly legitimate answer; if that is your answer, then look up INTERVAL datatypes (INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH) in your textbook and in the Oracle SQL language manual:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/sql_elements001.htm#sthref134
    If you'd like help, do as much as you can, then post a more specific question.

  • Hello. Please help with some problem with extensions.

    I updated Firefox to 10 and then 11 version. since that time I can not install any extensions into the browser. what's the problem? thanks.

    * http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Issue in Payment Terms

    Hi I have an issue pertaining to FI-AR in Payment Terms. We have a requirement in which we would like to define payment terms based on both document date and posting date. If suppose the billing for invoice has been done on 1.1.2009, and if the payme

  • ALV GRID OUTPUT to excel

    Hi, I am facing a issue like when i am selecting columns of grid output and pressing microsoft excel button ,it is opening a blank excel sheet but it is not showing any data in excel sheet ,pls tell how i can get data in that excel sheet ,what else c

  • 2 computers with same information

    I live in Florida and have Time machine working every day. I am moving to NC in 2 weeks where I also have a Dual G5 power pc. Can I just take my Time machine drive, which is an external drive to NC and ask it to copy the contents onto that computer?

  • CS4 extended-Installation-English Language Pack error

    i just upgraded from photoshop CS3 to CS4. The installation went fine, except a the end, an error message was in the additional info box, saying: Adobe Photoshop CS4 English Language Pack Error: Error 2. LangPack (English) for DeviceCentral Error: I

  • Dropdown from record group?

    I am new to oracle, i need to have dropdown value list from a database, i know LOV, but it does not support dropdown so i need some way from LOV or from Record group. Please if anybody guide me that how can i make a dropdown linst using LOV or Record