Dependent LOVs not populated properly

Hi,
I have an issue regarding dependent LOVs in one of our pages.
1. Child Lov is unable to fetch the results depending on Parent Lov value. Parent Value is not added to the where clause in the query while getting results for child lov.
This is happening only when the user enters some value like (%) in child text box and tab out.
2. If the user directly clicks on child lookup and then enter some search criteria and Click Enter. It works as expected. In this case it is taking the parent lov value and giving the results properly.
I think we may be missing some property to be set in case1. If anyone aware of this issue please help me out with a solution.
It is related to banks and branches in banks... Due to this issue when I search for branches after selecting a bank.... all the branches are shown in the results.
Regards,
Pavani
Thanks in Advance,
Pavani

MY pg.xml with bank and branch LOVs :
<oa:rowLayout id="BankBranchRowRN" width="100%">
<ui:contents>
<oa:cellFormat id="BankBranchCellFormatRN">
<ui:contents>
<oa:tableLayout id="BankBranchTblLayoutRN" hAlign="center" width="100%">
<ui:contents>
<oa:rowLayout id="BankBranchRow1RN">
<ui:contents>
<oa:cellFormat id="BankRN" hAlign="start" vAlign="top">
<ui:contents>
<oa:header id="BankHeaderRN" text="Bank">
<ui:contents>
<oa:messageRadioGroup id="BankSelectChoice" pickListViewDef="" pickListDispAttr="Name" pickListValAttr="Code" defaultValue="OLD" viewName="SuppNwActPVO" viewAttr="BankSelectFlag" serverUnvalidated="true" pickListViewName="IbyBankSelectVO" shortDesc="Select Bank" rendered="${oa.SuppNwActPVO.ShowChoiceList}">
<ui:primaryClientAction>
<ui:firePartialAction event="BankSelect" unvalidated="true">
<ui:parameters>
<ui:parameter key="Selected" value="${oa.current.BankSelectFlag}"/>
</ui:parameters>
</ui:firePartialAction>
</ui:primaryClientAction>
</oa:messageRadioGroup>
<oa:messageComponentLayout id="BankMasterRN">
<ui:contents>
<oa:messageTextInput id="BankNameInput" maximumLength="360" viewName="SuppNwActVO" viewAttr="BankName" prompt="Bank Name" rendered="${oa.SuppNwActPVO.BankNewFlag}"/>
<oa:messageLovInput id="BankNameSelect" prompt="Bank Name" viewName="SuppNwActVO" viewAttr="BankName" maximumLength="360" rendered="${oa.SuppNwActPVO.BankOldFlag}" externalListOfValues="/oracle/apps/pos/lov/webui/ExtBanksLovRN">
<lovMappings>
<lovMap id="lovMap2" lovItem="BankName" resultTo="BankNameSelect" criteriaFrom="BankNameSelect"/>
<lovMap id="lovMap3" lovItem="BankNumber" resultTo="BankNumber"/>
<lovMap id="lovMap7" lovItem="AddressLine1" resultTo="BankAddress1"/>
<lovMap id="lovMap8" lovItem="AddressLine2" resultTo="BankAddress2"/>
<lovMap id="lovMap9" lovItem="AddressLine3" resultTo="BankAddress3"/>
<lovMap id="lovMap10" lovItem="City" resultTo="BankCity"/>
<lovMap id="lovMap11" lovItem="State" resultTo="BankState"/>
<lovMap id="lovMap12" lovItem="AltBankName" resultTo="AltBankName"/>
<lovMap id="lovMap13" lovItem="ZipCode" resultTo="BankZipCode"/>
<lovMap id="lovMap14" lovItem="Country" resultTo="BankCountry"/>
<lovMap id="lovMap28" lovItem="BankPartyId" resultTo="BankId"/>
<lovMap id="lovMap31" lovItem="AddressLine4" resultTo="BankAddress4"/>
<lovMap id="lovMap32" lovItem="HomeCountry" resultTo="Country" criteriaFrom="Country"/>
</lovMappings>
</oa:messageLovInput>
<oa:messageTextInput id="BankNumber" prompt="Bank Number" viewName="SuppNwActVO" viewAttr="BankNumber" maximumLength="30" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageLayout id="bankHiddenFieldRN">
<ui:contents>
<oa:formValue id="BankId" viewName="SuppNwActVO" viewAttr="BankId" dataType="NUMBER"/>
</ui:contents>
</oa:messageLayout>
</ui:contents>
</oa:messageComponentLayout>
<oa:hideShow id="BankDetailHideShowRN" disclosedText="Hide Bank Details" undisclosedText="Show Bank Details" serverUnvalidated="true" unvalidated="true" viewName="SuppNwActVO" viewAttr="BANKHIDESHOW">
<ui:contents>
<oa:header id="BankDetailsHdrRN" text="Details">
<ui:contents>
<oa:messageComponentLayout id="BankDetailsRN">
<ui:contents>
<oa:messageTextInput id="AltBankName" prompt="Alternate Bank Name" viewName="SuppNwActVO" viewAttr="BankNameAlt" maximumLength="320" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
</ui:contents>
</oa:messageComponentLayout>
</ui:contents>
</oa:header>
<oa:header id="BankAddressHdrRN" text="Address">
<ui:contents>
<oa:messageComponentLayout id="BankAddressRN">
<ui:contents>
<oa:messageTextInput id="BankAddress1" prompt="Address Line 1" viewName="SuppNwActVO" viewAttr="BankAddressLine1" maximumLength="240" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageTextInput id="BankAddress2" prompt="Address Line 2" viewName="SuppNwActVO" viewAttr="BankAddressLine2" maximumLength="240" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageTextInput id="BankAddress3" prompt="Address Line 3" viewName="SuppNwActVO" viewAttr="BankAddressLine3" maximumLength="240" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageTextInput id="BankAddress4" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}" maximumLength="240" viewName="SuppNwActVO" viewAttr="BankAddressLine4" prompt="Address Line 4"/>
<oa:messageTextInput id="BankCity" prompt="City" viewName="SuppNwActVO" viewAttr="BankCity" maximumLength="60" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageTextInput id="BankState" prompt="State" viewName="SuppNwActVO" viewAttr="BankState" maximumLength="60" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageTextInput id="BankZipCode" prompt="Zip Code" viewName="SuppNwActVO" viewAttr="BankZip" maximumLength="60" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}"/>
<oa:messageLovChoice id="BankCountry" prompt="Country" viewName="SuppNwActVO" viewAttr="BankCountry" disabled="${oa.SuppNwActPVO.BankNoUpdateFlag}" externalListOfValues="/oracle/apps/pos/lov/webui/CountryLovRN" pickListDispAttr="TerritoryShortName" pickListValAttr="TerritoryCode" rendered="false">
<lovMappings>
<lovMap id="lovMap4" lovItem="TerritoryCode" resultTo="BankCountry"/>
</lovMappings>
</oa:messageLovChoice>
</ui:contents>
</oa:messageComponentLayout>
</ui:contents>
</oa:header>
</ui:contents>
</oa:hideShow>
</ui:contents>
</oa:header>
</ui:contents>
</oa:cellFormat>
<oa:cellFormat id="BranchRN" hAlign="start" vAlign="top">
<ui:contents>
<oa:header id="BranchHeaderRN" text="Branch">
<ui:contents>
<oa:messageRadioGroup id="BankBranchSelectChoice" pickListViewDef="" pickListDispAttr="Name" pickListValAttr="Code" defaultValue="OLD" viewName="SuppNwActPVO" viewAttr="BranchSelectFlag" serverUnvalidated="true" pickListViewName="IbyBankBranchSelectVO" shortDesc="Select Branch" rendered="${oa.SuppNwActPVO.ShowChoiceList}">
<ui:primaryClientAction>
<ui:firePartialAction event="BankBranchSelect" unvalidated="true"/>
</ui:primaryClientAction>
</oa:messageRadioGroup>
<oa:messageComponentLayout id="BranchMasterRN">
<ui:contents>
<oa:messageTextInput id="BranchNameInput" viewName="SuppNwActVO" viewAttr="BranchName" prompt="Branch Name" maximumLength="360" rendered="${oa.SuppNwActPVO.BranchNewFlag}"/>
<oa:messageLovInput id="BranchNameSelect" prompt="Branch Name" viewName="SuppNwActVO" viewAttr="BranchName" maximumLength="360" rendered="${oa.SuppNwActPVO.BranchOldFlag}" externalListOfValues="/oracle/apps/pos/lov/webui/ExtBankBranchesLovRN">
<lovMappings>
<lovMap id="lovMap15" lovItem="BankBranchName" resultTo="BranchNameSelect" criteriaFrom="BranchNameSelect"/>
<lovMap id="lovMap16" lovItem="Address1" resultTo="Address11"/>
<lovMap id="lovMap17" lovItem="Address2" resultTo="Address21"/>
<lovMap id="lovMap18" lovItem="Address3" resultTo="Address31"/>
<lovMap id="lovMap19" lovItem="City" resultTo="City1"/>
<lovMap id="lovMap20" lovItem="State" resultTo="State1"/>
<lovMap id="lovMap21" lovItem="ZipCode" resultTo="ZipCode1"/>
<lovMap id="lovMap22" lovItem="Country" resultTo="Country11"/>
<lovMap id="lovMap23" lovItem="BranchNumber" resultTo="BranchNumber"/>
<lovMap id="lovMap24" lovItem="AltBranchName" resultTo="AltBranchName"/>
<lovMap id="lovMap25" lovItem="EftSwiftCode" resultTo="BIC"/>
<lovMap id="lovMap26" lovItem="BankBranchType" resultTo="BranchType"/>
<lovMap id="lovMap27" lovItem="RFCIdentifier" resultTo="RFCIdentifier"/>
<lovMap id="lovMap29" lovItem="BankBranchPartyId" resultTo="BranchId"/>
<lovMap id="lovMap30" lovItem="Address4" resultTo="Address41"/>
<lovMap id="lovMap42" lovItem="BankName" resultTo="BankNameSelect"/>
<lovMap id="lovMap43" lovItem="BankNumber" resultTo="BankNumber"/>
<lovMap id="lovMap47" lovItem="BankAddressLine1" resultTo="BankAddress1"/>
<lovMap id="lovMap48" lovItem="BankAddressLine2" resultTo="BankAddress2"/>
<lovMap id="lovMap49" lovItem="BankAddressLine3" resultTo="BankAddress3"/>
<lovMap id="lovMap410" lovItem="BankCity" resultTo="BankCity"/>
<lovMap id="lovMap411" lovItem="BankState" resultTo="BankState"/>
<lovMap id="lovMap412" lovItem="AltBankName" resultTo="AltBankName"/>
<lovMap id="lovMap413" lovItem="BankZipCode" resultTo="BankZipCode"/>
<lovMap id="lovMap414" lovItem="BankCountry" resultTo="BankCountry"/>
<lovMap id="lovMap428" lovItem="BankPartyId" resultTo="BankId" criteriaFrom="BankId"/>
<lovMap id="lovMap431" lovItem="BankAddressLine4" resultTo="BankAddress4"/>
<lovMap id="lovMap432" lovItem="HomeCountry" resultTo="Country" criteriaFrom="Country"/>
</lovMappings>
</oa:messageLovInput>
<oa:messageTextInput id="BranchNumber" prompt="Branch Number" viewName="SuppNwActVO" viewAttr="BranchNumber" maximumLength="30" disabled="${oa.SuppNwActPVO.BranchNoUpdateFlag}"/>
<oa:messageTextInput id="BIC" prompt="BIC" viewName="SuppNwActVO" viewAttr="Bic" maximumLength="30" disabled="${oa.SuppNwActPVO.BranchNoUpdateFlag}"/>
<oa:messageChoice id="BranchType" prompt="Branch Type" viewName="SuppNwActVO" viewAttr="BranchType" disabled="${oa.SuppNwActPVO.BranchNoUpdateFlag}" pickListDispAttr="DisplayedField" pickListValAttr="LookupCode" pickListViewName="BankBranchTypeVO" allowBlankValue="false"/>
<oa:messageLayout id="branchHiddenFieldRN">
<ui:contents>
<oa:formValue id="BranchId" viewName="SuppNwActVO" viewAttr="BranchId" dataType="NUMBER"/>
</ui:contents>
</oa:messageLayout>
</ui:contents>
</oa:messageComponentLayout>
<oa:hideShow id="BranchDetailHideShowRN" disclosedText="Hide Branch Details" undisclosedText="Show Branch Details" serverUnvalidated="true" unvalidated="true" viewName="SuppNwActVO" viewAttr="BRANCHHIDESHOW">
<ui:contents>
<oa:header id="BranchDetailsHdrRN" text="Details">
<ui:contents>
<oa:messageComponentLayout id="BranchDetailsRN">
<ui:contents>
<oa:messageTextInput id="AltBranchName" prompt="Alternate Branch Name" viewName="SuppNwActVO" viewAttr="BranchNameAlt" maximumLength="320" disabled="${oa.SuppNwActPVO.BranchNoUpdateFlag}"/>
<oa:messageTextInput id="RFCIdentifier" prompt="RFC Identifier" viewName="SuppNwActVO" viewAttr="RfcIdentifier" maximumLength="30" disabled="${oa.SuppNwActPVO.BranchNoUpdateFlag}"/>
</ui:contents>
</oa:messageComponentLayout>
</ui:contents>
</oa:header>

Similar Messages

  • Amount field is not populating properly

    Expert's,
    Here is an issue where one of the amount field not populating properly.For some opportunities the amount field will be just displyed as'0' but for some opprtunities the amount field is displaying as'$0'.The data we are pulling is from CRM.
    Thanks in advance.
    vasu.

    Hi,
    looks like extenstion of your last thread
    did you already have a look in data in cube?just to make sure,try to display cube's data using List cube transaction .Take this amount field,corresponding Currency Key,and you rmost impotant characteristics...and check whether all records are having entry in 'currency' column?

  • Dependent LOV not Working

    Hi ,
    iam creating a page where there is a dependent LOV's
    DJLov,SEQLov are the Lovinput items
    Djid is common field between the 2 Lov queries ,WipEntityid is formValue
    when i click on second lov iam getting error as "You must enter a value for WipEntityId as criteria for LOV."
    LOV1:
    LovregionItem:Djnumber
    Return Item:DJLov
    Criteria Item:DJLov
    LovregionItem:Djid
    Return Item:WipEntityid
    LOV2:
    LovregionItem:OperSeqnum
    Return Item:SEQLov
    Criteria Item:SEQLov
    LovregionItem:Djid_SeQ
    Criteria Item:WipEntityid
    Required: True
    can anybody help me regarding this.
    if the above data is not suffcient to understand the issue please ask me i will provide some more.
    one more thing i want to mention is:
    i took an advanced table ,then created columns and added LOv items to the columns. i got the error
    "You must enter a value for WipEntityId as criteria for LOV."
    but i created another page with tablelayout-->rowlayout-->cellformat-->lov input items
    the same Lov mappings were done ,the page got saved without any issue.
    can anybody figure out the what is the issue.
    Thanks in Advance

    Hi guys,
    this issue is fixed.i created formvalues under advancedtable region and it worked.
    dont keep formvalues to Pagelayout RN.
    hopes this info will help OAF starters like me. :)

  • Lov not populating

    Hi all,
    I have personalized a iRecruitment page and added a couple of LOV's on that page. However, 1 LOV is not populating i.e. it shows no records. NEbody has ne idea why this is happening. I m a newbie ..pls bear w me

    Hi,
    get the query executed by LOv from about this page link and pass the parameter you are passing to LOv and then check that query i fetching any record or not, if the same query id fetching the record from TOAd or other client then we can look into this.
    Regards,
    Reetesh Sharma

  • Values are not populated properly - if then else conditon

    Hi,
    I 've a requirement like...
    If meinh = ZTU then lfimg/umrez else display the values of lfimg
    I 've used if then else condition afterthat i mapped to target field lfimg. But, when i check the queue the result displays correctly, but when i execute the mapping from Test tab it displays all the values for LFIMG
    My question here is ...Why the output is not display properly after i use if then else condition
    Help me how can i get proper values to display at target
    Kind regards,
    Y.Raj

    hi
    As my understanding you are giving both cases true and false the same input.
    If meinh = ZTU then lfimg/umrez else display the values of lfimg
    if meinh = ZTU
    then  umrez
    else  lfimg
    try this
    if still its not working write a simple UDF for the same.
    Regards
    Vijay

  • WGM Home directory full path not populating properly

    I'm setting up WGM with mobility as all of my network users are on laptops. For some reason some of the users are working and others not. When I try to log in with some I just get told that the user couldn't log on because an error occured. As far as I can work out this is because the home directory for the user on the network can't be found and so a local one can't be created either.
    The only difference I can see between the users (bearing in mind this is a brand new network set up so I haven't made many changes) is that for the users that do work when I select the SharePoint I want to use under the home tab in user settings, the Full Path has ...er ...well the full path in it: /network/servers/mynetwork/Volumes/myharddrive/myfolder/myuser
    whereas ones that don't work just have the folder name: myuser
    This not only happens when I use the auto populated list as well as when I create one from scratch.

    You're right, DNS implementation in Leopard server is very poor, especially considering how critical it is.
    Time Machine for every user is a bit of a tricky one - I've been thrashing this one out in another thread, and there is an answer, but it's not ideal.
    Here's the thread: http://discussions.apple.com/thread.jspa?threadID=2034769&start=0&tstart=0
    The answer on how to do it is at the end of the thread, but make sure Time Machine isn't used as the only method of Disaster Recovery on a corporate network, it's really only good for a useful extra.
    As for an internal and external DNS server, the answer I'm afraid is "not really". The way you have it set up is pretty good, from a redundancy point of view. However, if you have to use an external DNS server, it's always going to be slower, because of the extra distance over slower links that the DNS request has to travel.
    Bear in mind, it has to go through your router and/or firewall, all the way out to a busy DNS server somewhere out on the net (probably over a number of routers on the way), then it has to come back the same way before your client can actually resolve the URL to an IP address.
    Compare that to internal where it has to travel a matter of metres over a (I assume) 100mbps network to a DNS server that's not processing very many requests.
    The only workaround I could suggest would be to employ a second DNS server (perhaps a proxy?) within your network assuming you can separate it from whatever causes your primary DNS server to go down. The costs aren't prohibitive - you could do it on a Mac Mini + cost of a second Leopard Server license.
    Oh, and your English is just fine, lol.
    Message was edited by: MattLucas1505

  • Chain and store data not populating properly in BPARTNER

    Hi all,
    There is a field 0bpartner2 in the data source name 0BP_RELATIONS_ATTR. This field is also there in DSO1 which fetches the data from the mentioned datasource. Then using routines this field 0bpartner2 splits into two-->chain and store which are getting populated in the next level of DSO, DSO2 which finally goes into 0bpartner infoobject.
    But for two particular bp nos the values of chain and store are not getting populated.
    Checked in RSA3, the data is OK, but in the PSA level the data is not there.
    This is happening only for this two particular bp nos.
    Kindly help.

    Hi,
    at info package data selection don't have selection please check the below options.
    1. go to ECC -> enter the t code- RSA5 -> select the data source -> go to change mode -> select the check boxes possibility.
    2. if not there come to BI system select the data source go to change mode -> select selection menu -> browse and choose the X- selection possible.
    now it available selections at info package - while seeing the RSA3 data give the selection at info package
    Thanks,
    Phani.

  • Navigation Attiributes not populated properly

    Hi,
       I am trying to create a POS. I am assigning the Object which has navigational attributes to the POS. When I click on the display navigation attributes, the attributes are not being displayed properly in the POS. Is there something I need to do to display the attributes properly ?
    I am on SCM 5.1
    Regards,
    Ranjini.

    Try activating the POS.
    Right click on the POS you will get 2 options Activate and Deactivate, Donot Deactivate just press activate button.
    Then you should be able to see the activated POS and all the navigational attributes in the navigational attributes button, by the way you will have to go into the tab / button which says navigational attributes on top of all the characteristics. I think there you should find your navigational attribute.
    By the way did you activate the info object once you said this attribute is a navigational attribute, did you give any text to the attribute once you declared it as navigational attribute??
    Let me know if it works.
    Thanks,
    M

  • Search on Transient attribute LOV not working properly.

    Hi All,
    I made LOV on a transient attribute of VO. While drag & drop it onto the page I selected the option: List of values-->ADF LOV Input.
    In LOV search form there are 2 fields : org code & org name. Whenever we provide either/both of the search parameters. It works fine but as & when we click on SEARCH button without providing any search parameters(i.e. org code & org name both are blank) it makes subsequent search of LOV with either/both of the search parameters not working.
    Please suggest any solution for the same.
    Thanks & Regards,
    Manu
    Edited by: rechin on May 16, 2012 3:16 AM

    I selected the VO attribute(while VO is opened) on which I want to create LOV. Added list of values for it with following details:
    Configuration tab :
    List Data Source - same VO as VA
    List Attribute - org code
    UI hints :
    Default list type : Input text with list of values
    Display attributes : org code, org name
    List search : All querable attributes
    let me know if you need more details.
    Edited by: rechin on May 16, 2012 3:27 AM

  • BUG - JSF InputText boxes not populating properly

    Okay,
    Here's the situation:
    I have an edit page (JSF Web) that allows the user to pick an item to edit from a SelectOneMenu tag. When they pick the item the page rerenders and shows the object associated with the selected item allowing the user to edit the object in various InputText controls.
    First of all the ValueChangeListener event doesn't work for the SelectOneMenu tag - the event is not recognized in the backing bean (with or without immediate set, the event code is never accessed.) - and so I had to tie the change to the pressing of a command button.
    Upon pressing the command button, in the action event, I find the object from the selected item. Now I want to set the input text boxes in the screen to the various values of the object. There are two ways to do this. I either set the value property of the bound (using the binding property) backing bean to the objects property - the code looks like this:
    <h:inputText binding="#{EditCalendarBean.name}"
    value="#{EditCalendarBean.name.value}"/>
    This results in a fatal error that halts the OC4J.
    Alternatively; I added various properties to the backing bean one for each property of the object and bound the object's properties to these and then bound the user interface's value properties to the bean properties. For example, imagine a user interface control InputText tag called "name" has it's value property bound to a property on the bean called Name which returns String. This configuration runs but the InputText control when the page is re-rendered (after the submit), is empty even though I've set the value property. However, if I add an OutputText control to the page and bind it's value property to the same String property of the bean, the outputText control correctly shows the value of the object.
    The code looks like this:
    <!-- code in the page -->
    <h:inputText id="name" binding="#{EditCalendarBean.name}"
    value="#{EditCalendarBean.nameValue}"/>
    // Code in the Backing bean:
    // Find the Bean from the submitted id from the SelectMenuTag.
    CalendarData data = manager.getCalendarById(calendarID) ;
    // Set value of the UITextInput components on the page.
    this.getName().setValue(data.getName());
    this.getDescription().setValue(this.getDescription());
    // This results in a fatal error that halts the OC4J
    // Method 2: declare two String properties on the bean and set them
    // Then, in the page use the Value property of the InputText control.
    // This runs but doesn't populate the controls. It does populate them if
    // the contols are OutputText controls though!!!
    this.setNameValue(data.getName());
    this.setDescriptionValue(data.getDescription());
    Best regards,
    Nigel

    Yes - this really is a bug. Any changes to make to the selectItems tag through the properties dialog rewrites the tag source code to seperate the selectOne tag and the selectItems tag. For example, before you use the dialog, you tag code could look like this:
    <h:selectOneMenu binding="#{backing_showFactory.selectOneMenu1}"
    id="selectOneMenu1">
    <f:selectItems value="#{backing_showFactory.allFactories}"
    binding="#{backing_showFactory.selectItems2}"
    id="selectItems2"/>
    </h:selectOneMenu>
    After the use of the dialog the code will be rewritten as:
    <h:selectOneMenu binding="#{backing_showFactory.selectOneMenu1}"
    id="selectOneMenu1"/>
    <f:selectItems value="#{backing_showFactory.allFactories}"
    binding="#{backing_showFactory.selectItems2}"
    id="selectItems2"/>
    Notice, the tags are now seperated instead of the selectItems tag being encased in the selectOneMenu tag.

  • ALV selection field of displayed table is not populated properly

    Hi,
    I am using OO ALV in my screen. I have two tabs. In one tab I display one ALV output in edit mode with selection option and passing internal table field for box_selection. In the other tab I am displaying another ALV output but in display mode.
    My problem is when I switch from tab in edit mode to tab in display mode and back to tab in edit mode, then select a line on the tab in the edit mode, the method I am calling:
      CALL METHOD grid1->get_selected_rows
        IMPORTING
          et_index_rows = i_sel_alvrows[].
    would return table "i_sel_alvrows" empty.
    If i do not switch between the tabs, the ->get_selected_rows logic works perfectly.
    You reply will be greatly appreciated.
    Thanks.

    Oleg,
    I have doubt ,
    This is example:--> if you have selected a line in edit tab and going to display tab and coming back to edit tab, at the point your selected line is there in edit tab as in selected mode ?
    After freeing the container?
    aRs
    Message was edited by:
            aRs

  • File Dependency not working properly

    Hi,
    In our project we have a job group which will move a set of file from one directory to another directory. The first job in that group will be run only when a file with an extension "ind" is present in the source directory, i.e the dependency is set to a file with extension *.ind(Please see attached screeshot for reference).
    But when we run the job the dependency is not being satisfied even though the file is present in the source directory.
    What could be the reason for this?
    Note: If I overide the job, then the files are properly griing moved. But since this is automated, the job run must be based on the dependency we have set.

    This sounds like the runtime user of the job is a different account than used by the agent.
    File Dependencies and File Events are evaluated by the agent process.  This means the account running the agent service must have access to the file.
    When the job runs it uses the runtime user.  If the runtime user is different account than the agent account you can encounter the problem you describe.
    If this is a Windows agent running as a Local System account, the agent will only have access to files local to the server.  So if the file is on another server the agent will not have access to it.
    If this isn't your issue, could you provide details about the agent (windows/unix), file location (local to agent/UNC path), and whether the agent running the job is the same as the agent being used to evaluate the file dependency.
    Thanks.

  • The list of extensions for InDesign now have a yellow triangle warning symbol in front of a good many of the extensions and when moused over i get one of two messages:  "Extensions may not function properly because it does not meet the dependency conditio

    The list of extensions for InDesign now have a yellow triangle warning symbol in front of a good many of the extensions and when moused over i get one of two messages:
    "Extensions may not function properly because it does not meet the dependency condition."
    OR
    Extension Status is not consistent with extension set configuration."
    The reason I opened the Extension Manager in the first place was to check to see if I had installed a third party extension.  And I was presented with these warning symbols.  I haven't added anything, I haven't done anything that would cause this.
    Does anyone know how to fix this???
    I am running OSX 10.9.5; Indesign CS6 version 8.0.2 And Adobe Extension Manager version  6.0.8.28.
    Thanks in advance!
    Nina

    Many InDesign pre-installed extensions (Those extensions you have immediately after InDesign installation) define dependency rules in their mxi files. Dependency means that one extension works well only if one or more other extensions are installed and enabled. If this condition is not met, the yellow triangle warning will be shown.
    You can select an extension with warning, click "Advanced" tag page in the lower right panel. You will see "This extension has dependency on: <extension name> ...". Check whether every extensions listed here are available and enabled. If not, enable them. Repeat these steps for all the extensions which have warning.

  • Tabular form LOV's not populating correctly on edit from report

    My form has four LOV's and several text fields. Two of the LOV's will not populate (contains null value) from the report when i try to edit the row, however the other two Lov's populate correctly. Any ideas why i can't get the lov's to populate with the correct value from the report?
    each LOV is set to display null value as -- choose value -- with no return value. when i click edit from the report the form (page 2) comes up with the corresponding values from the report, but as i stated two of the LOV's contain -- choose value -- instead of the correct value from the corresponding reports row. All four LOV's items are set exactly the same 2 being static and 2 dynamic; one of each not populating right.
    any help would be greatly appreciated.

    Hi
    I've not used popup lovs in tabular forms for a few years now, but if your using the apex_item's to generate your tab form then I think you need to allow an idx number for the pass back value. e.g. (I have left idx value 2 for the pass back value)
    SELECT
    APEX_ITEM.POPUPKEY_FROM_LOV (1,deptno,'DEPT') dt,
    APEX_HIDDEN(3, EMPNO) en
    FROM emp
    I hope that helps
    Shunt

  • LOV is not populating when pressing tab in OAF with common value

    Hi,
    How to make the LOV gets populated after entering any value and press the tab button.
    For ex: If i enter item number "100012" and press tab then the LOV is displaying the values and item description is auto-populated.
    In my case there are two values with '100012'..once i enter this value and press tab it says Loading, but no options comes up. “Loading” just goes away. But when i clicked on lov icon am seeing the values...
    I checked disable validation is not set to true, it has been set to false.
    Pls give me any suggestions.
    Regards
    --Harry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Naren,
    Sorry for late response...am sick actually....
    yes, In my case there are two item numbers '100012', with different vales(in lov region teble).
    Regards
    --Harry                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • How to implement the selfsecured page in oaf

    hi any one having knowledge how to implement the selfsecured OAF page documents can you please send me [email protected] Regards Chandra

  • IBooks for Mac

    Since the iPad came out, there have been a lot of talk about the iBooks or iBookstore application whereas you could purchase and download ebooks for the use of the iPad. I think it would be nice for Apple to do the same for there systems through iTun

  • Obsolete help for newb

    I have new to RMAN, about 30 minutes new. I have a system that is using RMAN is some fashion (still trying to fully determine), but right now I am getting errors because a file system is full: Errors in file e:\oracle\product\10.1.0\admin\wqp2\bdump\

  • Sysdate gives Invalid column name

    Using Oracle/Tomcat, I'm invoking the following query through JSP: SELECT id from my_table where create_date >= (sysdate-10) where create_date is a field in my_table. When I run it through JSP, it gives me Invalid column name error, but when I copy t

  • When is the 64-bit version due out?

    I can see unofficial binaries are out, but when are Mozilla expecting to launch the official 64-bit version? Working as a web developer my next project will require compatibility with 64-bit browsers as well as 32. In Internet Explorer there are diff