G/L account name query

Hi All
I need a query to get a GL account name when a user selects a GL Account with an invoice service type.
Regards
Bongani

Hi,
Use the following query.
SELECT T0.[AcctName] FROM OACT T0 WHERE T0.[AcctCode] =$[PCH1.AcctCode]
Saved this query in user define value under Search in Existing User-Defined Values according to Saved Query option
also select auto refresh on when existing altered column on G/L account and refresh regulerly.
Regrds,
Datta Kharat

Similar Messages

  • Query i need  Chart of account name It does not have any transactions.

    hi.
    i need a small query..
    As per my Requirement..
    Normally we are creating chart of account..
    Each account May or may not have transactions
    like Journal Entries we can pass debit and credit..
    I want to put in query generator if i run the query..
    It will shows the Chart of accounts names
    it does not have any transactions..
    Plz update me..
    If u doesn't  not  understood plz inform me..

    Hi,
    Pls Check this query.
    It will give the accounts which do not have entry in Journal Entry
    SELECT ACCTCODE, ACCTNAME FROM OACT WHERE ACCTCODE NOT IN (
    SELECT DISTINCT ACCOUNT FROM JDT1
    Regards,
    Amrut Sabnis.

  • Regarding FMS query to get the account name and get it in the report

    Dear all,
    I have created a FMS query to pick the G/L account name in the payment voucher,But the name which i got through the FMS in an UDF is not coming properly.It comes only if am manually entering Shift+F2 in that field.
    Pls give me a suggestion for that.
    The FMS query is.
    SELECT T1.[AcctName] FROM VPM1 T0  INNER JOIN OACT T1 ON T0.CheckAct = T1.AcctCode INNER JOIN OVPM T2 ON T0.DocNum = T2.DocEntry WHERE T2.[DocNum] = $[ovpm.docnum]

    hi,
    try this:
    SELECT T0.AcctName FROM OACT T0 WHERE T0.AcctCode=$[VPM1.CheckAct]
    Thanks,
    Neetu

  • Accounts[$(name)].properties use query...

    I can add an accounts[$(name)].properties.myprop to the userview and read them easily...
    but how do I get that info when changing passwords?
    It doesn't seem to load the properties in when changing passwords per default... I see the data on the accounts only, not the associated attributes...
    what am I missing here?
    /D

    So,
    I figured out i can get the user view into my change password form, seems costly though
    all I need really are the userview.accounts[*].properties
    and only one specific property at that, boolean true/false called pwsafe
    i.e. userview.accounts[$(name)].properties.pwsafe
    this boolean is then supposed to be used to "hide" certain accounts from the user in the FieldLoop, which seems a bit complicatec :P
    Maybe someone else has a good idea on how to implement it?
    What we want is to be able to set a property as admin on any account a user in IdM has (except Lighthouse) and by doing so
    hiding that account from the user in change password views and never ever changing password on it, sync or no sync
    and Admin should still be able to switch off this flag and change/reset passwords
    we want the account linked to a specific user since it will then be deleted with the user when that times comes and also
    to have these account come up in reports made on the user.

  • Last Logon User name query attribute not populating

    I have created a query that looks for all desktops in my environment and returns the hostname of the PC, the computer system model, and the last logon user name of each machine.  The problem is about 200 PCs do not have the last logon user name field
    populated.  The remaining 350 desktops and all laptops are reporting this.  I have been looking at this for the last several days but cannot find a reason why.  I verifed the PC have had at least one person log into them.  I thought maybe
    it is an issue with the SCCM client on the PCs so I have tried unistalling/reinstalling the client on a few machines.  After the reinstall is complete, the query shows my domain account as last logged into that PC, as I would expect.  However, no
    matter how many times I log into and out of the same PC with a different domain account, the query doesn't show this.  Can anyone help with some direction with this?  I am running Config Manager 2012 SP1 CU2.
    Thanks in advance.
    Mike G

    Audit logon events it set to capture success and failures.  The Heartbeat Discovery is set to send every week.
    Check your DDM log on site server and look for any error messages.
    I personally run my heartbeat discovery every day.
    You can try to adjust your discovery interval and see if that helps. If you can run it manually and it works, I can't think of anything that it would prevent it from working site wide with currently scheduled interval.
    Also, if you have adjusted your aged data maintenance tasks, this is something worth noting:
    The default schedule for Heartbeat Discovery is set to every 7 days. If you change the heartbeat discovery interval, ensure that it runs more frequently than the site maintenance task Delete
    Aged Discovery Data, which deletes inactive client records from the site database. You can configure the Delete Aged Discovery Data task
    only for primary sites.
    http://technet.microsoft.com/en-us/library/gg712308.aspx#BKMK_HeartbeatDisc

  • Displaying G/L account name when doing a Bank transfer Outgoing payment

    Hi all,
    When designing a print layout for outgoing payments, using bank transfer, the G/L accout name is not being displayed.  The G/L account code(trfsAmt) can be retrieved from OVPM(outgoing payment table) but is displace in '_sys000' format.  The normal step here would be to link a database field from OACT(G/L account table) and select the 'account name' field. 
    However when priting, i am getting this message 'No matching records found from table OVPM'.
    Any help on this would be greatly appreciated
    Thanks
    Christian
    Edited by: Rui Pereira on Jul 8, 2008 6:00 PM

    Hi Christian
    Hope all is well in Mauritius. Suda's suggestion will only work for payments direct to a General Ledger Account. For Vendor or Customer payments the VPM4 table is not used. The other problem is that both the CashAcc and TrfAcc are automatically populated in the OVPM table based on defaults (if they exist). In order to determine which G/L account name to use you will also need to look at the payment method of the payment.
    I also noticed that if I try to run a query on any of the two account fields against OACT and OVPM, the system tries to map to WTAccount, which is the With Holding Tax Account. This might be the problem also on the layout designer, that SAP Business One is not mapping the query correctly for the added field referring to AccName from OACT.
    I would suggest pulling the account name from the journal file using line 0 (JDT1). The outgoing payment seems to always post the bank account line first, although this is no guarantee.
    Let me know if this resolves the issue.
    Kind regards
    Peter Juby

  • Formatted search as such G/L Account name to be shown

    Dear All,
    I have added in Udf in the row level of marketing document like U_Sales A/C Name, U_Cogs A/C Name, U_Inventory Account Name.
    Stock is maintained Warehouse Wise. Now I want that in the row level for any item e.g warehouse 001 I want a formatted search which should refresh automatically and show the G/L account name of Sales A/c, Cogs A/c and Inventory A/C respectively in the individual udfs.
    I think it could be possible through formatted search but am not able to create the query for it.. Please help.
    regards,
    kamlesh

    Hi Kamlesh,
    Check the link
    How to insert G/L account name in query
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • How to use migration assistant when the same user account name is on both computers

    I want to migrate all my info from my MacBook to my new (to me) MacBook Pro.  I've already set up a user account on the new MBP that has the same name as the user account on the MacBook that I want to migrate. 

    Snags40 wrote:
    In both cases the UID for my primary User Account is 507
    507?  That's odd; usually the first one created is 501, then 502, etc.  Could you have gone through 6 accounts?
    Since I've migrated thru several Macs to get to the current state on the old MacBook, I suspect the UID has changed.
    That could explain some of it, if you used Migration Assistant instead of Setup Assistant.  It would have taken a lot of migrations and user accounts to get to 507, I'd think.
    I still have the Powerbook that preceded the MacBook.  How can I determine the UID on 10.4.11?  The right click on the Account name in User Accounts doesn't show that value.  I'd like to see if UID has changed going from 10.4 to 10.5.
    Good question.  I skipped Tiger, and don't recall earlier versions, but this article may help:  http://hints.macworld.com/article.php?story=20051022175850619&query=change%252BU ID

  • Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when i enter account name and password for one account, i cannot access other accounts, because windows saves username

    Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when I enter account name and password for one account, i cannot access other accounts, because windows saves username. how can i prevent this from happenning. I really need to access all my accounts and dont want it to save automaticlly.

    Why have 5 accounts if you need to access all of them.. just have one account?
    Sorry I cannot follow why you would even use the PC to control the Time Capsule. Apple have not kept the Windows version of the utility up to date.. so they keep making it harder and harder to run windows with apple routers.

  • How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

  • My iCloud account name was inputted incorrectly when my iPhone was set up. I made a new iCloud account but my phone still automatically loads the old and unusable iCloud account. How can I update my phone to load the new and correct account?

    My iCloud account name was inputted incorrectly during initial phone set up. I created another iCloud account name but it is still the old and wrong iCloud account that automatically loads whenever I access the iCloud tab on my phone. How do I replace it my new and correct account name?

    She won't after the change.
    Note you can use the same Apple ID in
    Settings > iTunes & App Store > Apple ID: > here to share purchased music, apps and books.
    Other than that each of you should use your own Apple ID for iMessage, FaceTime, iCloud, Game Center, etc.

  • I can no longer see my account name, but get a Guest user account, I can no longer see my account name, but get a Guest user account

    I can no longer see my account name so I can gain access to my information, but now all I get is a Guest user account and it won't let me log into that account. All it lests me do is re-start the computer and use it in restricted mode. Can someone please help me!

    Recommendation for your consideration
    Hopefully your original user account was an "administrator". I have two admin accts in case one admin. acct gets "trashed.
    Lets see what other forum members offer: my solution requires use of terminal and works. CLI (Command Line Interface) might be intimidating for you but we'll see what others possibly offer.
    As I say the solution I have works well and will allow you to create new user(s) replacing your former users whatever type they were. I promise to check back today if no solution to you is offered...
    Let 'er rip and...
    cheers

  • Can not receive Mac mail -error Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.  Account name: "MacMail"

    Can not receive Mac mail -error Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.  Account name: "MacMail"
    What are the correct mail account settings and more importantly the correct DNS settings
    Thank you for any help you may be able to provide
    Cheers
    Chris (iMac i7)

    Do not delete the old account yet. sign up for an iCloud account if you haven't.
    I understand .mac mail will still come through. Do not delete the old account yet.
    You cannot use .mac or MobileMe as type of Account, you have to choose IMAP when setting up, otherwise Mail is hard coded to change imap.mail.me.com to mail.me.com & smtp.mail.me.com to smtp.me.com, no matter what you try to enter.
    iCloud Mail setup, do not choose .mac or MobileMe as type, but choose IMAP...
    On second step where it asks "Description", it has to be a unique name, but you can still use your email address.
    IMAP (Incoming Mail Server) information:
              •          Server name: imap.mail.me.com
              •          SSL Required: Yes
              •          Port: 993
              •          Username: [email protected] (use your @me.com address from your iCloud account)
              •          Password: Your iCloud password
    SMTP (outgoing mail server) information:
              •          Server name: smtp.mail.me.com
              •          SSL Required: Yes
              •          Port: 587
              •          SMTP Authentication Required: Yes
              •          Username: [email protected] (use your @me.com address from your iCloud account)
              •          Password: Your iCloud password
    Also, you must upgrade your password to meet the new criteria:  8 characters, including upper and lower case and numbers.  If you have an older password that does not meet these criteria, when you try to setup mail on your mac, using all of the IMAP criteria listed above, it will still give a server error message.  Go to   http://appleid.apple.com         then follow directions to change your password, then go back to setting up your mail using the IMAP instructions above.
    Thanks to dpepper...
    https://discussions.apple.com/thread/3867171?tstart=0

  • Unable to log in to the user account (name) at this time

    I get this error message when I try to log-in in my main admin account. And this is not a lost password issue I know im typing the write password because when I type a wrong one the box shakes when I type the right one it gives me that message.
    I tried alot of stuff to gain access to it but I cannot, the only thing that I can do is go in as root user and extract the files that I had in there, but I have no physcial access to the login it self, I started making a different account name for it but I dont want to lose all my prefrenses although I think the only thing that is making it this way is File Vault (its swtiched on for the locked out account)
    Any thoughts?

    I'm also getting the dreaded "You are unable to log in to the user account __ at this time" but believe this happened when I inadvertently tuned off an external hard drive without ejecting it first. At first, I thought it was a File Vault problem, but my user.sparseimage file is still there and accessible once I changed the permissions to those of another user account.
    What I have come to believe, based on other postings I have read on this topic, at least in my case, is that I must have corrupted the logged in user on the netinfo file. The solutions I've seen so far for fixing the netinfo file seem pretty complicated, though I do have a backup of that file.
    I have yet to decide whether the netinfo problem is easily fixable or if I would better employ my time moving my iTunes and iPhoto files off that sparse image and into another user account. I'm open to suggestions.
    Bill
    iBook G-4   Mac OS X (10.4.7)   1.33 GHz, 768 MB memory, 60 GB HD, iPod Shuffle

  • Data being Displayed while the Account Name not getting Displayed in FR

    Hi,
    We are facing a strange issue when is user is trying to run a Hyperion Financial report. The data and Entity Name is being displayed whereas the Account name is not being displayed for a particular entity. The user has access to the Entity and accounts. Any Clues ??
    Thanks,
    Addy
    Edited by: Addy on Jan 11, 2011 5:15 PM

    The first thing that pops to my mind is does the format of the cell have Replace checkbox checked with a blank description. thus any results coming back will display as blank.
    Also the customized header is check and it is showing blank.
    A quick test if you have Smart View is can the user access the same data? if yes then the report has a filter of some sort, if the user cannot access the data in smart view, there is a security problem perhaps with the data
    JTS

Maybe you are looking for

  • Getting an error while trying to load data into cube

    Hello, I am trying to load data into cube but it gives me following error: fiscal year variant not expected. Can someone tell what could be done on fiscal year Cheers Jim.

  • How to transfer firefox 2 passwords to firefox 4

    I have an old PC running firefox 2 I now have a new PC running firefox 4 Is it possible to transfer all my saved passwords from ff2 to ff4?

  • Comercial rounding in FI Service Tax Calculation

    Dear All, We are in Implemantation project, we done the configuration for Service Tax From FI, system is calculating the persentage but my issue is ........ My client wants the rounding values in tax line items Ex ; if my tax line item is having 10.4

  • Problem in Reports While Using Netscape

    Hi Guys, I am able to run my reports successfully in the web mode using Internet Explorer 5.0, but when i run the same application using a Netscape Navigator, instead of opening a new window and showing the report it prompts me to save the file (Save

  • Tux 8.0 No BBL available on site

    when I try to start Tux, these are the errors: Booting all admin and server processes in /opt/impact/sys/demo/cfg/tuxconfig INFO: BEA Tuxedo, Version 8.0, 32-bit, Patch Level 254 INFO: Serial #: 650522264137-888722211569, Expiration NONE, Maxusers 5