Data are not transfered to a table view using signal out

Hi all,
we have recently upgraded to SP16 and I'm now facing a problem on my model that worked fine when we were on SP15.
I have a data service returning data to my model. The data are transfered to a signal out element and then displayed into a table view using a signal in element. Now the table view remains empty.
I have checked that the dataservice returns data because if I directly connect my table view with the dataservice the data are displayed. But my requirement is to use signal in/out elements.
This error was not appearing in SP15.
Any ideas?
Regards
Panos

After doing some tests I found out that if you have a model that has more than 2 signals in/out then the 3rd one will not work. This is definitely a bug.
Hope that soon there will be a SP without any new bugs!

Similar Messages

  • Data are not transfered as unicode through sockets

    I have aplication with connection through sockets. I use PrintWriter and BufferedReader for writing and reading data, created lik this:
    pw = new PrintWriter( skt.getOutputStream(), true );
    br = new BufferedReader( new InputStreamReader( skt.getInputStream() ) );
    When I send data I put this code for checking:
    int tmpSize = str.length();
    for( int i = 0; i < tmpSize; i++ )
         char chr = str.charAt( i );
         int tmpInt = (int)chr;
         System.out.print( tmpInt + " " );
    System.out.println();
    pw.println( str );
    And when I receive data I put something similar with string read with
    br.readLine().
    For unicode characters the result is different ( I use ascii and russian characters ). At sending data, it is normal, and at receiving I get '?' instead of unicode characters, something like this
    109 101 115 115 58 98 108 117 101 58 32 1092 1099
    before sending data and this
    109 101 115 115 58 98 108 117 101 58 32 63 63
    after receiving.
    Can somebody help me with this, or it is a bug?

    Ok, I just solved it. I had to create reader and writer like this:
    pw = new PrintWriter( new OutputStreamWriter( skt.getOutputStream(), "UTF-16" ) );
    br = new BufferedReader( new InputStreamReader( skt.getInputStream(), "UTF-16" ) );
    Seems that default encoding set was not unicode even if it is Writer and Reader!

  • The outlook calendar data are not transfered to my Ipad mini when launch the synchronization via Itunes - the process seems to abort very quickly

    Configuration: IMAC - OS 10.7.5 - Outlook 14.0.0 - Itunes 11.0.2
    Thank you for help :-)

    Configuration: IMAC - OS 10.7.5 - Outlook 14.0.0 - Itunes 11.0.2
    Thank you for help :-)

  • Tags are not transferring over to other computer using same login

    I use two computers to access the same email account on Thunderbird. I have the same tags set up on both. For over a year now I have been able to tag an email on one computer and it will appear tagged on the other computer as well. However, just recently this has stopped happening. The tags I have applied on one computer no longer show up on the other computer. Any ideas on how to fix it?

    If you create a new folder with one message, then tag it, does the tag appear on the other computer? Since tags are stored in the folder index files, the non-working folders may have corrupted indexes (which might be fixed by right-clicking the folder, Properties, Repair Folder). Backup first in case the Repair function misbehaves.

  • When I plug in my iPhone to sync, it starts but does not complete the process and several pieces of data are not being transferred to my iPhone from my MacBook Air.

    Problem:
    When I plug in my iPhone to sync, it starts but does not complete the process and several pieces of data are not being transferred to my iPhone from my MacBook Air.
    Any help that you can provide in helping my iPhone accurately sync with iPhoto and iTunes will be greatly appreciated.
    Symptoms:
    1)   Sync:  It’s not completing the sync.  Below, I’ve provided all of my settings from the iTunes Summary tab so that you might tell me if I’ve selected any incorrect options.  I prefer to sync the “old school” way – by connecting to the computer – as opposed to syncing over the cloud. Perhaps this is what’s causing the problem? Here is a list of the steps displayed in the iTunes window as the sync progresses:
    waiting for sync to start (step 1 of 7)
    backing up (step 2 of 7)
    preparing to sync (step 3 of 7)
    determining apps to sync (step 4 of 7)
    preparing apps to sync (step 5 of 7)
    importing photos (step 6 of 7)
    waiting for changes to be applied (step 7 of 7)
    syncing apps / copying 1 of 4 (App name) (step 7 of 7)
    canceling sync
    apple icon
    2)   Photos: I've selected only certain of my iPhoto albums to sync to my iPhone.  All of the albums are correct/complete in iPhoto.  All of the albums are listed on my iPhone, both before and after the sync, but the albums are empty (no actual photos) before and after the sync. Perhaps this is tied to the fact that the sync isn’t completing, but because “importing photos” is one of the steps that the incomplete sync displays, I don’t know.
    3)   Apps: When I launch iTunes and click on the Apps folder under the Library listing, then click on the Updates tab, iTunes searches for any Apps needing to be updated and provides a list.  If I click on Update All, the Apps are successfully updated in iTunes.  But, when I plug in my iPhone so that the updates will transfer to the apps on my iPhone, the updates don’t transfer to the apps on my iPhone and those apps still reflect that they need updating on the iPhone.
    Other Potential Pertinent Info:
    The flash memory hard drive on my MacBook Air recently died (perhaps a month or two ago).  Apple had emailed me about a known issue and literally the next day, my MacBook Air crashed.  I installed a new flash memory drive and re-installed everything from a backup off of an external hard drive.  Everything seems to be working fine; it recreated accurately all of my software and data, including iPhoto and iTunes, the pictures and songs (respectively) for which are stored on that hard drive, as opposed to being on the flash memory in the MacBook Air itself.  However, I don’t recall if the start of the sync problem described herein started happening at the same time that I replaced the flash memory drive.  All I know is that the computer is working perfectly in all respects and that even as the sync is failing, it at least says that it’s doing the right things and looking in the right places (e.g., the list of albums on my iPhone matches the list of albums in iTunes, etc.).
    Settings/Status:
    MacBook Air
    OSX v. 10.9
    iPhoto ’11 v. 9.5 (902.7)
    iPhone iOS 7.0.4
    iTunes v. 11.1.3 (8)
    Summary Tab
    Backups (This Computer)
    Options
    Automatically sync when this iPhone is connected
    Sync only checked songs and videos
    Photos Tab
    Sync Photos from iPhoto (429 Photos)
    Selected albums, Events, and Faces, and automatically include (no Events)
    Albums – 9 are selected

    You need to download iTunes on your computer. iOS 6 requires the latest version of iTunes which is 10.7.

  • Data are not displaying af:table.

    hi experts,
    am using jdev 11.1.1.5.0
    am using af:query panel and af:table.
    problem, is while runnnig the jspx page the af:table datas are not shown automaticaaly.
    but here i can want hit some buttons after hitting,
    the table get refreshes and datas are appearing. i dono y it's happening,
    am using 7 0r 8 tabs and af:tbale am not facing this problem on that those af:table.
    but problematic is this tab af:query n af:table. code is pasted here.
    <af:showDetailItem text="Link GL Accounts"
                                         binding="#{pageFlowScope.managedbean_GeneralLedger.sdi10}"
                                         id="sdi10">
                        <af:panelGroupLayout layout="vertical"
                                             binding="#{pageFlowScope.managedbean_GeneralLedger.pgl7}"
                                             id="pgl7">
                          <af:query id="q1" headerText="Search"
                                      disclosed="true"
                                      value="#{bindings.GlLvlAccountsVOCriteriaQuery.queryDescriptor}"
                                      model="#{bindings.GlLvlAccountsVOCriteriaQuery.queryModel}"
                                      queryListener="#{bindings.GlLvlAccountsVOCriteriaQuery.processQuery}"
                                      queryOperationListener="#{bindings.GlLvlAccountsVOCriteriaQuery.processQueryOperation}"
                                      binding="#{pageFlowScope.managedbean_GeneralLedger.q1}"/>
                        </af:panelGroupLayout>
                        <af:panelBox text="Search Result"
                                     binding="#{pageFlowScope.managedbean_GeneralLedger.pb8}"
                                     id="pb8" styleClass="AFStretchWidth"
                                     inlineStyle="width:100.0%;">
                          <f:facet name="toolbar">
                            <af:group binding="#{pageFlowScope.managedbean_GeneralLedger.g7}"
                                      id="g7">
                              <af:commandButton text="Insert"
                                                disabled="#{!bindings.CreateInsert6.enabled}"
                                                binding="#{pageFlowScope.managedbean_GeneralLedger.cb22}"
                                                id="cb22"
                                                action="#{pageFlowScope.managedbean_GeneralLedger.cb22_action2}"
                                               >
                                <af:showPopupBehavior popupId="p2"/>
                              </af:commandButton>
                              <af:popup binding="#{pageFlowScope.managedbean_GeneralLedger.p2}"
                                        id="p2">
                                <af:dialog binding="#{pageFlowScope.managedbean_GeneralLedger.d3}"
                                           id="d3" type="cancel">
                                  <af:panelFormLayout binding="#{pageFlowScope.managedbean_GeneralLedger.pfl1}"
                                                      id="pfl1">
                                    <af:inputListOfValues id="inputListOfValues1"
                                                          popupTitle="Search and Select: #{bindings.GlalPlant.hints.label}"
                                                          value="#{bindings.GlalPlant.inputValue}"
                                                          label="#{bindings.GlalPlant.hints.label}"
                                                          model="#{bindings.GlalPlant.listOfValuesModel}"
                                                          required="#{bindings.GlalPlant.hints.mandatory}"
                                                          columns="#{bindings.GlalPlant.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalPlant.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues1}">
                                      <f:validator binding="#{bindings.GlalPlant.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalPlantDesc.inputValue}"
                                                  label="#{bindings.GlalPlantDesc.hints.label}"
                                                  required="#{bindings.GlalPlantDesc.hints.mandatory}"
                                                  columns="#{bindings.GlalPlantDesc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalPlantDesc.hints.precision}"
                                                  shortDesc="#{bindings.GlalPlantDesc.hints.tooltip}"
                                                  partialTriggers="glalPlantId"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it38}"
                                                  id="it38">
                                      <f:validator binding="#{bindings.GlalPlantDesc.validator}"/>
                                    </af:inputText>
                                    <af:inputListOfValues id="inputListOfValues2"
                                                          popupTitle="Search and Select: #{bindings.GlalLvl1.hints.label}"
                                                          value="#{bindings.GlalLvl1.inputValue}"
                                                          label="#{bindings.GlalLvl1.hints.label}"
                                                          model="#{bindings.GlalLvl1.listOfValuesModel}"
                                                          required="#{bindings.GlalLvl1.hints.mandatory}"
                                                          columns="#{bindings.GlalLvl1.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalLvl1.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues2}">
                                      <f:validator binding="#{bindings.GlalLvl1.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalLvl1Desc.inputValue}"
                                                  label="#{bindings.GlalLvl1Desc.hints.label}"
                                                  required="#{bindings.GlalLvl1Desc.hints.mandatory}"
                                                  columns="#{bindings.GlalLvl1Desc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalLvl1Desc.hints.precision}"
                                                  shortDesc="#{bindings.GlalLvl1Desc.hints.tooltip}"
                                                  partialTriggers="glalLvl1Id"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it39}"
                                                  id="it39">
                                      <f:validator binding="#{bindings.GlalLvl1Desc.validator}"/>
                                    </af:inputText>
                                    <af:inputListOfValues id="inputListOfValues3"
                                                          popupTitle="Search and Select: #{bindings.GlalLvl2.hints.label}"
                                                          value="#{bindings.GlalLvl2.inputValue}"
                                                          label="#{bindings.GlalLvl2.hints.label}"
                                                          model="#{bindings.GlalLvl2.listOfValuesModel}"
                                                          required="#{bindings.GlalLvl2.hints.mandatory}"
                                                          columns="#{bindings.GlalLvl2.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalLvl2.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues3}">
                                      <f:validator binding="#{bindings.GlalLvl2.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalLvl2Desc.inputValue}"
                                                  label="#{bindings.GlalLvl2Desc.hints.label}"
                                                  required="#{bindings.GlalLvl2Desc.hints.mandatory}"
                                                  columns="#{bindings.GlalLvl2Desc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalLvl2Desc.hints.precision}"
                                                  shortDesc="#{bindings.GlalLvl2Desc.hints.tooltip}"
                                                  partialTriggers="glalLvl2Id"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it40}"
                                                  id="it40">
                                      <f:validator binding="#{bindings.GlalLvl2Desc.validator}"/>
                                    </af:inputText>
                                    <af:inputListOfValues id="inputListOfValues4"
                                                          popupTitle="Search and Select: #{bindings.GlalLvl3.hints.label}"
                                                          value="#{bindings.GlalLvl3.inputValue}"
                                                          label="#{bindings.GlalLvl3.hints.label}"
                                                          model="#{bindings.GlalLvl3.listOfValuesModel}"
                                                          required="#{bindings.GlalLvl3.hints.mandatory}"
                                                          columns="#{bindings.GlalLvl3.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalLvl3.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues4}">
                                      <f:validator binding="#{bindings.GlalLvl3.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalLvl3Desc.inputValue}"
                                                  label="#{bindings.GlalLvl3Desc.hints.label}"
                                                  required="#{bindings.GlalLvl3Desc.hints.mandatory}"
                                                  columns="#{bindings.GlalLvl3Desc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalLvl3Desc.hints.precision}"
                                                  shortDesc="#{bindings.GlalLvl3Desc.hints.tooltip}"
                                                  partialTriggers="glalLvl3Id"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it41}"
                                                  id="it41">
                                      <f:validator binding="#{bindings.GlalLvl3Desc.validator}"/>
                                    </af:inputText>
                                    <af:inputListOfValues id="inputListOfValues5"
                                                          popupTitle="Search and Select: #{bindings.GlalLvl4.hints.label}"
                                                          value="#{bindings.GlalLvl4.inputValue}"
                                                          label="#{bindings.GlalLvl4.hints.label}"
                                                          model="#{bindings.GlalLvl4.listOfValuesModel}"
                                                          required="#{bindings.GlalLvl4.hints.mandatory}"
                                                          columns="#{bindings.GlalLvl4.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalLvl4.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues5}">
                                      <f:validator binding="#{bindings.GlalLvl4.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalLvl4Desc.inputValue}"
                                                  label="#{bindings.GlalLvl4Desc.hints.label}"
                                                  required="#{bindings.GlalLvl4Desc.hints.mandatory}"
                                                  columns="#{bindings.GlalLvl4Desc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalLvl4Desc.hints.precision}"
                                                  shortDesc="#{bindings.GlalLvl4Desc.hints.tooltip}"
                                                  partialTriggers="glalLvl4Id"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it42}"
                                                  id="it42">
                                      <f:validator binding="#{bindings.GlalLvl4Desc.validator}"/>
                                    </af:inputText>
                                    <af:inputListOfValues id="inputListOfValues6"
                                                          popupTitle="Search and Select: #{bindings.GlalAcct.hints.label}"
                                                          value="#{bindings.GlalAcct.inputValue}"
                                                          label="#{bindings.GlalAcct.hints.label}"
                                                          model="#{bindings.GlalAcct.listOfValuesModel}"
                                                          required="#{bindings.GlalAcct.hints.mandatory}"
                                                          columns="#{bindings.GlalAcct.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalAcct.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues6}">
                                      <f:validator binding="#{bindings.GlalAcct.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalAcctDesc.inputValue}"
                                                  label="#{bindings.GlalAcctDesc.hints.label}"
                                                  required="#{bindings.GlalAcctDesc.hints.mandatory}"
                                                  columns="#{bindings.GlalAcctDesc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalAcctDesc.hints.precision}"
                                                  shortDesc="#{bindings.GlalAcctDesc.hints.tooltip}"
                                                  partialTriggers="glalAcctId"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it43}"
                                                  id="it43">
                                      <f:validator binding="#{bindings.GlalAcctDesc.validator}"/>
                                    </af:inputText>
                                    <af:inputText value="#{bindings.GlalDesc1.inputValue}"
                                                  label="#{bindings.GlalDesc1.hints.label}"
                                                  required="#{bindings.GlalDesc1.hints.mandatory}"
                                                  columns="#{bindings.GlalDesc1.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalDesc1.hints.precision}"
                                                  shortDesc="#{bindings.GlalDesc1.hints.tooltip}"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it44}"
                                                  id="it44">
                                      <f:validator binding="#{bindings.GlalDesc1.validator}"/>
                                    </af:inputText>
                                    <af:inputListOfValues id="inputListOfValues7"
                                                          popupTitle="Search and Select: #{bindings.GlalClId.hints.label}"
                                                          value="#{bindings.GlalClId.inputValue}"
                                                          label="#{bindings.GlalClId.hints.label}"
                                                          model="#{bindings.GlalClId.listOfValuesModel}"
                                                          required="#{bindings.GlalClId.hints.mandatory}"
                                                          columns="#{bindings.GlalClId.hints.displayWidth}"
                                                          shortDesc="#{bindings.GlalClId.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues7}">
                                      <f:validator binding="#{bindings.GlalClId.validator}"/>
                                    </af:inputListOfValues>
                                    <af:inputText value="#{bindings.GlalClassDesc.inputValue}"
                                                  label="#{bindings.GlalClassDesc.hints.label}"
                                                  required="#{bindings.GlalClassDesc.hints.mandatory}"
                                                  columns="#{bindings.GlalClassDesc.hints.displayWidth}"
                                                  maximumLength="#{bindings.GlalClassDesc.hints.precision}"
                                                  shortDesc="#{bindings.GlalClassDesc.hints.tooltip}"
                                                  partialTriggers="glalClIdId"
                                                  binding="#{pageFlowScope.managedbean_GeneralLedger.it45}"
                                                  id="it45">
                                      <f:validator binding="#{bindings.GlalClassDesc.validator}"/>
                                    </af:inputText>
                                    <af:selectOneChoice value="#{bindings.GlalOptType.inputValue}"
                                                        label="#{bindings.GlalOptType.label}"
                                                        required="#{bindings.GlalOptType.hints.mandatory}"
                                                        shortDesc="#{bindings.GlalOptType.hints.tooltip}"
                                                        binding="#{pageFlowScope.managedbean_GeneralLedger.soc4}"
                                                        id="soc4">
                                      <f:selectItems value="#{bindings.GlalOptType.items}"
                                                     binding="#{pageFlowScope.managedbean_GeneralLedger.si4}"
                                                     id="si4"/>
                                    </af:selectOneChoice>
                                    <af:selectOneChoice value="#{bindings.GlalStatus.inputValue}"
                                                        label="#{bindings.GlalStatus.label}"
                                                        required="#{bindings.GlalStatus.hints.mandatory}"
                                                        shortDesc="#{bindings.GlalStatus.hints.tooltip}"
                                                        binding="#{pageFlowScope.managedbean_GeneralLedger.soc5}"
                                                        id="soc5">
                                      <f:selectItems value="#{bindings.GlalStatus.items}"
                                                     binding="#{pageFlowScope.managedbean_GeneralLedger.si5}"
                                                     id="si5"/>
                                    </af:selectOneChoice>
                                    <af:selectBooleanCheckbox value="#{bindings.GlalBudFlag.inputValue}"
                                                              label="#{bindings.GlalBudFlag.label}"
                                                              shortDesc="#{bindings.GlalBudFlag.hints.tooltip}"
                                                              binding="#{pageFlowScope.managedbean_GeneralLedger.sbc4}"
                                                              id="sbc4"/>
                                    <f:facet name="footer">
                                      <af:panelGroupLayout layout="vertical"
                                                           binding="#{pageFlowScope.managedbean_GeneralLedger.pgl8}"
                                                           id="pgl8">
                                        <af:commandButton text="Commit"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.cb29}"
                                                          id="cb29"
                                                          actionListener="#{bindings.Commit.execute}"
                                                          disabled="#{!bindings.Commit.enabled}"/>
                                      </af:panelGroupLayout>
                                    </f:facet>
                                  </af:panelFormLayout>
                                </af:dialog>
                              </af:popup>
                              <af:commandButton actionListener="#{bindings.Delete6.execute}"
                                                text="Delete6"
                                                disabled="#{!bindings.Delete6.enabled}"
                                                binding="#{pageFlowScope.managedbean_GeneralLedger.cb24}"
                                                id="cb24"/>
                            </af:group>
                          </f:facet>
                          remaing code continues another post.
    Edited by: Erp on Oct 12, 2011 4:55 AM

    remaing code
    <af:panelCollection binding="#{pageFlowScope.managedbean_GeneralLedger.pc7}"
                                              id="pc7" styleClass="AFStretchWidth"
                                              inlineStyle="width:100.0%;">
                            <f:facet name="menus"/>
                            <f:facet name="toolbar"/>
                            <f:facet name="statusbar"/>
                            <af:table value="#{bindings.GlLvlAccounts1.collectionModel}"
                                      var="row"
                                      rows="#{bindings.GlLvlAccounts1.rangeSize}"
                                      emptyText="#{bindings.GlLvlAccounts1.viewable ? 'No data to display.' : 'Access Denied.'}"
                                      fetchSize="#{bindings.GlLvlAccounts1.rangeSize}"
                                      rowBandingInterval="0"
                                      filterModel="#{bindings.GlLvlAccountsVOCriteriaQuery.queryDescriptor}"
                                      queryListener="#{bindings.GlLvlAccountsVOCriteriaQuery.processQuery}"
                                      filterVisible="true" varStatus="vs"
                                      selectedRowKeys="#{bindings.GlLvlAccounts1.collectionModel.selectedRow}"
                                      selectionListener="#{bindings.GlLvlAccounts1.collectionModel.makeCurrent}"
                                      rowSelection="single"
                                      binding="#{pageFlowScope.managedbean_GeneralLedger.t7}"
                                      id="t7" columnStretching="column:c48"
                                      styleClass="AFStretchWidth"
                                      inlineStyle="width:100.0%;"
                                      partialTriggers=":::q1 :::cb22 :::cb23 :::cb24 :::cb25 :::cb26 :::cb27 :::cb28">
                              <af:column sortProperty="GlalPlant" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalPlant.label}"
                                         id="c47">
                                <af:inputListOfValues id="glalPlantId"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalPlant.label}"
                                                      value="#{row.bindings.GlalPlant.inputValue}"
                                                      model="#{row.bindings.GlalPlant.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalPlant.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalPlant.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalPlant.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalPlant.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalPlantDesc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalPlantDesc.label}"
                                         id="c38">
                                <af:inputText value="#{row.bindings.GlalPlantDesc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalPlantDesc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalPlantDesc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalPlantDesc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalPlantDesc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalPlantDesc.tooltip}"
                                              id="it35">
                                  <f:validator binding="#{row.bindings.GlalPlantDesc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalLvl1" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl1.label}"
                                         id="c46">
                                <af:inputListOfValues id="glalLvl1Id"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalLvl1.label}"
                                                      value="#{row.bindings.GlalLvl1.inputValue}"
                                                      model="#{row.bindings.GlalLvl1.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalLvl1.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalLvl1.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl1.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalLvl1.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalLvl1Desc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl1Desc.label}"
                                         id="c43">
                                <af:inputText value="#{row.bindings.GlalLvl1Desc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalLvl1Desc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalLvl1Desc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalLvl1Desc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalLvl1Desc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl1Desc.tooltip}"
                                              id="it33">
                                  <f:validator binding="#{row.bindings.GlalLvl1Desc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalLvl2" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl2.label}"
                                         id="c45">
                                <af:inputListOfValues id="glalLvl2Id"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalLvl2.label}"
                                                      value="#{row.bindings.GlalLvl2.inputValue}"
                                                      model="#{row.bindings.GlalLvl2.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalLvl2.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalLvl2.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl2.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalLvl2.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalLvl2Desc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl2Desc.label}"
                                         id="c35">
                                <af:inputText value="#{row.bindings.GlalLvl2Desc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalLvl2Desc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalLvl2Desc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalLvl2Desc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalLvl2Desc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl2Desc.tooltip}"
                                              id="it29">
                                  <f:validator binding="#{row.bindings.GlalLvl2Desc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalLvl3" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl3.label}"
                                         id="c41">
                                <af:inputListOfValues id="glalLvl3Id"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalLvl3.label}"
                                                      value="#{row.bindings.GlalLvl3.inputValue}"
                                                      model="#{row.bindings.GlalLvl3.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalLvl3.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalLvl3.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl3.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalLvl3.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalLvl3Desc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl3Desc.label}"
                                         id="c37">
                                <af:inputText value="#{row.bindings.GlalLvl3Desc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalLvl3Desc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalLvl3Desc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalLvl3Desc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalLvl3Desc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl3Desc.tooltip}"
                                              id="it32">
                                  <f:validator binding="#{row.bindings.GlalLvl3Desc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalLvl4" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl4.label}"
                                         id="c34">
                                <af:inputListOfValues id="glalLvl4Id"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalLvl4.label}"
                                                      value="#{row.bindings.GlalLvl4.inputValue}"
                                                      model="#{row.bindings.GlalLvl4.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalLvl4.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalLvl4.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl4.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalLvl4.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalLvl4Desc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalLvl4Desc.label}"
                                         id="c42">
                                <af:inputText value="#{row.bindings.GlalLvl4Desc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalLvl4Desc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalLvl4Desc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalLvl4Desc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalLvl4Desc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalLvl4Desc.tooltip}"
                                              id="it30">
                                  <f:validator binding="#{row.bindings.GlalLvl4Desc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalAcct" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalAcct.label}"
                                         id="c33">
                                <af:inputListOfValues id="glalAcctId"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalAcct.label}"
                                                      value="#{row.bindings.GlalAcct.inputValue}"
                                                      model="#{row.bindings.GlalAcct.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalAcct.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalAcct.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalAcct.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalAcct.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalAcctDesc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalAcctDesc.label}"
                                         id="c44">
                                <af:inputText value="#{row.bindings.GlalAcctDesc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalAcctDesc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalAcctDesc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalAcctDesc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalAcctDesc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalAcctDesc.tooltip}"
                                              id="it34">
                                  <f:validator binding="#{row.bindings.GlalAcctDesc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalDesc1" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalDesc1.label}"
                                         id="c28">
                                <af:inputText value="#{row.bindings.GlalDesc1.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalDesc1.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalDesc1.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalDesc1.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalDesc1.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalDesc1.tooltip}"
                                              id="it36">
                                  <f:validator binding="#{row.bindings.GlalDesc1.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalClId" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalClId.label}"
                                         id="c36">
                                <af:inputListOfValues id="glalClIdId"
                                                      popupTitle="Search and Select: #{bindings.GlLvlAccounts1.hints.GlalClId.label}"
                                                      value="#{row.bindings.GlalClId.inputValue}"
                                                      model="#{row.bindings.GlalClId.listOfValuesModel}"
                                                      required="#{bindings.GlLvlAccounts1.hints.GlalClId.mandatory}"
                                                      columns="#{bindings.GlLvlAccounts1.hints.GlalClId.displayWidth}"
                                                      shortDesc="#{bindings.GlLvlAccounts1.hints.GlalClId.tooltip}">
                                  <f:validator binding="#{row.bindings.GlalClId.validator}"/>
                                </af:inputListOfValues>
                              </af:column>
                              <af:column sortProperty="GlalClassDesc"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalClassDesc.label}"
                                         id="c39">
                                <af:inputText value="#{row.bindings.GlalClassDesc.inputValue}"
                                              label="#{bindings.GlLvlAccounts1.hints.GlalClassDesc.label}"
                                              required="#{bindings.GlLvlAccounts1.hints.GlalClassDesc.mandatory}"
                                              columns="#{bindings.GlLvlAccounts1.hints.GlalClassDesc.displayWidth}"
                                              maximumLength="#{bindings.GlLvlAccounts1.hints.GlalClassDesc.precision}"
                                              shortDesc="#{bindings.GlLvlAccounts1.hints.GlalClassDesc.tooltip}"
                                              id="it37">
                                  <f:validator binding="#{row.bindings.GlalClassDesc.validator}"/>
                                </af:inputText>
                              </af:column>
                              <af:column sortProperty="GlalOptType"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalOptType.label}"
                                         id="c48">
                                <af:selectOneChoice value="#{row.bindings.GlalOptType.inputValue}"
                                                    label="#{row.bindings.GlalOptType.label}"
                                                    required="#{bindings.GlLvlAccounts1.hints.GlalOptType.mandatory}"
                                                    shortDesc="#{bindings.GlLvlAccounts1.hints.GlalOptType.tooltip}"
                                                    id="soc2">
                                  <f:selectItems value="#{row.bindings.GlalOptType.items}"
                                                 id="si2"/>
                                </af:selectOneChoice>
                              </af:column>
                              <af:column sortProperty="GlalStatus" filterable="true"
                                         sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalStatus.label}"
                                         id="c27">
                                <af:selectOneChoice value="#{row.bindings.GlalStatus.inputValue}"
                                                    label="#{row.bindings.GlalStatus.label}"
                                                    required="#{bindings.GlLvlAccounts1.hints.GlalStatus.mandatory}"
                                                    shortDesc="#{bindings.GlLvlAccounts1.hints.GlalStatus.tooltip}"
                                                    id="soc3">
                                  <f:selectItems value="#{row.bindings.GlalStatus.items}"
                                                 id="si3"/>
                                </af:selectOneChoice>
                              </af:column>
                              <af:column sortProperty="GlalBudFlag"
                                         filterable="true" sortable="true"
                                         headerText="#{bindings.GlLvlAccounts1.hints.GlalBudFlag.label}"
                                         id="c40">
                                <af:selectBooleanCheckbox value="#{row.bindings.GlalBudFlag.inputValue}"
                                                          label="#{row.bindings.GlalBudFlag.label}"
                                                          shortDesc="#{bindings.GlLvlAccounts1.hints.GlalBudFlag.tooltip}"
                                                          id="sbc3"/>
                              </af:column>
                            </af:table>
                          </af:panelCollection>
                        </af:panelBox>
                      </af:showDetailItem>i deleted this af:query n af:table .
    and do the same. but problem is still exist.

  • Changes  are not reflecting in the table control in 2nd time

    Hi,
        In BSP Portal Asset management page, General,cost center, allocations ..etc tabs are there.and i have maintain button also in this page
    After filling all these things, when i  click the maintain button , the mandatory fields [General,costcenter,Eval1,Eval2]are displaying in the tablecontrol popup window,
    In the tablecontrol popup whatever i selected ,it is displaying fine..
              In the popup,save buttons is there.Once if i clicked the save button, popup will vanish and datas are stored in the internal table.and again it will come to portal main page.Now if i select the different values in the allocations dropdown, old vales are displaying in the tablecontrol popup. new dropdown values are not diaplying in the popup.what can i do?
    This is my code: popupdisplay.htm
    ==============
    <%
    * DATE CHANGE.....: 20/07/2007                                         *
    * AUTHOR..........: Mohan Pitchaimani (inmpi0)                         *
    * CHANGE DESCR....: DIsplay the popup when clicking the maintainbutton *
    * R/3 RELEASE...  : 2.1                                                *
    * MODIFICATION ID : MOD-001                                            *
    * RIFE/TPR/SCR No.: FSSE698 BSP Asset Mass Creation BSP Request form   *                                                *
    * RT/TRANSPORT....: 12403 / D94K969999                                 *
    %>
    <%--********************Begin of changes mod-001 on 20/07/2007 *****************--%>
    <%@page language="abap"%>
    <%@extension name="bsp" prefix="bsp" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <%@ extension name="/DS1/mdm" prefix="mdm" %>
    <%
    data :
            lt_columns     type /DS1/MDM_tt_table_control,
            ls_column      type /DS1/MDM_ms_table_control,
            l_onload       type string,
            lr_field       type ref to  /ds1/cl_mdm_bspfield_services,
            lw_maintain    type /ds1/fss_ms_popup,
            l_editable     type char1,
            lt_drop        type /ds1/mdm_tt_dropdowns,
            ls_sc          type /DS1/MDM_MS_F4_SEARCH_CRITERA,
            ls_rmap        type /DS1/MDM_MS_F4_RESULTS_MAP,
            ls_drop        type /ds1/mdm_ms_dropdown,
            l_number       type int4.
    %>
    <%--********************Close the window **************************************** --%>
    <%  data: event TYPE REF TO CL_HTMLB_EVENT.
              event = CL_HTMLB_MANAGER=>get_event( runtime->server->request ).
    %>
    <%
      if event is not initial.
        CASE event->id.
      WHEN 'con'.
    %>
    <script language="javascript">
    self.close();
    </script>
    <% endcase.
       endif.
    %>
    <%--************************ Popupdisplay ***************************************** --%>
    <htmlb:content design        = "design2002+design2003"
                   rtlAutoSwitch = "true"
                   forceEncode   = "ENABLED" >
    <htmlb:page title = "Maintain fields should be different from similar assets">
    <script type="text/javascript" language="JavaScript" src="../MDM_GENERIC/Javascript/MDM_Generic.js"></script>
    <%@ include file = "asst_scripts_change.htm" %>
    <%@ include file = "../MDM_GENERIC/TableControlStyleInclude.xml" %>
    <%   delete controller->r_asset_data->T_MAINTAIN where TXT50 = space. %>
    <% if controller->r_asset_data->t_maintain is  initial.
         lw_maintain-TXT50 = controller->r_asset_data->w_generaldata-DESCRIPT.
         lw_maintain-INVNR = controller->r_asset_data->w_generaldata-INVENT_NO.
         lw_maintain-kostl = controller->r_asset_data->w_timedependantdata-costcenter.
         lw_maintain-ORD41 = controller->r_asset_data->w_allocations-EVALGROUP1.
         lw_maintain-ORD42 = controller->r_asset_data->w_allocations-EVALGROUP2.
         lw_maintain-ORD43 = controller->r_asset_data->w_allocations-EVALGROUP3.
         lw_maintain-ORD44 = controller->r_asset_data->w_allocations-EVALGROUP4.
         lw_maintain-GDLGRP = controller->r_asset_data->w_allocations-EVALGROUP5.%>
    <%--******************** Appending the maintained values *************************** --%>
    <%
            if controller->r_asset_data->G_NO_ASSETS NE space.
                clear l_number.
                DO controller->r_asset_data->G_NO_ASSETS TIMES.
                    l_number = l_number + 1.
                    lw_maintain-SERNR = l_number.
                    APPEND lw_maintain TO controller->r_asset_data->t_maintain.
                ENDDO.
            else.
                DO controller->r_asset_data->g_no_similarsubno TIMES.
                    APPEND lw_maintain TO controller->r_asset_data->t_maintain.
                ENDDO.
            endif.
            controller->G_POPUP_FLAG = 'X'.
        endif.
    %>
    <%--******************** VAlidations for the Requester and Approver screen *************************** --%>
    <% if  controller->ms_request_header-req_status = '00'.
        ls_column-columnname = 'SERNR'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
    endif. %>
    <% if  controller->ms_request_header-req_status = '05'.
        ls_column-columnname = 'SERNR'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'TXT50'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'INVNR'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'KOSTL'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
    endif. %>
    <% if  controller->ms_request_header-req_status = '06'.
         ls_column-columnname = 'SERNR'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'TXT50'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'INVNR'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'KOSTL'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'ORD41'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'ORD42'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'ORD43'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'ORD44'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
        ls_column-columnname = 'GDLGRP'.
        ls_column-no_edit = 'X'.     
        append ls_column to lt_columns.
        clear ls_column.
    endif.
    %>
    <% if  controller->ms_request_header-req_status = '00'. %>
      <html>
    <body>
      <p>
        You can Maintain/Edit details of Similar Assets/Similar Sub - Assets . Click confirm to maintain the entries
    </p>
    </body>
    </html>
    <%    elseif controller->ms_request_header-req_status <> '00'. %>
    <html>
    <body>
      <p>You can view details of of Similar Assets/Similar Sub - Assets.
    </p>
    </body>
    </html>
    <% endif.%>
    <htmlb:form id='frmMain' >
       <htmlb:group>
       <htmlb:groupBody>
       <htmlb:gridLayout columnSize ="2"
                      rowSize    ="15"
                      width      ="150%">
       <htmlb:gridLayoutCell columnIndex="2" rowIndex="1" horizontalAlignment="left" verticalAlignment="top" width="200" wrapping="false">
       <%
      ls_column-columnname     = 'TXT50'.
      ls_column-input_type     = '1'.
      ls_column-data_type      = '1'.
      APPEND ls_column TO lt_columns.
      CLEAR ls_column.
      ls_column-columnname     = 'INVNR'.
      ls_column-input_type     = '1'.
      ls_column-data_type      = '1'.
      APPEND ls_column TO lt_columns.
      CLEAR ls_column.
    * build F4 Search sceen
      ls_sc-field_name = 'KOKRS'.
      ls_sc-data_element = 'KOKRS'.
      ls_sc-f4_from_data_element = 'X'.
      ls_sc-value = 'OP01'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'BUKRS'.
      ls_sc-data_element = 'BUKRS'.
      ls_sc-f4_values =  /DS1/CL_MDM_F4_VALUES=>GET_VALUES_FOR_COCE_COMPANY( ).
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'KOSTL'.
      ls_sc-data_element = 'KOSTL'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'KOSAR'.
      ls_sc-data_element = 'KOSAR'.
      ls_sc-f4_from_data_element = 'X'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'VERAK'.
      ls_sc-data_element = 'VERAK'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'LTEXT'.
      ls_sc-data_element = 'KLTXT'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'SPRAS'.
      ls_sc-data_element = 'SPRAS'.
      ls_sc-f4_values = /DS1/CL_MDM_F4_VALUES=>GET_VALUES_FOR_LANGU( ).
      ls_sc-value = sy-langu.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'TELX1'.
      ls_sc-data_element = 'TELX1'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'FUNC_AREA'.
      ls_sc-data_element = 'FKBER'.
      ls_sc-f4_from_data_element = 'X'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'PRCTR'.
      ls_sc-data_element = 'PRCTR'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
      ls_sc-field_name = 'REGIO'.
      ls_sc-data_element = 'REGIO'.
      append ls_sc to ls_column-lookup_params-searchcriteria.
      clear: ls_sc.
    * set parameters for f4 lookup
      ls_column-lookup_params-POPUPHEIGHT = '550'.
      ls_column-lookup_params-POPUPWIDTH = '750'.
      ls_column-lookup_params-SEARCHMAXRESULTS = '500'.
      ls_column-lookup_params-SEARCHRESULTSKEY = 'KOSTL'.
      ls_column-lookup_params-SEARCHTABLE = 'CSKS'.
    * Set Column for Cost center
      ls_column-columnname     = 'KOSTL'.
      ls_column-input_type     = '4'.
      ls_column-data_type      = '1'.
      ls_column-tooltip_fom_de = 'X'.
      ls_column-scrollable     = ' '.
      ls_column-length         = '15'.
      ls_column-maxlength      = '15'.
      ls_column-halign         = 'RIGHT'.
      ls_column-valign         = 'TOP'.
      APPEND ls_column TO lt_columns.
      CLEAR ls_column.
    * Set Column for Evaluation group 1
          ls_drop-dropdown_id = 'evlg1'.
          ls_drop-values_tab = /DS1/CL_MDM_F4_VALUES=>GET_VALUES_FOR_EVALGRP1( im_group = '1'
                                      im_bukrs = controller->R_ASSET_DATA->W_KEY-COMPANYCODE ).
          append ls_drop to lt_drop.
          ls_column-columnname     = 'ORD41'.
          ls_column-input_type     = '2'.
          ls_column-DROPDOWN_ID     = 'evlg1'.
          APPEND ls_column TO lt_columns.
          CLEAR ls_column.
    * Set Column for Evaluation group 2
          ls_drop-dropdown_id = 'evlg2'.
          ls_drop-values_tab = /DS1/CL_MDM_F4_VALUES=>GET_VALUES_FOR_EVALGRP1( im_group = '2'
                                     im_bukrs = controller->R_ASSET_DATA->W_KEY-COMPANYCODE ).
          append ls_drop to lt_drop.
          ls_column-columnname     = 'ORD42'.
          ls_column-input_type     = '2'.
          ls_column-DROPDOWN_ID     = 'evlg2'.
          APPEND ls_column TO lt_columns.
          CLEAR ls_column.
    * Set Column for Evaluation group 3
      ls_drop-dropdown_id = 'evlg3'.
      ls_drop-values_tab = /DS1/CL_MDM_F4_VALUES=>GET_VALUES_FOR_EVALGRP1( im_group = '3'
                                     im_bukrs = controller->R_ASSET_DATA->W_KEY-COMPANYCODE ).
      append ls_drop to lt_drop.
      ls_column-columnname     = 'ORD43'.
      ls_column-input_type     = '2'.
      ls_column-DROPDOWN_ID     = 'evlg3'.
      APPEND ls_column TO lt_columns.
      CLEAR ls_column.
    * Set Column for Evaluation group 4
      ls_drop-dropdown_id = 'evlg4'.
      ls_drop-values_tab = /DS1/CL_MDM_F4_VALUES=>GET_VALUES_FOR_EVALGRP1( im_group = '4'
                                     im_bukrs = controller->R_ASSET_DATA->W_KEY-COMPANYCODE ).
      append ls_drop to lt_drop.
      ls_column-columnname     = 'ORD44'.
      ls_column-input_type     = '2'.
      ls_column-DROPDOWN_ID     = 'evlg4'.
      APPEND ls_column TO lt_columns.
      CLEAR ls_column.
    * Set Column for Evaluation group 5
      ls_drop-dropdown_id = 'evlg5'.
      ls_drop-values_tab = controller->GET_VALUES_FOR_EVALGRP5( im_bukrs = controller->R_ASSET_DATA->W_KEY-COMPANYCODE ) .
      append ls_drop to lt_drop.
      ls_column-columnname     = 'GDLGRP'.
      ls_column-input_type     = '2'.
      ls_column-DROPDOWN_ID     = 'evlg5'.
      APPEND ls_column TO lt_columns.
      CLEAR ls_column.
    * Input type
    *1     Text box
    *2     Drop down
    *3     Checkbox
    *4     F4 Lookup
    *5     HTML
    *6     Text just displayed
    *7     Date
    *8     Link
    *9     Time
    * Data type
    *1     String
    *2     Numeric
    *3     Date
    *4     Time
    %>
    <%---------------- TableControl display in the popupwindow --------------------------%>
       <mdm:tableControl table="<%=controller->r_asset_data->t_maintain%>"
                               id="tv1"
                               width="650"
                               no_buttons = "X"
                               height="330"
                               columns="<%=lt_columns%>"
                               dropdowns= "<%= lt_drop %>"
                               title="Maintain Asset"    >
       </mdm:tableControl>
      </htmlb:gridLayoutCell>
      </htmlb:gridLayout>
      <input type="hidden" name="renderedtv1" value= "rendered-tv1"  />
    <%---------------- Confirm Button-------------------------------- --%>
    <htmlb:button id="con"
                   design="STANDARD"
                   width="15"
                   text = "Confirm" onClick="confirm"
                   onClientClick = "self.close()"/>
    <%---------------- Cancel Button-------------------------------- --%>
    <htmlb:button id="cancel"
                   design="STANDARD"
                   width="15"
                   text = "Cancel"
                   onClientClick = "self.close()"/>
    </htmlb:groupBody>
    </htmlb:group>
    </htmlb:form>
    </htmlb:page>
    </htmlb:content>
    <%--********************End of changes mod-001 on 20/07/2007 *****************--%>
    Message was edited by:
            Durairaj Athavan Raja
        --formatting

    Hi Mohan,
    Please use the formatting options to format ur question...!!
    Thanks,
    Tatvagna.

  • In IPhoto I changed movie dates after thumb nails were created in IMovie but the new dates are not showing up in IMovie.  Is there someway to refresh the IPhoto event in IMovie?

    Background:  I'm transferring file folders from a Visa laptop via an external hard drive to my IMac.  In the folders are photos and videos from different cameras.  SO I first tried to import to IMovie but it would not recognize any of the files.  So then I imported into IPhoto and both photos and videos were imported and I created events for each folder.  When I first opened IMovie I had to wait for it to create "thumb nails".  Then I could view the events in IMovie BUT the video clips are not together because they have vastly different dates and are mixed with videos from other events.  I looked at the dates and said I can fix that in IPhoto which i did but those new dates are not showing up in IMovie.    I think I need to somehow refresh the event data that Imovie is using but have not found how to do that in either IPhoto or IMovie. 
    I'm doing this on three events with about 100 photos and videos.  But I have many 1000s more to do so need to know how to either fix this or delete these events, reimport, change the dates, then open again in IMovie.   I'm sure that would work but I can't understand why changing the dates in IPhoto is not being reflected in IMovie.  
    Appreciate any tips or pointers.
    OBTW this is my first question as a first time Apple owner. 

    It was suggested I move this question to IPhoto or IMovie which I did. 
    Well moving to a different discussion group did not provide an answer to this question either. But what I finally did was import one batch of photos and videos into IPhoto for a given day at a time. Working with these I could change the date and times in order to get them in the original sequench taken. Then I would create an album with that batch. These would all be on the same day (IMove was closed for this phase). Then I would open IMovie, generate the thumbnails for that album, and select the album I had created. This was necessary because the importing process in IPhoto was using incorrect dates for my video so it was a real struggle finding them in IMove until I developed this approach.
    I believe that this whole process was so screwy because I was importing from an external hard drive not a camera. I had these photos on a PC and did not have the original cameras to use to import directly which I am fairly sure would have made this easier!

  • CJ20N-fields are not getting updated in table PROJ

    Hi all,
    I have a requirement where I need to transfer the WBS element data created in one system to another using IDOC.
    The idoc has generated sucessfully and was also sent/processed successfully in the recieving system but fields STSPD and STSPR are not getting poulated in table PROJ.
    In the confic I have assigned FM:IDOC_INPUT_PROJECT to the process code.
    Thanks,
    Gaurav

    Hi,
    Please check with the Customer and Material Statistics group in the Customer and material master respectively.
    Further check with the LIS settings (Sales Area combination with the Update group).
    Reward points if this helps you.
    Regards,
    Harsh

  • Sales data are not integrated in R/3

    Hello
    I use BTE DE_BALE on R/3 to integrate data coming from CRM extension (EEWB). Everythig's fine in the customer FM in R/3 : I get the extension data and I add to table CT_IDOC_DATA segment E1KNVVM with these data, but they are not updated in R/3. I try to debughow the IDoc table CT_IDOC_DATA is integrated and there seems to be a problem. I don't know which ALE configuration has to be done to integrate CRM IDocs (IDoc type seemsto be DEBMAS..). How can I check it ? Is there somewhere I can check that data are not integrated ?
    Thanks

    Hi Karuna
    Nice to have a so quick help.
    Thanks
    Below the source code of my FM :
    DATA :
      gv_partner_guid     TYPE BU_PARTNER_GUID_BAPI,
      gv_partner         TYPE BU_PARTNER,
      gv_crm_application LIKE bapimtcs-gen_chrstr VALUE 'Z1HT',
      s_eewb_saledata    TYPE ZZ1HT_BUPA_MAIN_APPEND,
      t_salesdata TYPE ZZ1HT_TABLE,
      s_salesdata LIKE  LINE OF t_salesdata,
      t_knvv TYPE STANDARD TABLE OF KNVV ,
      s_knvv LIKE LINE OF t_knvv,
      s_bapimtcs TYPE BAPIMTCS,
      t_bapimtcs TYPE STANDARD TABLE OF BAPIMTCS,
      ls_e1knvvm LIKE E1KNVVM.
      REFRESH : t_salesdata,t_knvv,t_bapimtcs.
      CLEAR : s_salesdata,s_knvv,s_eewb_saledata,gv_partner_guid,gv_partner,
              s_bapimtcs,ls_e1knvvm.
      IF sy-uname EQ 'SAGUETTA'.
        break-point.
      ELSE.
        EXIT.
      ENDIF.
      MOVE is_complex_structure-header-object_instance-bpartnerguid
      TO   gv_partner_guid.
      MOVE IS_COMPLEX_STRUCTURE-header-object_instance-bpartner
      TO gv_partner.
      LOOP AT it_bapimtcs INTO s_bapimtcs.
        APPEND s_bapimtcs TO t_bapimtcs.
      ENDLOOP.
      CALL FUNCTION 'COM_BUPA_BAPIMTCS_TO_SET'
        EXPORTING
          iv_partner_guid = gv_partner_guid
          iv_application  = gv_crm_application
        CHANGING
          ct_bapimtcs     = t_bapimtcs
          cs_set          = s_eewb_saledata.
      MOVE s_eewb_saledata-ZZ1HT_DATA TO t_salesdata.
      LOOP AT t_salesdata into s_salesdata.
        CALL FUNCTION 'PI_BP_INIT_IDOC_STRUCTURES'
          IMPORTING
            ES_E1KNVVM = LS_E1KNVVM
          EXCEPTIONS
            OTHERS     = 0.
        MOVE s_salesdata-data_key-salesdom(4) TO LS_E1KNVVM-vkorg.
        MOVE s_salesdata-data_key-salesdom+4(2) TO LS_E1KNVVM-vtweg.
        MOVE s_salesdata-data_key-salesdom+6(2) TO LS_E1KNVVM-spart.
        MOVE s_salesdata-data-perfk TO LS_E1KNVVM-perfk.
        MOVE s_salesdata-data-lprio TO LS_E1KNVVM-lprio.
        CT_IDOC_DATA-MANDT = sy-mandt.
        ls_e1knvvm-msgfn = '004'.
        CT_IDOC_DATA-SEGNAM = 'E1KNVVM'.
        CT_IDOC_DATA-SDATA  = ls_e1knvvm.
        APPEND CT_IDOC_DATA.
        CLEAR ls_e1knvvm.
      ENDLOOP.

  • Event dates are not bolded by Date Navigator in Outlook 2010

    Event dates are not bolded by Date Navigator in Outlook 2010 on my own  calendar.  Events are set to busy but it is not working. View Settings > Other Settings > "Bolded dates in Date Navigator represent days containing items" is
    checked. This previously worked for 2+ years but recently stopped working. All plugins were disabled, Outlook 2010 was uninstalled and then re-installed. OST file was deleted and re-synchronized with Exchange 2007. While the OST was re-synchronizing the
    bolding worked properly but upon next restart of Outlook it went away. Another symptom is that my Scheduling Assistant does not show my free/busy times correctly in my local view. If I look at my own schedule via the Scheduling Assistant of another user, the
    free/busy times show up correctly. My webmail account also correctly shows bolded dates and free/busy suggesting that this is a local problem. Some screen shots below. Anyone have any ideas as to what I need to tweak? Using Oulook 2010 v.14.7116.500 (32-bit).
    This is not a shared calendar.

    Hi,
    If you want to completely uninstall or remove Microsoft Office 2010, we can refer to the following article to do it:
    http://office.microsoft.com/en-us/support/how-to-uninstall-or-remove-microsoft-office-2010-suites-HA104027750.aspx
    Additionally, since the issue doesn’t happen in other computers, I think the issue may be also caused by some third-party programs in your original computer. If the complete uninstallation doesn’t help for this issue, I suggest we can try to perform a clean
    boot in your Windows for more troubleshooting:
    http://support.microsoft.com/kb/929135/en-us
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Changes to order are not transferred

    Hi,
    our PPDS users are facing an issue in Product Planning Table ( transaction /sapapo/ppt1).
    When we create a planned order and convert to production orders, the system converts with out any issues.
    After some time when we drag the production order to a new time ( in DS board), fix the order, then when we save, we get the message " Changes to order 100065265 are not transferred" and the order moves back to where it was... The  # 100065265 is our production order in created status.
    Looking at the error details, I thought there are some changes to the order being done in R/3, but there were no changes to that order in R/3 at that point and the same change, if done after some time goes through...
    This is happening almost for every order and it's annoying to keep click ok on this order, wait and then reprocess again...some time we get the error multiple time before the system accepts the changes...
    Any idea on what might be happening?
    More details about the error,
    ===
    Changes to order 100065265 are not transferred
    Message no. /sapapo/cdpssimulati015
    Diagnosis:
    The changes made to the order 100065265 in SAP APO can not be transferred as the order has already been changed by the linked R/3 system
    System Response:
    If you have made minor changes to an order in SAP APO and changes to this order are simultaneously being transferred from the R/3 system, only the changes from the R/3 system are adopted. The changes you made to the order manually in SAP APO are lost
    In technical information, I see the application area as /SAPAPO/SIMULATI, MESSAGE # 015 and main program SAPLSHL2.
    Thanks,K

    Hi,
    It seems the production order details are getting updated in ECC with order related settings you maintained at ECC, like settlement profile, etc., During that time, if you try to change the production order in APO, since the ECC update for the order is not yet completed, it gives the error. Thats why after sometime, when you change the production order, it allows you to change.
    Please try this, once you convert the order in APO, go to ECC and try to open the order in CO02 or CO03, it will give you an error the order is already being processed by XXXX. If so, then it is the time taking to update the production order in ECC.
    Also, try this, once you convert the order, immediately save and after sometime you change the time.
    Please check and revert.
    Regards,
    Manimaran M.

  • SRM PO Changes are not transferred to Back end

    Hi All,
    I have a problem in PO changes.
    We are using extended classic scenario. User create PO in the portal and the PO will be transferred to the back end R/3 via RFC. Earlier in 4.7 we the PO's are updated with the changes.
    Recently we have upgraded to ECC 6.0. Now the changes are not transferable.
    Could any one help me to fix this issue and please give the steps that i need to check for fixing it.
    Regards
    Pratap J

    Hi Thaigo,
    Thanks for your input. please go through the below.
    These are the table entries in BBP_BACKEND_DEST
    Client Logical system Destination                        System type RFC possible Local FI validation
    500    EP1CLNT500     EP1CLNT500                         EBP_5.0                  X      0
    500    RP1CLN500D     RP1CLNT500DIAG                     R/3_4.70    X                   0
    500    RP1CLNT500     RP1CLNT500                         R/3_4.70    X                   0
    In the table, it was still 4.70. So it needs to changed to ERP_4.0 ?
    Regards
    Pratap J

  • Datas are not coming from top to bottom in collumn

    Hiiiii
    I am moving my data from itab to itab1.
    And in itab1 datas are not started from top of the collumn for each a/c no.
    A/CNO|AB|DZ|RV|SA
    00001|00 |000|00 |10
    00001|00 |000|00 |15
    00001|00 |000|020|000
    00002|00 |15 |000 |00
    00002|21 |00 |000 |00
    00002|00 |25 |000 |00
    00002|00 |00 |000 |17
    what should i do to start my data from top of the collumn.
    Thanks in advance.
    Edited by: sanket sagar on Mar 17, 2011 8:14 AM

    Hi,
    Let me add some more comments in your code.
    LOOP AT IT_BKPF INTO WA_BKPF.
    IF SY-SUBRC = 0.    - do not use this statement. instead of this u can use a condition for a particular record. ( Eg: if wa_bkpf-belnr is not initial.)
    MOVE-CORRESPONDING WA_BKPF TO WA_FINAL.
    ENDIF.
    READ TABLE IT_BSEG INTO WA_BSEG WITH KEY BELNR = WA_BKPF-BELNR
    BUKRS = WA_BKPF-BUKRS
    GJAHR = WA_BKPF-GJAHR.
    IF WA_BSEG-SHKZG = 'H'.
    WA_BSEG-PSWBT = WA_BSEG-PSWBT * -1.
    ENDIF.
    IF SY-SUBRC = 0.
    MOVE-CORRESPONDING WA_BSEG TO WA_FINAL.
    ENDIF.
    APPEND WA_FINAL TO IT_FINAL.
    ENDLOOP.
    I think the above loop-endloop will get all the belnrs, and their related info to the final internal table.
    SORT IT_FINAL BY SAKNR BLART.
    LOOP AT IT_FINAL.
    IF WA_FINAL-BLART = 'AB'
    MOVE WA_FINAL-PSWBT TO WA_FINAL-PSWBT1.
    ENDIF.
    AND SAME FOR ALL DOC TYPES.
    ENDLOOP.
    SORT IT_FINAL BY HKONT .
    What is the structure of the internal table.
    If my understanding is correct, you want to populate a table as below.
    For every HKONT, populate the Document types (BLART) and their corresponding amounts like below.
    HKONT1 - AB - 1000
    HKONT1 - BC - 2000
    HKONT3 - CD - 2000
    Please correct it if your problem is something different.

  • After editing file in ACR 8.6 (Mac) , the file (NEF and XMP) modification dates are not updated

    With both my Mac's, reset Photoshop C  (2014) to previous version 2014.0. Now find that after editing file in ACR 8.6 (Mac) , the file (NEF and XMP) modification dates are not updated. Reloaded camera raw, etc., but still find modification dates are not updated, either using Finder or using Bridge to view dates. Editing other files, PSD, DNG, TIFF, etc., are updated and the information is correctly displayed.

    Ok, not entirely sure what I did but it's now working (Bizarre!). The only thing I did was 'eject' the ACR 8.6 .dmg file from the finder side bar and restart PS CC, so that may have been where I was going wrong all along!
    However, I now have another issue in that there is no preview of the shot in Finder on my iMac when I highlight the NEF file. I assume this is simply because Apple haven't yet released an update for the new D810 NEF files and so the computer doesn't know what it's looking at?!?
    If anyone has any other ideas though, then I'm more than willing to listen.
    Thanks again.

Maybe you are looking for