F110 issue only when I enter parameters in Free Selection

Hi,
When I run F110 for a particular vendor by giving the Vendor number, the document for which I want to make the payment is getting picked along with 100 other documents. To prevent all documents from being picked in the proposal, if I specify only the document number which I want in the Free Selection, the proposal does not contain any document. That is, the document which was picked along with other documents when I did the Proposal run without any parameters in "Free Selection" is also not getting picked up now in the Proposal created when I explicitly specify the document number in Free Selection.
Let me know the possible reason for this issue. I have used Free Selection number of times before in F110 but never faced this issue.
Rgds
Sandeep

Hi Sandeep,
In all probability, I can think of this only that, instead of selecting include you have selected exclude in free selection.
Because with same parameters and w/o Free selection, when you are getting the required document along with all other document, then there is no reason why you will not get if you enter the Document no. in free selection with same parameters.
Can you please check.
Thanks & Regards,
Kavita

Similar Messages

  • Prompting for password and username only when using dynamic parameters

    Post Author: Co3023
    CA Forum: Crystal Reports
    How do I stop CR XI prompting for password and username only when using dynamic parameters. When no dynamic parameters are used CR XI isn't prompting for the DB user name and password. The report is run from an application which passes the user name and password. I am using Oracle and the problem is both with the native oracle driver and the ODBC RDO driver.

    Post Author: jehanzeb
    CA Forum: Crystal Reports
    I didnt ask you to change it to static I said I took the parameters totally out of the report. Saved it. Then re-enter the dynamic parameters into the report and it worked for me. That might have worked for you, not sure why you changed it to static.
    Ok I have just created a quick report using dynamic parameters, it didnt ask me for the username password.
    Can you create a sample report - just to test the db? and see if it works? add only 1 or 2 fields in the report, create parameters (dynamic) and see if it works
    why don't you embed the username and password in your application, it won't ask for username password then.

  • What does the message "Commit can be issued only when there are no requests awaiting responses" mean ?

    Can someone explain what this message is, and what the reason could be for
              the java.lang.IllegalStateException.
              When such an error is encountered, how can I find out what the
              "RepliesOwedMe" are. The complete exception is as follows
              Any quick hint is greately appriciated
              Thanks
              asankha
              <Sep 6, 2001 12:49:18 PM GMT+06:00> <Error> <EJB> <Exception during commit
              of transaction transactio
              n=(IdHash=8297169,Name = [EJB
              CActionBeanImpl.execute()],Xid=3:c56b8ee8f6114598,Status=Active,numRep
              liesOwedMe=2,numRepliesOwedOthers=0,seconds since begin=0,seconds
              left=29,ServerResourceInfo[weblogi
              c.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[myserver]=(sta
              te=active),properties=({
              weblogic.transaction.name=[EJB CActionBeanImpl.execute()],
              weblogic.jdbc=t3://10.2.1.133:7001, weblo
              gic.debug.DebugContext=weblogic.utils.DebugContext@662250})):
              java.lang.IllegalStateException: Commi
              t can be issued only when there are no requests awaiting responses.
              Currently there are 2 such reque
              sts. xid = 3:c56b8ee8f6114598, status = Active
              at
              weblogic.transaction.internal.TransactionImpl.throwIllegalStateException(Tra
              nsactionImpl.
              java:1272)
              at
              weblogic.transaction.internal.TransactionImpl.checkIfCommitPossible(Transact
              ionImpl.java:
              1206)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              Impl.java:162
              at
              weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:201)
              at
              com.edocs.wb.web.action.CActionBeanEOImpl.execute(CActionBeanEOImpl.java:37)
              at CeaMarketMainServlet.doGet(CeaMarketMainServlet.java:185)
              at CeaMarketMainServlet.doPost(CeaMarketMainServlet.java:312)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :213)
              at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:12
              65)
              at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :1631)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              

              This means that the transaction initiator has not received replies for some of
              the transactional requests when the transaction commits, i.e. the checked transaction
              behavior is violated. WLS TM enforces checked transaction behavior to make sure
              that all work done in the transaction context will be completed before transaction
              is committed. If it cannot make such guarantee due to outstanding replies, it
              aborts the commit right away.
              Currently, there is no provisions for dumping the requests whose replies are still
              pending.
              I would suggest you report to BEA support: [email protected]
              Regards,
              Priscilla
              "Asankha C. Perera" <[email protected]> wrote:
              >Can someone explain what this message is, and what the reason could be
              >for
              >the java.lang.IllegalStateException.
              >
              >When such an error is encountered, how can I find out what the
              >"RepliesOwedMe" are. The complete exception is as follows
              >
              >Any quick hint is greately appriciated
              >Thanks
              >asankha
              >
              ><Sep 6, 2001 12:49:18 PM GMT+06:00> <Error> <EJB> <Exception during commit
              >of transaction transactio
              >n=(IdHash=8297169,Name = [EJB
              >CActionBeanImpl.execute()],Xid=3:c56b8ee8f6114598,Status=Active,numRep
              >liesOwedMe=2,numRepliesOwedOthers=0,seconds since begin=0,seconds
              >left=29,ServerResourceInfo[weblogi
              >c.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[myserver]=(sta
              >te=active),properties=({
              >weblogic.transaction.name=[EJB CActionBeanImpl.execute()],
              >weblogic.jdbc=t3://10.2.1.133:7001, weblo
              >gic.debug.DebugContext=weblogic.utils.DebugContext@662250})):
              >java.lang.IllegalStateException: Commi
              >t can be issued only when there are no requests awaiting responses.
              >Currently there are 2 such reque
              >sts. xid = 3:c56b8ee8f6114598, status = Active
              > at
              >weblogic.transaction.internal.TransactionImpl.throwIllegalStateException(Tra
              >nsactionImpl.
              >java:1272)
              > at
              >weblogic.transaction.internal.TransactionImpl.checkIfCommitPossible(Transact
              >ionImpl.java:
              >1206)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              >Impl.java:162
              >)
              > at
              >weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:201)
              > at
              >com.edocs.wb.web.action.CActionBeanEOImpl.execute(CActionBeanEOImpl.java:37)
              > at CeaMarketMainServlet.doGet(CeaMarketMainServlet.java:185)
              > at CeaMarketMainServlet.doPost(CeaMarketMainServlet.java:312)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              >weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              >:213)
              > at
              >weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              >ntext.java:12
              >65)
              > at
              >weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              >:1631)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >>
              >
              >
              

  • Tecra A5: touchpad issues only when AC adaptor connected

    Hi,
    I have a very strange pb with my tecra a5: when I plug the power supply, my touchpad behaves strangely (latency), as soon as I unplug the power touchpad is ok.
    I have tried many things (including total reinstall + changing the touchpad), the pb is still there.
    Any idea or similar experience?

    Incredible, it solved my issue. In fact I had another AC adaptor (same model, same version), with this one the problem is no more there.
    By parsing the forum I saw someone had the problem only when using his computer at home equiped with CPL, which is also my case ...
    I wouldn't be surprised it's a matter of filter in the AC adaptor which are more or less sensitive to voltage spikes involved by CPL plugs.
    Anyway thx for your help!

  • New tab in XD01 only when company code data button is selected

    Hello all,
    I added a new tab in XD01 with the help of BADIs CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS.
    But the new tab is appearing at all levels i.e general as well as company code level.
    But my client needs the new tab to be displayed only when the company code data button is selected.
    How do I restrict this?
    Any pointers to this would be highly appreciated.
    Thanks in advance.
    Regards,
    Chandra.

    Dear sriraj
    If you found solution exactly  Make it correct answer but remember in this Post to which Answer you have given Correct answer so dont do like this
    Because in future people easily trace there solution
    Dear Mahesh .. Here my intention to guide him only not to blame any one
    thanks a lot  

  • E1200 speed issue - only when wifi download from internet

    Hi,
    I have a brand new E1200 router and I'm very disapointed with the speed I get.
    The E1200 is connected to a Motorola SB6120 cable modem, connected to comcast.
    I'm doing a couple of test using speedtest.net, and a couple of file transfers test between laptops on my network:
    1) Laptop ethernet connected directly to the SB6120 modem. Speeds are around 34Mbps Down, 6Mbps Up which is what I expect.
    2) Laptop ethernet connected to E1200, E1200 connected to SB6120. Speeds stays around the same (so far so good).
    3) Laptop connected to E1200 through wifi. Thats when I get issue: Speed Down <1Mbps, Up is still around 6Mbps. 
    4) 1 Laptop, connected to E1200 through wifi, another laptop connected through ethernet. Transfer speeds about 48Mbps (thats about what I expect good). E1200 still connected to Modem.
    5) 2 laptops connected to E1200 through wifi, transfer speed about 25Mbps (half of the previous test, sound about right too). E1200 still connected to Modem.
    So basically:
    - Wifi to Wifi : Good
    - Wifi to Internal Ethernet: Good
    - Internal Ethernet to External Internet: Good
    - Wifi to External Internet: BAD
    Before I return this router and try another one, what the h** is going on here ? I can understand bad wifi connection, but not in
    this manner.
    I should mention that I see a lot of extra ARP traffic coming from the modem and Comcast network, but that's a fairly low rate (~10Kbps) and not a problem when I'm doing ethernet to internet speed tests, so I dont think thats the problem.
    Thanks.

    Try to do the following steps:
    A] With the help of Cisco Connect Software (if at all you have installed the router with the help of this software)
    1] Open the software and go to the option which says "Router Settings"
    2] Then click on the option which says "Advanced Settings" which will take you to the router's configuration page.
    3] Lower the MTU (Maximum Transmission Unit) from 1500 to 1400 or less (usually found on your router's main/ basic setup page)
    4] Then go to the Wireless tab, keep network mode as mixed,
    For Channel Settings of 2.4 GHz you can make Channel Width to 20 MHz only and Channel to 6, 9, 11..
    For Channel Settings of 5 GHz you can make Channel Width to 20 MHz only and Channel to 40 or 161...
    B] If you haven't installed Cisco Connect then you can log on to the router's user interface using it's default IP address in the browser which is 192.168.1.1 and type in 'admin' as the password leaving the username field blank. This will take you to the router's web interface and then follow steps as mentioned above to make the changes.
    Now check the connectivity status.

  • Validation only when digits entered

    I use Designer 7.0 to create my forms.
    I wanted to use the following script in the
    exit event to check if the user enters digits or letters and
    enable or disable the validation script.
    //var reg = /^\d+$/;
    var reg = /\d+/;
    var check = reg.exec(xfa.resolveNode("#subform[0].#field[0]").rawValue);
    if (check == null) then
    xfa.host.validationsEnabled.false
    else
    xfa.host.validationsEnabled.true
    this.rawValue >= -5 && this.rawValue <= 5;
    endif
    it does not work
    and I have always problems using
    if in my scripts because I
    don't know the exact way to use it.
    Also I don't know if the validationsEnabled term is used correct because
    I found something about it here in the forum but not for my needs.
    Thank's
    A.X.Wimmer

    I use Designer 7.0 to create my forms.
    I wanted to use the following script in the
    exit event to check if the user enters digits or letters and
    enable or disable the validation script.
    //var reg = /^\d+$/;
    var reg = /\d+/;
    var check = reg.exec(xfa.resolveNode("#subform[0].#field[0]").rawValue);
    if (check == null) then
    xfa.host.validationsEnabled.false
    else
    xfa.host.validationsEnabled.true
    this.rawValue >= -5 && this.rawValue <= 5;
    endif
    it does not work
    and I have always problems using
    if in my scripts because I
    don't know the exact way to use it.
    Also I don't know if the validationsEnabled term is used correct because
    I found something about it here in the forum but not for my needs.
    Thank's
    A.X.Wimmer

  • Black Transparency Issue Only When Printing

    Hi guys,
    I have been having a problem with printing my Ai files. On screen, the black is rich and solid. When printed, objects/color behind the black are slightly shown. It seems like once I print, they become slightly transparent. Anybody have a solution?
    Thanks in advance!

    Preferences > Appearance of Black. Set it to look like this…
    And make sure you are using CMYK (File > Document Color Mode > CMYK Color). And preview your file with View > Overprint Preview.
    What is probably happening is you are using process black (0,0,0,100) and it is overprinting. Your On Screen setting is set to Display All Blacks as Rich Black, which is why your black looks good on screen but not in print. I have no idea why the default for this preference, in what is supposed to be a professional graphics program is effectively Display All Black Wrong.
    Can you provide a screen grab showing what this black area looks like? Depending on the context, you may be better off setting up a rich black, which is 100% black plus some other process colour ink to add saturation and increase coverage. A common rich black value is 30, 30, 40, 100.

  • Why when I enter a topic and select search does it not search

    I tried to search for Itunes toolbar, I typed it into the space provided and hit search and it just sits there?
    NOTHING works with this TOTALLY HATEFUL software

    Obviously SOMETHING works because you can launch the program.
    You don't have to press return to search. It will display the items that match as you are typing.
    Obviously, there are no matches for what you are searching for.

  • My time capsule says it only has 473.24 gb for my back up of 534gb.  the only back up I can access when I enter the time machine was yesterdays so what has happened?

    my time capsule says it only has 473.24 gb for my back up of 534gb.  the only back up I can access when I enter the time machine was yesterdays so any idea what is happening? I have the latest irmware update.
    Marmimag

    There is an issue with latest Lion update.. it is killing TM.
    https://discussions.apple.com/message/19858557#19858557
    Otherwise check via the airport utility if there is something else using space on the hard disk.

  • HT201487 i have a problem with xcode programming app when i lunch to it it asking me to enter my password and when i enter it the program show that it is wrong but am 100% sure it's wright so please help me with this issue thanks

    i have a problem with xcode programming app when i lunch to it it asking me to enter my password and when i enter it the program show that it is wrong but am 100% sure it's wright so please help me with this issue thanks

    That's not very intuitive
    Check your mail server setup (mail>preferences>accounts>) choose your MobileMe account and select Outgoing Mail Server (SMTP) dropdown box, select Edit SMTP server list, verify that each instance of the me server has a password, if there are more than one and you only have one account then delete the one without a password.

  • IPhone 4S Problem - When I enter Camera Mode, feint purple lines begin converging into my photo and LED won't turn on, only during videos! Please Help?

    Hello Guys,
    I am in need of dire assistance! Bought a new iPhone 4S 64GB Black through my Carrier, Optus in Australia.
    Everything seems to be working perfectly, besides my camera. When i enter it, a feint purple begins to appear with my photos, and the LED flashlight wont appear when i take photos with front camera, it will only turn on when i activate an LED flashlight app and when i turn on flash when i record videos!
    Does anyone else have this issue? If so, can someone tell me if its a hardware issue and needs to be replaced, or it can be updated and fixed with a software update?
    Thank You!

    I believe your only option is making an appointment at an Apple store if there is one nearby where it can be determined if your iPhone can be restored with iTunes there.
    If not, more than likely there is a hardware problem with no way to know what the problem is without being diagnostically tested.
    Apple doesn't offer a menu of repair services for the iPhone except for replacing the battery for an iPhone that is no longer under warranty. Apple offers an out of warranty or not covered under the warranty "repair" price, which pays for an exchange at a discounted price off the full retail sales price ($199 plus tax) which doesn't require signing a new two year contract with AT&T.

  • When I enter a web address, hitting enter does not bring it up. I have to use my mouse and click "go to address" arrow. This only recently started. How do I fix this?

    when I enter a web address, hitting enter does not bring it up. I have to use my mouse and click "go to address" arrow. This only recently started. How do I fix this?
    When I open firefox my home page comes right up, but, anything I enter after that does not open by hitting enter.
    Please advice,
    Anita

    Probably caused by an extension that you have installed. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • HT201441 hi i cant activate my iphone 5 after update ot ios 7. i have only one apple id , but when i enter i see that i cant activate with this id.  I cant use my iphone pls help me how to activate

    hi my id is do** @gmail.com, I buy from BG Globul on 9.9.2013. When i upgrade on ios 7 i cant activte becouse when i enter id and pass for appstore i see that i cant activate the phone with this id.
    I dont have another id
    Pls help me!
    <Personal Information Edited by Host>

    Hello GDonkov,
    I'd suggest taking a look through the following article for information and steps that can help get your iPhone activated.
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    Cheers,
    Allen

  • Error when opening a pdf by clicking a search result. Link works fine when opened any other way. IE issue only.

    The issue:
    www.norwich.gov.uk
    When you carry out a search for "co-operative bank" and click the first result (which is a pdf), Adobe Reader is launched and the user sees this error: "There was an error opening this document, The filename, directory name or volume label syntax
    is incorrect"
    However, if you do any of these...
    right-click the link and choose to open it in a new tab
    right-click the link, copy the shortcut, paste it into the address bar and hit go
    open the file directly from the library
    open the file by clicking on a hyperlink
    ... you are prompted to Open or Save the file. On choosing 'Open' the file is opened in the browser window with no problems.  It is only when clicking on the link in the search results that the issue arises.  The issue only occurs with IE.
    Current settings:
    Client integration is disabled
    Browser file handling is set to permissive
    Default open behaviour for browser-enabled documents is set to open in the browser
    DOCICON.xml is configured to show <Mapping Key="pdf" Value="icpdf.png" EditText="Adobe Acrobat" OpenControl=""/>
    Disabling the Adobe Acrobat SharePoint Opendocuments add-on 'fixes' the issue, in that the user no longer sees the error, but instead sees the prompt. However, this doesn't help us as the site is public facing asn we cant control user's add-ons.
    Hope someone can help.

    I tried this from my laptop with IE8 and it worked fine.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

Maybe you are looking for

  • Form develper 9i. (form are not displaying on the browser after compiling)

    I run oracle 9i version 2, and internet developer suit on my system. Idesigning my forms and the codes to run behind them with the form developer. If I click the "run form" button during testing, the form will compile successfully, but will never dis

  • Not able to select partial words in pdf

    Hi Experts, I have an issue of selecting text in the PDF, where a part of the text is not getting selected and the remaining part is getting selected. The case I have mentioned here uses a Small caps font where SmallCaps is applied through the Indesi

  • Button and/or Chapter Limit?

    Is there a limit to the number of chapters I can have in a single timeline? Is there a limit to the number of buttons I can have on a single menu? Where are the answers (if there are any) to these questions documented? Steve Cohen

  • Apply White Balance To Multiple Images

    Now that I'm shooting RAW all the time, I'm really, REALLY getting tired of having to manually change the white balance for every single image. As many of you probably know, you can select any number of images in Abode RAW, and then use your WB sourc

  • Error page option OPEN IN NEW WINDOWS Iview

    hi I have a problem all iviews in the portal have the option OPEN IN NEW WINDOWS this works from inside when connect from intranet works,   but when connect to the portal from internet the functionality OPEN IN NEW WINDOWS gives me an error page when