LOV not retreiving data

Hi,
i have a LOV which needs to show the data based on data in another field. When i open the page all the fields are defaulted, but my lov doesnt work, it works when i change the data in the other field, But after that whenever i come back to the screen it works fine. Somewhere the session variable is not setting properly. this error happens only when i login first time.
please help

Hi,
That happens because the fields don't have a session value.
When you change a value you're probably sending a submit request and all the fields are set with the default values.
Maybe you can add a default value to you lov. A workaround would be creating a plsql page process to initialize session values.
Hope that helps. Regards,
Paulo Vale
http://apex-notes.blogspot.com

Similar Messages

  • LOOKUP not retreiving data

    Hi,
    I have a lookup function not retreiving any information. If a create a report in my application called "Rates" and use the same selection as in my LOOKUP function I can see a number, but for some reason it retreives a zero.
    In my REC statement i divide by LOOKUP(PRC). If I exclude the division the number from "A11100" is moved. Is there somehow I can see/check (or...) what the LOOKUP is querying out?
    *XDIM_MEMBERSET CATEGORY=BUDGET
    *XDIM_MEMBERSET CUSTOMER=P01
    *XDIM_MEMBERSET DATASOURCE=UPLOAD
    *XDIM_MEMBERSET PRODUCT=P101
    *XDIM_MEMBERSET PROFITCENTER=H111
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MEMBERSET TIME = 2009.JAN
    *XDIM_MEMBERSET MEASURES=PERIODIC
    *LOOKUP Rates
    *DIM PRC:PRate_Acct = "PR10000"
    *DIM PRC:PRate_Entity = "GLOBAL"
    *DIM PRC:Product = "P101"
    *DIM PRC:Time = "2009.JAN"
    *DIM PRC:Category = "BUDGET"
    *DIM PRC:MEASURES = "PERIODIC"
    *ENDLOOKUP
    *WHEN ACCOUNT
    *IS "A11100"
    *REC(EXPRESSION=%VALUE%/LOOKUP(PRC),ACCOUNT="A90100")
    *ENDWHEN

    Hi,
    Problem solved. Writing all dimension ID in capital letters solved the problem:-)
    /Lars

  • Views Not Retreiving Data Immediately

    I am inserting 2,000 rows in a table and doing a commit! When retreiving the information through a view, it takes approx. 15 seconds before the committed rows are displayed.
    Any ideas why this is happenning. I did not know that Views could cache information.

    Hi Mario,
    check the execution plan of the query that compese the view.
    May be that the plan choosen to retrieve the records is not the best.
    Bye Max
    null

  • Select not retreiving data

    Hello All,
    I have a question regarding select statement.
    Here is the select code
    SELECT belnr
           perio
           wkgbtr
           wogbtr
           objnr
           gjahr
           wrttp
           vrgng
           parob
           parob1
           uspob
           bukrs
           owaer
    FROM  coep
    INTO CORRESPONDING FIELDS OF TABLE gt_coep_recv
    WHERE  perio IN s_perio
    AND    gjahr IN s_gjahr
    AND    bukrs IN s_bukrs
    AND    kstar LIKE '001124%'
    AND    objnr LIKE 'LKIRST%'
    AND    parob LIKE 'LKIRSTP%STCC%'
    AND    wrttp = '11'
    AND    vrgng = 'RKL'.
    This select return a sy-subrc value of 4 when executed. But when I go the COEP table and try to select data basing on the same conditions, I am able to retrieve data.
    Any idea why?
    Thanks,
    Amy

    HI,
    its difficult to suggest some thing in this scenerio but.. one advice try commenting the like part and see if it is working if it works try adding like for one field at a time and check ..
    SELECT belnr
    perio
    wkgbtr
    wogbtr
    objnr
    gjahr
    wrttp
    vrgng
    parob
    parob1
    uspob
    bukrs
    owaer
    FROM coep
    INTO CORRESPONDING FIELDS OF TABLE gt_coep_recv
    WHERE perio IN s_perio
    AND gjahr IN s_gjahr
    AND bukrs IN s_bukrs
    AND kstar LIKE '001124%'
    AND objnr LIKE 'LKIRST%'
    <b>AND parob LIKE 'LKIRSTP%STCC%' " I doubt this is the problem</b>
    AND wrttp = '11'
    AND vrgng = 'RKL'.
    Thanks
    mahesh

  • Unable to retreive data from Lotus Notes Database

    Hi there,
    I have problems to connect to a view in Lotus notes via Lotus Notes SQL Driver.  The following message appear when trying to retreive data via WebI
    Database error: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)
    I also tried via Desktop Intelligence and I got this error:
    Exception: DBD, [Lotus][ODBC Lotus Notes]Column not found - ActualApproverState: S0022
    Environment:
    - Lotus Notes Client 8.5
    - Lotus Notes SQL Driver 8.50.2009.317
    - BOE Professional XI R2 SP2
    I test connection in the Universe and it's working fine.
    thanks,
    Ricardo

    Hi,
    If you are trying to access the tables from a different user other than the user who created the table, then you have to enable the "Require fully qualified table names " check box. This check box will be available when you right click the "Datasource name".
    Here is an example:
    Lets assume Table1 is created by user1. If u try to access the Table1 using user2, you cannot access directly. Instead you need to access like "user1.table1".
    Hope this resolves ur issue.
    Regards,
    Arul

  • How to retreive data from a maintainence view?

    Hi all,
    I have used select query to retreive data from a maintainence view. But it gave me a syntactical error that XYZ is not in abap dictionary , it's a database / projection view?
    So can't we get data from a view using select query?
    Please share if u have answers.
    Thanks & regards,
    Chandru

    Hi,
    Maintenance view will be created for database tables only.
    Just display the maintainence from SE11 and click Tables tab in the screen
    Here you can find the list of tables used to created for Maintainence view.
    YOu can use these tables to write SELECT.
    If you give us the maintainence table, we will help you.
    Thanks,
    Ramakrishna

  • Retreive data from wa structure into fields.

    Hi friends,
                I am having a query regarding classical report.I want to retreive data for vendor billwise realisation report.I am getting few fields into my list screen(fields from bsis table).Remaining fields i want to retreive from table bseg(augdt,augbl....)with the condition that the belnr of both the tables should be same and Account type = 'k'(vendors).
    I tried it using select queries for the bsis and bseg..but data is retreived only from one table bsis and not from bseg.so for data from bseg i used workarea(wa).data is retreived for only single doc no. and not for other documents.
       If any problem in understanding this pls give me the mail id i will send in detail.
    Thanks and regards,     
    Anand.

    Hi Anand,
    You should not use Workarea, if you are exepecting N number of records. Please use internal table.
    SELECT * FROM BSIS
        into table i_bsis
         where ....
    if not i_bsis[] is initial.
    sort i_bsis by belnr.
    SELECT * FROM BSEG
    into table i_bseg
    for all entries in i_bsis
    where belnr = i_bsis-belnr.
    endif.
    Best regards,
    Prashant

  • My Icloud is tuck on my old email adress. i can not retreive the password becaue when i request the email it doent get sent to thi adress. how can i change it sothat my icloud is on my new email. i cant login or out of icloud now.

    My Icloud is tuck on my old email adress. i can not retreive the password becaue when i request the email it doent get sent to thi adress. how can i change it sothat my icloud is on my new email. i cant login or out of icloud now.

    To change the iCloud ID on your phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Error while retreiving data from oracle using EJB.

    HII All,
    I m getting this error while trying to retreive data from oracle DB using EJB.
    An error has occurred. Maybe the request is not accepted by the server:
    Exception in method empName.
    HTTP/1.1 500 Internal Server Error
    Connection: close
    Server: SAP J2EE Engine/6.40
    Content-Type: text/xml; charset=UTF-8
    Set-Cookie: <value is hidden>
    Date: Mon, 24 Jul 2006 10:50:11 GMT
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Exception in method empName.</faultstring><detail><ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException xmlns:ns1='http://sap-j2ee-engine/client-runtime-error'>Exception in method empName.</ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    Thanks in advance
    Devendra Phate.

    Hi Devendra,
    this error message does not tell me much. Pleas either start debugging or watch your logs for more detailed messages.
    Regards,
    Benny

  • Using DBLINK in ABAP to retreive data from externam system

    Hi All,
    Please help me, if anyone knows the answer.
    The basis team has created a dblink 'DBL_TEST.YY.XXX.COM'.
    Now I have to fetch data from another non-sap external system using this dblink only. Cannot have any entry in DBCON.
    I know the procedure of retreiving data using DBCON entry. But since DBCON will not be used here, so I have to use the DBLINK to get data from an external oracle table (say, ZTEST).
    I need the procedure to implement the logic in abap program.
    Thanks in advance,
    Ipsita

    My problem is now solved. We created views @the database level, and fetched data using the database view in Native SQL.
    In case anybody needs to do, I am giving a short code dump;
        TRY.
            EXEC SQL PERFORMING f_loop_output.
              select alias_type_id,
                     name,
                     molecule_id
              into   :w_tab
              from   ext.V_XXXX
              where molecule_id in
               (Select mh.MOLECULE_ID
                from  ext.V_YYYY mh, ext.V_XXXX al
                where  mh.molecule_id   = al.molecule_id
                and    mh.IS_CURRENT    = 'Y'
                and    al.ALIAS_TYPE_ID = :c_type_id
                and    al.NAME                  = :l_number
              and ALIAS_TYPE_ID in ('AAA','B','CCCC')
            ENDEXEC.
          CATCH cx_sy_native_sql_error INTO l_check_rs.
            l_text  = l_check_rs->get_text( ).
            MESSAGE i005 WITH l_text.
            LEAVE LIST-PROCESSING.
        ENDTRY.

  • Could not retreive download information in App Store via Wi-Fi!

    I have a very very critical problem about downloading stuffs in App Store! The detail is when I open App Store, after loading stuffs, it said: "Could not retreive download informations, please connect to iTune." I don't care about the message, so I continue anyway. After entering my account informations, the second problem
    appeared, there's another message said: "To ensure the secure connection, please check your setting in Date & Time." some like that. It's okay, I configured the setting, but after that, it showed me the same message. So I have no idea about what happening. Because this is not work, so I follow the first recommandation: connect to iTune. But it also not work. Is there have any relations in these 3 problem? Now I feel lose and I need some help!!!

    Are you accessing the App Store on iPod Touch or iTunes?? maybe you should try the other.

  • Workflow for BO BUS1001006 not retreiving plantu2666

    Hi Experts,
    I have activated a workflow for material creation using BO BUS1001006 .
    It works fine , but the problem is it does not give me the plant details.
    My requirement is that i have to send the plant of the material created /changed.
    hope you offer quick solutions.
    <THREAD LOCKED. Duplicate of [Workflow for BO BUS1001006 not retreiving plant]. Please do not duplicate posts, read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] for further info>
    Edited by: Mike Pokraka on Jan 28, 2009 7:33 AM

    Hi Martina,
    If you have done that then you are almost on the verge of completion!
    Follow this binding procedure between the task container and the method container and get the results.
    In the BO method, add an output parameter that would store the plant detail.
    Now create a data element in the method code of the same type as plant detail type.
    Then use swc_set_element to store the value of the plant detail in the output parameter.
    In the workflow task, create an output parameter of the same type as the BO method output parameter.
    In the binding between the task container and the method container fetch the value of plant details from method container to task container element.
    Now pass this parameter to the workflow container and use in the send mail step in the mail text.
    Make sure to save and generate the BO after doing all the changes.
    Regards,
    Saumya

  • Currently I am on 8.0.1 but still why I am getting "Your firefox is not upto date" message when I open firefox??

    Do I need to do anything different? Why it is telling that my firefox is not upto date..
    BTW, we love you guys. You do a very hard work. Keep it up guys we are with you on this project

    What are you using for your Home Page?
    This - http://www.google.com/firefox - is the old Firefox Start Page used by the Firefox 3.6 and earlier versions of Firefox, I don't think it is being maintained by Google.
    Starting with the Firefox 4 version, Firefox is using a "local" Start Page with the address of '''about:home'''. It looks similar to the old Start Page, but it isn't exactly the same.

  • I upgraded my macbookpro hard drive to 1 TB then migrated my files from time machine. I'm now locked out of the computer because the password is not the same as my usual one and one that was years old and not retreivable. How do I work around this?

    I upgraded my macbookpro hard drive to 1 TB then migrated my files from time machine. I'm now locked out of the computer because the password is not the same as my usual one and one that was years old and not retreivable. How do I work around this?

    Whether or not you are able to recover the data off the drive yourself will depend on if the drive suffered any impact damage in the crash. You can buy USB SATA or IDE adapters (Intel and almost all G5 use SATA) that will let you connect your hard drive to a computer (like a flash drive) to see if you can recover the data. If the drive has suffered physical damage if may not mount.
    If you know someone who has one of these adapters you could try using theirs, otherwise you could buy one but you take the risk of the data on the drive being non recoverable. Regardless, both are much cheaper than $1699!
    (Alternatively, if you know of someone with a Mac Pro or PowerMac G5 they may be able to install the drive in their machine and try to boot from or mount it and copy the data off.)

  • I love not having to enter my password to update a free App.

    I love not having to enter my password to update a free App.  One of the best new features of iOS 6.

    Reset PRAM:   http://support.apple.com/kb/PH14222
    Start up in Safe Mode.
    http://support.apple.com/kb/ph14204
    A new Mac is in warranty for 1 year from the date of purchase.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare or take it to the Apple store to have it checked out.
    Genius Bar reservation
    http://www.apple.com/retail/geniusbar/
    Best.

Maybe you are looking for

  • Advice needed: join fact to time dimension with between clause

    Hi All, I've got 1 dimension and two fact tables. The 1 dimension could serve as a time dimension.(not specifically marked as this is a time dimension) My Tables look like this (simplified) Dim1: date_pk (unique identifier) date month year fact1: iid

  • Since installing Lion my MS keyboard no longer works properly. I'll go back to SL before I'll give up this keyboard.

    I'm out of my element here. I've been using Macs for >20 years and this is my first real disappointment. I hurried to install Lion on my MBP and now Quicken won't work . . . and my longterm favorite keyboard (MS Natural Ergonomic 4000) is near useles

  • Adcfgclone automation question

    R12.1.3 running on RH Linux 5.8. I have my rapid clone configuration almost automated but I run into a problem when running adcfgclone on the appsTier. I can pass in the apps password but I don't want it to start the services when done so is there a

  • Help with Image & Blog Bugs

    Hello all - Been putting together a site for the past few weeks, and we thought we had it all down pat until we went live. The links on the blog page come up with 404 errors, and (even worse) it seems that my Windows friends get image problems on the

  • System alerts super loud through phone speaker when using Palm headphones - bug?

    When I have the included Palm headphones plugged in, and a system sound is triggered (say from putting it on the Touchstone or getting a text) it BLASTS from the phone speaker and headset at full volume, no matter what I have the volume set to in pre