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

Similar Messages

  • Can't remember the account name and password which...

    Hi, i can't remember the account name and password which bind to my n8 mobile, therefore i can't download music any more. i tried to "forgot password", but cannot find back the account name. If I login with other account, I can't download music. what can i do? 

    Hi carolweiwei,
    Thank you for your post and welcome to the forums!
    If you cannot remember the user name and password you've used on Nokia Music, please visit this page, where you can use your mobile number to get a text message with your username and a password reset link. 
    Let us know if this helps,
    Puigchild
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • How to put the column name and variable value in the alert message.

    Dear,
    how can i put the column name and variable value in the alert message text. i want to display an alert which tell the user about the empty textboxes. that these textboxes must be filled.
    Regards:
    Muhammad Nadeem
    CHIMERA PVT. LTD.
    LAHORE
    [email protected]

    Hello,
    The name of the item that fires the current trigger is stored in the :SYSTEM.TRIGGER_ITEM system variable.
    The value contained in this item can be retrived with the Name_In() built-in
    value := Name_In( 'SYSTEM.TRIGGER_ITEM') ;
    LC$Msg := 'The item ' || :SYSTEM.TRIGGER_ITEM || ' must be entered' ;
    Set_Alert_Property('my_alert_box', ALERT_MESSAGE_TEXT, LC$Msg ) ;
    Ok := Show_Alert( 'my_alert_box' ) ;
    ...Francois

  • I know the user name and password but forgot the secret question

    I know the user name and password but forgot the secret question

    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.@

  • How do i get my account unlocked and get new security questions

    how do i get my account unlocked and get new security questions?

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (100996)

  • 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

  • How do I put the file name and path into either the header or the footer?

    I need to keep track of pdf documents as their names or locations sometimes change.  I need to show both file name and path, preferably in the header.  I would also like it to refresh automatically when I change, say, the file name, but that's not as essential as the basic function of showing the file name and path.

    You will need to do this with a text field and a Javascript that executes on open.

  • BPEL function to query the Element Name and get the count of elements

    Hi Guys,
    I have problem with the following, can you please help me out with this.
    Say i have an xml pay load:
    <ns1:sampleEBO>
                   <ns1:PhysicalLocation>
                   <ns1:propertis>
                        <ns1:filedType>12</ns1:filedType>
                             <ns1:filedType1>12</ns1:filedType1>
                             <ns1:filedType2>12</ns1:filedType2>
    <ns1:filedType3>12</ns1:filedType3>
                             <ns1:filedType4>12</ns1:filedType4>
                             <ns1:filedType5>12</ns1:filedType5>
    </ns1:properties>
    <ns1:propertis>
                        <ns1:filedType>12</ns1:filedType>
                             <ns1:filedType1>12</ns1:filedType1>
                             <ns1:filedType2>12</ns1:filedType2>
    <ns1:filedType3>12</ns1:filedType3>
                             <ns1:filedType4>12</ns1:filedType4>
                             <ns1:filedType5>12</ns1:filedType5>
                   </ns1:properties>
    <ns1:sampleEBO>
                   <ns1:PhysicalLocation>
    Here i want to retrive the Element name ( filedType,fieldType1,fieldType2......) using any BPEL function, not the value and also get the total number of elements in the each node ( <properties> ). If i am using the "count" function its returning 2 and it's counting the properties node not the elements in the properties node.
    So, can you please let me know of any function in BPEL which can do this ?
    Thanks,
    Krish

    you only want to use a default bpel function for this? not from within xsl?
    and the function should return an arraylist of elementnames i assume ?
                   <xsl:for-each select="//properties">
                        <xsl:for-each select="./*">
                             <xsl:value-of select="local-name()"/>
                             <xsl:choose>
                                  <xsl:when test="substring(local-name(),1,9) ='filedType' ">
                             </xsl:when>
                             </xsl:choose>
                        </xsl:for-each>
                   </xsl:for-each>
                   <count1><xsl:value-of select="count(//properties[1]/*)"/></count>
                   <count2><xsl:value-of select="count(//properties[2]/*)"/></count>the count can also be used in some for-each construction or from within your bpel flow itself (if you want to loop over there, instead of xsl)

  • How to know the User name and date, who executed the report last time.

    Hi All,
    We are collecting a list of reports which are not executed for past 3 months. Can anybody tell me how to know the username and date they executed the report last time.
    Is there any table to look ? or is there any process ?
    Thanks,
    Ravi.

    Ravi,
    Use SE16 - then look at rszcompdir.
    We look up Version = 13 for queries.
    Regards
    Gill

  • TS3988 i have an old icloud account and i really dont remeber the account name and password how can i get access to it

    i have an old icloud account and i want to access it on my iphone

    As posted earlier, you can try going to https://appleid.apple.com/ and clicking on the Find your Apple ID on the bottom right.  If you are able to find the ID, you can then reset the password here:https://iforgot.apple.com/, allowing you to access your iCloud account again.

  • Hello all, does any one know how to change the master number from one nuber to the other number, as in....she no longer wants to be the account holder and wants to change the accoutn master over to my number...i can figure it out...and help?

    any one in here?

        jason6911
    Help has arrived! Let's make sure we get this addressed. From my understanding you are trying to take ownership of a phone number that is currently under someone elses name correct? This would be called Assumption of Liability. Here is a direct link to get the process started. http://vz.to/1zruXOX
    JorgeO_VZW
    Follow us on Twitter @VZWSupport

  • I can no longer use my aol on mac mail. When I set up the aol account name and password I get a message that says "Unable to verify account name or password". This is on all my Apple devices. Seems like an AOL server issue but no help from them!

    I can no longer make my AOL e mail work with Mac Mail on all my devices. When I try to set up the account and put in the correct aol account and password I get the message "Unable to verify account name or password". I know the account name and password is correct as I can open the AOL e mail page on Safari. I have changed the password, and it still does not work. AOL tech support has been no help. AOL email worked for years but last week due to suspected spam activity AOL locked my AOL account. I got that straightened out but now i cannot set it up on any of my devices: Macbook Air, Ipad, I pad mini and iPhone 6 without that message. I took everything to Apple store and everything is set up correctly on my devices. AOL tech support is no help and keeps giving me different solutions and answers, none of which has worked. Any solutions out there? All my Apple Software is up to date on all my devices

    Delete your Gmail account from the Mail/Contacts/Calendars settings page, and then add it back in using the new Gmail password.
    Matt

  • When I use migration assistant it won't let me use my account name that I'm signed in with.  It requires me to select a different user name and then creates a separate account where my files live.  Why can't I select the user name and account name I have?

    I'm trying to migrate my music and pictures over to my new iMac.  When I use the migration assistant it connects to my PC fine but it won't let me use the account name and username that I have created as the admin.  It requires me to create a new user account - so then I have two separate accounts to log in to which i don't want.  How do I get it to let me use the current account that I have to move my files to?
    Thanks!

    Migration Assistant creates a new account and migrates all the information you have requested to that new account. There is no way around that. However once migrated you can move the data to the account you want to. Here are some instructions for doing so:
    Transferring files from one User Account to another.

  • Query parameters with the same name and different values

    According to HTTP, multiple query or post parameters with the
    same name and different values are permitted. They are transfered
    over the wire in the following format -
    name1=val1&name1=val2&name1=val3
    The problem is that I can't see anyway of assigning multiple
    parameters with the same name and different values to the request
    object of mx.rpc.http.HTTPService. I have tried using the
    flash.utils.Dictionary object as it does strict key comparison but
    that doesn't work too. I have tried setting an array of values to a
    property of the request object but that sends the request to the
    server in the following format -
    name1=val1,val2,val3
    The java servlet engines throw exceptions when they see this.
    Any help would be greatly appreciated.

    If you're not on 8.1.4 move there. 8.1.3 had limitations in the wsrp
    release.
    wrote:
    I have an html select box that contains several values, and multiple
    selection is enabled. When my code runs as a remote portlet, the
    following is showing up in the soap monitor when I select multiple
    values and submit the form:
    <urn:interactionParams>
    <urn:portletStateChange>cloneBeforeWrite</urn:portletStateChange>
    <urn:interactionState>_action=addEmployeesToGroup</urn:interactionState>
    <urn:formParameters
    name="P62005wlw-select_key:{actionForm.selectedEmployees}OldValue">
    <urn:value>true</urn:value>
    </urn:formParameters>
    <urn:formParameters
    name="P62005wlw-select_key:{actionForm.selectedEmployees}">
    <urn:value>beatest1</urn:value>
    </urn:formParameters>
    In this case, I selected beatest1 and beatest2, but only beatest1 comes
    through to the remote portlet. Is this a known bug, and, if so, is
    there a patch or workaround available?
    Thanks in advance,
    Andy

  • How to pass tag name and value dynamically in the output of PCo notification?

    Hi,
    I have a requirement to develop such a scenario where there can be multiple no of tags in PCo (Say 10) but there will be single notification to push the tag name when the value got changed and the changed value to MII. for any value change for any of the tag, the notification will be trigger. So As per my knowledge I have to pass the tag name and value dynamically in the "output" tab of the notification. But need your support to find out how to pass them dynamically.
    Thanks in advance.
    Regards,
    Suman

    Hi Suman/Jeedesh,
    As per Pco notification, it will trigger whenever any of the tag value changes in Agent instance subscription items.
    For above issue, My suggestion
    1. Create DB table name TAGLIST with 200 tags as rows in columns (Tagname, TagValue)
    2. Based on notification trigger, create a transaction and update values w.r.t TagNames in above table
    3. Next time, when notification trigger with fresh value for any of the tag, cross check with existing TagName with Value and update in DB table.
    4. And in the mean time, send those Tag details vie mail trigger or as per requirement
    Instead of creating 200 notification, above is a just alternate way suggestion to achieve dynamic tag value change notification.
    Hope it might solve your problem
    Regards,
    Praveen Reddy

Maybe you are looking for

  • ITunes Crashed, am trying to import songs purchased from iTunes from burned

    My girlfriend just became an iPod Covert and while she was busy making custom playlists for an upcoming party, her system crashed. She purchased several songs from the Store, and burned them to a CD. Now when she is trying to rebuild her iTunes Libra

  • Servlets in one machine and static html pages in another machine

    We have one technical problem concerning WebLogic Server 5.1. Our customer           wants to install two WLS servers in two machines. Let's call these machines           and WLS instances A, which is a front end machine, and B, which is a back      

  • Printing Separations in Freehand

    Hi, I have been using an HP 5MP Laser printer to do color seps. I recently purchased a new USB printer, and the separtions dialog box will not appear. Any ideas!!! Thanks

  • Help with a forumula, please

    First, some background. I have a couple of Numbers documents that I use to record the daily weather. The first is a very large document containing sheets for each of several years. Each sheet has one large table with the daily info & a couple of smal

  • Y-Axis scale: measure unit

    Hi everyone! I was wondering if is it possible to rescale a line-chart y-axis... I have values from 1,000,000 to 5,000,000 and the Y-axis labels I see are like these: 1,000K - 2,000K and so on. Can I set a scale factor at the top of the axis (for exa