Want to select expence acount?

hi expert all.
i  want to select  all  expence acount (this expence account is showing in Grid. ) for a one Item(like pipe) from  Item master data.
where  set GL account  By Item level
Edited by: john_kk on Jun 29, 2009 1:00 PM

HI,
SELECT T0.ItemCode,T1.[ExpensesAc] FROM OITM T0  INNER JOIN OITW T1 ON T0.ItemCode = T1.ItemCode WHERE T0.[DfltWH] = T1.[WhsCode]
Take care, this query is not checking that the G/L Account determination set to by WareHouses.
Regards,
János
Ps:
as Vitor has been already written when G/L Method is set to  -
- Item Group, the  OITB.ExpensesAc will be used for posting in this case G/L Method set to C
- Warehouse the OWHS.ExpensesAc  will be used for posting n this case G/L Method set to W
- Item Level, then OITW.ExpensAcct will be used.n this case G/L Method set to L
Edited by: János Nagy on Jun 30, 2009 10:42 AM

Similar Messages

  • I have several disks with many comedy routines;I want to select a few from each disk and combine them to one disk for my personal use.How?

    I have several disks with many comedy routines;I want to select a few from each disk to make one single disk for my personal use.How?

    Copy the routines into a new folder on your hard drive. Then burn the folder to a new blank disc using Disk Utility.

  • How can I change (or select) what is being being used when I share, as the file cover. When I Share lets say "Master File" i want to select a frame that is used as the file cover. So when its on my desktop I see this image as the file icon.

    How can I change (or select) what is being being used when I share, as the file cover. When I Share lets say "Master File" i want to select a frame that is used as the file cover. So when its on my desktop I see this image as the file icon.

    I don't think Finder does this (I've tried).
    iTunes does though. Where you can set artwork or the "poster frame"...
    This may not be what you want but if it helps, I know 2 ways  do this is
    Open the video in QuicktimePlayer7 | View | Set Poster Frame (even then, you might need to save it as .mov (ie in a 'mov container').
    Drag the file into iTunes and set the artwork (as in http://www.dummies.com/how-to/content/adding-album-cover-art-or-images-in-itunes .html)
    From there, iTunes will use that frame as the "poster frame" ie the photo/frame that shows when you browse your videos. Which is what you want, but limited to iTunes.
    When I do either of these above, the frame I set does not show when exploring files in "Finder" (or in the other Explorer tool I use called "Pathfinder").
    So it maybe, that exactly what you want, is not possible.

  • I plan on buying a new  I Pad wit wifi and cell from Apple. But  I don't want to select a cell carrier right now. Q 1: Do I have to select a carrier at purchase? and Q 2, In the meantime will I be able to get on line at home using my Cox Internet wi fi co

    I plan on buying a new  I Pad wit wifi and cell from Apple. But  I don't want to select a cell carrier right now. Q 1: Do I have to select a carrier at purchase? and Q 2, In the meantime will I be able to get on line at home using my Cox Internet wi fi? Thanks. 

    Thanks for the help. Now I can feel comfortable in not having to sign up for cellular when I buy, esp. Since I'll be using my new IPad mostly at home on my Cox wi fi. Then I can see, in using the i pad, how often I'd actually use the cellular, and where. This can help decide which type of cell plan I get. Small problem it may seem, but a very helpful answer. Thanks.

  • Want to select link in query

    Hello,
    I want to select a link in a sql query.
    I create a report with the following sql query
    select ' '||'<a href=www.nu.nl /a>' link from dualwhen i run the page I do not get a link to the www address.
    If I look at the source the sourve is like this:
    <less than sign> a href=www.nu.nl /a<greater than sign>
    what am I missing??
    Regards

    Try this:
    select {single quote}{less than sign} a href="www.nu.nl">{single quote}||link||{single quote}</a {greater than sign}{singel quote} from dual
    Edited by: Bob Richards on Nov 10, 2010 12:46 PM
    Edited by: Bob Richards on Nov 10, 2010 2:26 PM

  • I have F.F 3.6 and windows 7.: 1) When i want to buy a airplane ticket and want to select 2 adults or 2 children, the draw down select, does not work in any websides,? WHY?. 2) Have FF any problems with SKYPE

    I have F.F 3.6 and windows 7.: 1) When i want to buy a airplane ticket and want to select 2 adults or 2 children, the draw down select, does not work in any websides,? WHY?. 2) Have FF any problems with SKYPE
    == This happened ==
    Not sure how often
    == After innstalling windows 7

    As a suggestion I'd put the Text_io segments into their own begin - exception - end sub-blocks within the main code. This way if Text_io does raise an exception you can catch it earlier as it may be able to recover - That is if it is a text_io exception.
    Other than that you;ll have to step through in Debug.

  • In OB29 which box should I flag on if I want to select my fiscal variant N6

    Hello,
    On BW side I want to select my fiscal year varaint as N6, so I go to tcode OB29 and which cloumn should i flag on the first one or second (year dependent or calendar year) right now none of that boxes are selected. ?
    The calendar year cloumn has 5 boxes flaged on K0 to K5 what does that mean ?
    Can i make the changes staright away in production?
    After making the changes do i have to reload the data to get right periods for the transaction data?
    Thanks in advance

    fiscal year variants are usually defined on the source system. We transfer the global settings from the source system to BI for currencies, fiscalyear variants, UOM, factory calender. Go to source system, right click on ur source system - transfer global settings - fiscalyear variants - Mode - update tables.

  • Want to select individual data as well as aggregate data from the same table

    want to select a, b  from tab1  also need to find in the same table  tab1 need to do sum(b) group by a

    SELECT a,b,0 AS Ord
    FROM tab1
    UNION ALL
    SELECT a,SUM(b),1
    FROM tab1
    GROUP BY a
    ORDER BY a,Ord
    assuming SQL Compact
    If its SQL Server then we have much simpler methods
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • TFS Workitems:Bugs : I want ot select different lists, from the global list, for fields basd upon user group

    Hi,
    I am customizing the bug workitem workflow.
     I want ot select different lists, from the gllobal list, for fields basd upon user group
    I am aware that I can use "when" clauses in the allowed/suggested values of the field.
    My question is : how do I get the group(s) that the current user is in and how do use this to select different lists?

    Hi!
    You can not do this through standard way. You must to create the custom work item control:
    http://witcustomcontrols.codeplex.com/
    And get the user group through IIdentityManagementService.
    IIdentityManagementService IdentityService = _workItem.Store.TeamProjectCollection.GetService<IIdentityManagementService>();
    TeamFoundationIdentity _curid = null;
    _workItem.Store.TeamProjectCollection.GetAuthenticatedIdentity(out _curid);
    string _group = "Admin";
    var _gr = IdentityService.ReadIdentity(IdentitySearchFactor.AccountName, _group, MembershipQuery.Direct, ReadIdentityOptions.None);
    if (_gr.Members.Where(s => s.Identifier == _curid.Descriptor.Identifier).Count() > 0) return true;

  • CS5 I want to select one person in a picture

    I want to select one person in a picture.  What tool do I use to remove everything around the picture and leave just the person.
    thanks
    Mike

    You could crop the picture like so:
    Or lose some distracting background so:
    Or did you want to extract the baby outline totally? 

  • Want to select a tree node Programmatically

    Hi all,
    I have a tree which is acting as a menu and by deafult which nodes are collapsed. Now what I need is I want to select a tree node(which node value or node label is known) by clicking a button. Pls help me. Bye.
    BR
    Tarik.

    Is it about this one?
    FTREE.SET_TREE_SELECTION(tree, node, FTREE.SELECT_ON)
    If another node is already selected, first unselect it:
    FTREE.SET_TREE_SELECTION(tree, FTREE.GET_TREE_SELECTION(tree, 1), FTREE.SELECT_OFF);

  • Want to select sysdate into an input field depending

    I want to select database date into an input field depending upon the value of a selectonechoice list.I am using an adf table.

    User,
    I recommend you have a look at [url http://thepeninsulasedge.com/frank_nimphius/2008/04/08/the-problem-of-the-lost-usecase-when-asking-questions-of-a-forum/]this, and then come back to provide more information. Your post raises so many questions in my mind because of the lack of information. Just a "for example," what does a selectOneChoice have to do with SYSDATE?
    Kind regards,
    John

  • Hi.i want to select only rows with no child rows

    Hi.i want to select only rows with no child rows in hierarchical queries.

    http://www.rampant-books.com/10g_80.htm
    bye
    TPD

  • I want a select statement to return two values, sum of one column and customer number

    I have two columns one called invoice_number and the other invoice_amount. I want a select statement to return two columns.... invoice_number and then the sum of the invoice_amount(s) for each unique invoice number.
    SELECT sum(invoice_amount) AS Totalinvoice_amount FROM InvoiceTB where invoice_number = 'INV102'
    This is where I've started, which returns:
    Totalinvoice_amount
    500.00
    Any help is appreciated.
    Please mark my post as helpful or the answer or better yet.... both! :) Thanks!

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. Temporal data should
    use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    This is minimal polite behavior on SQL forums. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • I want to select a specific rectangular position from intensity graph to extract the x and y values

    I want to select specfic rectangular postion from an intensity graph to extract the X and Y values at that specific position.
    Is this possible using LabVIEW?
    @nk

    Hi nk,
    Is this possible using LabVIEW?
    Yes.
    I want to select specfic rectangular postion from an intensity graph to extract the X and Y values at that specific position.
    Just select the positions! What's your problem in doing so?
    Btw. when you select positions you already know their XY values!? I don't get the point of your task...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

Maybe you are looking for

  • Get All group from LCES using Livecycle java API

    Hello , Can anyone told me how i can retrieve all the groups that exist in my livecyle using JAVA API. Some method who return all groups ?? Thanks!

  • Closed Lid Performance

    I use my 13" MBP in my home office with the lid closed, connected to a cinema display and wireless keyboard & mouse. At the other end of the house is our Airport Extreme base station. Everything works fine throughout the house (two laptops, iMac, two

  • Javascript help - Hide/Show a page item

    Environment: APEX 3.1.00.09 running on AIX 5.3 Sample application on apex.oracle.com: Workspace: GALWAY UserID: gwicke Password: gwicke To see where my issues are: 1- Start on page 3 2- In the Agency drop down select 'J & B Marketing' 3- In the Contr

  • DeliveryException: invalid content type for SOAP: TEXT/PLAIN; HTTP 302 Move

    Hi everyone, Hello all, I have an RFC->XI->Web Service (SOAP) synchronous scenario. I'm trying to send a message from the the RFC, and in the message monitoring (SXMB_MONI) I'm getting this error message:   <?xml version="1.0" encoding="UTF-8" standa

  • IMovie '09 ~ Freezing

    Hello I have recently been working on a small 10 minute Movie project. i was on the verge of completing it almost last night, until i tried to add a small sound effect, at which point iMovie froze completely. Now each time i try to go back to that Pr