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.

Similar Messages

  • Ini_trans and max_trans are not displaying on tables

    Hi Experts,
    When i am firing below query, It's not displaying ini_trans and max_trans. I know there are certain default values are set by oracle for these.
    SQL> select  table_name,ini_trans,max_trans from dba_TABLES Where table_name='MESSAGE';
    TABLE_NAME INI_TRANS MAX_TRANS
    MESSAGE
    Complete Table Structure is as follows
    ========================
    CREATE TABLE "ORCL"."MESSAGE"
    ( "ID" NUMBER(20,0),
    "NAME" VARCHAR2(128),
    "CLASSNAME" VARCHAR2(256),
    "DESCRIPTION" VARCHAR2(1000),
    "OWNER" NUMBER(10,0),
    "TYPE" VARCHAR2(64),
    "STATE" VARCHAR2(256),
    "STATUS" VARCHAR2(256),
    "CREATEDBY" VARCHAR2(64),
    "DTTMCREATED" TIMESTAMP (3),
    "LASTUPDATEDBY" VARCHAR2(64),
    "DTTMLASTUPDATED" TIMESTAMP (3),
    "INUSEBY" VARCHAR2(64),
    "INUSEID" NUMBER(20,0),
    "INUSESINCE" TIMESTAMP (3),
    "VERSION" NUMBER(20,0),
    "REVISION" NUMBER(20,0),
    "ARCHIVEDAY" VARCHAR2(32),
    "APPLREF" VARCHAR2(64),
    "APPLSTATUS" VARCHAR2(64),
    "PRIORITY" NUMBER(10,0),
    "FORM" NUMBER(20,0),
    "FORMNAME" VARCHAR2(128),
    "STP" NUMBER(1,0),
    "SERVICE" NUMBER(20,0),
    "SERVICENAME" VARCHAR2(128),
    "STAGE" VARCHAR2(64),
    "STAGEINDEX" NUMBER(10,0),
    "STAGEREVERSE" NUMBER(1,0),
    "STAGECOMPLETE" VARCHAR2(256),
    "STAGEREQUIRED" VARCHAR2(256),
    "STAGENEWTRANSACTION" VARCHAR2(256),
    "STAGESTP" VARCHAR2(256),
    "PRIORITYGROUP" VARCHAR2(32),
    "INSTANCEID" NUMBER(10,0),
    "DTTM" TIMESTAMP (3),
    CONSTRAINT "MESSAGE_PK" PRIMARY KEY ("ID", "ARCHIVEDAY")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "PART_FUTURE"
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 131072 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "STP_DATA" ,
    PARTITION "PART_DEFAULT"
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "STP_DATA" ) ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "STP_DATA"
    PARTITION BY LIST ("ARCHIVEDAY")
    (PARTITION "PART_FUTURE" VALUES ('0')
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(INITIAL 2097152 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "STP_DATA" NOCOMPRESS ,
    PARTITION "PART_DEFAULT" VALUES ('1', null)
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(INITIAL 458752 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "STP_DATA" NOCOMPRESS ) ENABLE ROW MOVEMENT
    Could you please let me know why Oracle not displaying its default values? Oracle version is 11.1.0.7.0

    This is a partitioned table. Check DBA_TAB_PARTITIONS. INI_TRANS and MAX_TRANS are defined at partition/subpartition levele as and where applicable.
    Thanks,
    Joy

  • Items are not displayed --- REUSE_ALV_HIERSEQ_LIST_DISPLAY

    Hi experts,
    i'm stuck in this weird problem.
    Items (it_items) are not displayed in table. I've cheked with debugger and it_items contains lines.
    Thanks in advance.
    REPORT  z_hier.
    TYPE-POOLS: slis.
    DATA: fieldcatalog TYPE slis_t_fieldcat_alv.
    DATA: it_header LIKE STANDARD TABLE OF zvend_header WITH HEADER LINE,
          it_items LIKE STANDARD TABLE OF zvend_items WITH HEADER LINE,
          g_tabname_header TYPE slis_tabname,
          g_tabname_item   TYPE slis_tabname,
          gs_keyinfo TYPE slis_keyinfo_alv.
    PARAMETERS: lifnr LIKE lfa1-lifnr.
    INITIALIZATION.
      CLEAR gs_keyinfo.
      gs_keyinfo-header01 = 'LIFNR'.
      gs_keyinfo-item01   = 'IDNLF'.
      g_tabname_header = 'it_header'.
      g_tabname_item   = 'it_items'.
    START-OF-SELECTION.
      PERFORM retrieve_data.
    END-OF-SELECTION.
      PERFORM build_fieldcatalog.
      PERFORM display_list.
    FORM build_fieldcatalog.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
      EXPORTING
    *   I_PROGRAM_NAME               =
        i_internal_tabname           = g_tabname_header
        i_structure_name             = 'ZVEND_HEADER'
        i_client_never_display       = 'X'
    *   I_INCLNAME                   =
    *   I_BYPASSING_BUFFER           =
    *   I_BUFFER_ACTIVE              =
        CHANGING
          ct_fieldcat                  = fieldcatalog
      EXCEPTIONS
         inconsistent_interface       = 1
         program_error                = 2
         OTHERS                       = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
      EXPORTING
    *   I_PROGRAM_NAME               =
        i_internal_tabname           = g_tabname_item
        i_structure_name             = 'ZVEND_ITEMS'
        i_client_never_display       = 'X'
    *   I_INCLNAME                   =
    *   I_BYPASSING_BUFFER           =
    *   I_BUFFER_ACTIVE              =
        CHANGING
          ct_fieldcat                  = fieldcatalog
      EXCEPTIONS
         inconsistent_interface       = 1
         program_error                = 2
         OTHERS                       = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "build_fieldcatalog

    Hi Dan M.,
    Please follow this...
    CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
        EXPORTING
         i_callback_program             = w_repid
      I_CALLBACK_PF_STATUS_SET       = ' '
      I_CALLBACK_USER_COMMAND        = ' '
         is_layout                      =  wa_layout
         it_fieldcat                    =  i_fieldcat
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
       IT_SORT                        = I_SORT
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
         it_events                      =  i_event
      IT_EVENT_EXIT                  =
          i_tabname_header               =  'i_ekpo'  <----
    Pass here header table name
          i_tabname_item                 =  'i_eket'    <----
    pass here item table name
      I_STRUCTURE_NAME_HEADER        =
      I_STRUCTURE_NAME_ITEM          =
          is_keyinfo                     =  wa_keyinfo
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
        TABLES
          t_outtab_header                =  i_ekpo   -<<----
    Pass here header internal table
          t_outtab_item                  =  i_eket     <<----
    Pass here item internl table
    EXCEPTIONS
      PROGRAM_ERROR                  = 1
      OTHERS                         = 2
    for wa_keyinfo:
    You need to use common fields between header & item.
    for ex:
    wa_keyinfo-header01 = 'EBELN'.
      wa_keyinfo-item01 = 'EBELN'.
      wa_keyinfo-header02 = 'EBELP'.
      wa_keyinfo-item02 = 'EBELP'.
    Hope this can solve your problems.
    Regards,
    Tutun

  • Oracle Table Values are not displayed when tried to display with Essbase

    Hi,
    I was trying to create a report with Oracle RDB Table and Essbase by following the steps given in "Federating Essbase and Relational Data Sources in Oracle Business Intelligence Suite Enterprise Edition Plus" document at the location http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/fed_data/fed_data.html.
    I am able to see the members from the Essbase cubes and I can also see the Oracle Table values, if they are displayed individually (i.e. different reports) but when I try to get one report with Essbase values with Oracle table records then Oracle table records are not displayed and when see the query log I don't see the query for Oracle table but I see obviously MDX queries for the essbase.
    Please help.
    Regards,
    Paresh

    Hi,
    Smitha, you can defnetly use dynamic table in interactive form. I had similar problem and I acheived like follwing:Basically you have to bind the table .
    If you want to have fixed number of rows in the interactive form, then in wddoinit method bind the internal table to ur table node. for exmaple: if u want 2 rows in the form loop times . So by default when you open the form you will get two rows for the table.
    **************BIND THE ITAB ****************************
    DO 2 TIMES.
    APPEND LW_LFBK TO LT_LFBK.
    CLEAR LW_LFBK.
    ENDDO.
    CALL METHOD lo_nd_t_lfbk->bind_table
    EXPORTING
    new_items = LT_LFBK.
    If you want to have dynmic table then take a submit button in the form instead of normal button,
    in onaction submit write a loop every time you click that new submit button it should add a new row.
    use above coding in onactionsubmit instead of doinit.
    Thats it.
    Regards,
    Ravi

  • Column Heading are not displayed in ALV Report using CL_SALV_DISPLAY?

    Hi,
       I am using CL_SALV_DISPLAY class to display data. I Created an Internal Table Dynamically based fieldcatalog which was prepared based data at run time. When i displayed data using CL_SALC_DISPALY data is display in output but column headings are not displayed.
    can anyone suggest me how to display heading in ALV using CL_SALV_DISPLAY class, My code is
          CLASS lcl_report DEFINITION
    CLASS lcl_report DEFINITION.
      PUBLIC SECTION.
        METHODS:
          display  IMPORTING l_table  TYPE string
                             l_fcat   TYPE string.
    ENDCLASS.                    "lcl_report DEFINITION
          CLASS lcl_report IMPLEMENTATION
    CLASS lcl_report IMPLEMENTATION.
      METHOD display.
        DATA: gr_table   TYPE REF TO cl_salv_table.
        DATA: gr_columns TYPE REF TO cl_salv_columns_table,
              gr_column  TYPE REF TO cl_salv_column_table,
              ls_fcat    TYPE slis_fieldcat_alv.
        DATA: gr_display TYPE REF TO cl_salv_display_settings.
        DATA: l_o_functions TYPE REF TO cl_salv_functions_list,
              l_field    TYPE string.
        FIELD-SYMBOLS : <fs_table>    TYPE STANDARD TABLE,
                        <ft_fcat>     TYPE STANDARD TABLE.
    Get the ALV object refering to the output table
        ASSIGN (l_table) TO <fs_table>.
        ASSIGN (l_fcat)  TO <ft_fcat>.
        TRY.
            cl_salv_table=>factory(
              IMPORTING
                r_salv_table = gr_table
              CHANGING
                t_table      = <fs_table> ).
          CATCH cx_salv_msg.                                "#EC NO_HANDLER
        ENDTRY.
    Add basic default functionality in the ALV report
    Functions
        l_o_functions = gr_table->get_functions( ).
        l_o_functions->set_all( abap_true ).
        gr_columns = gr_table->get_columns( ).
        gr_columns->set_headers_visible( abap_true ).
    Display the list
        gr_table->display( ).
      ENDMETHOD.                    "extract
    ENDCLASS.                    "lcl_report IMPLEMENTATION
    *& start-of-selection declaration
    START-OF-SELECTION.
      PERFORM :
      get store codes
        get_storecodes    USING      p_stfile
                          CHANGING   it_t001w,
      fetching mard data
        read_mard_data,
      preparing fieldcatalog for Final Data
        create_filedcat   USING      it_t001w
                                     it_site
                          CHANGING   it_fieldcat,
      preparing structure & internal table for Final Data
        create_final_table_structure  USING  it_fieldcat,
      prepare output data
        prepare_final_data.
    *& end-of-selection declaration
    END-OF-SELECTION.
      PERFORM :
      display data
        display_data    USING l_table
                              l_fcat.
    *&      Form  get_storecodes
    FORM get_storecodes  USING    p_p_stfile
                         CHANGING p_it_t001w  LIKE it_t001w[].
      DATA  :
    internal table for RAW
      lt_raw    TYPE truxs_t_text_data,
      rs_site   LIKE LINE OF rt_site,
      l_index   LIKE sy-tabix.
      FIELD-SYMBOLS :
    field symbol for it_t001w
      <fs_t001w>   LIKE LINE OF p_it_t001w.
    calling function module to get Stores Data from File
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
          i_line_header        = 'X'
          i_tab_raw_data       = lt_raw
          i_filename           = p_p_stfile
        TABLES
          i_tab_converted_data = p_it_t001w[]
        EXCEPTIONS
          conversion_failed    = 1
          OTHERS               = 2.
      IF sy-subrc <> 0.
        EXIT.
      ENDIF.
      SORT p_it_t001w BY werks.
      CLEAR rs_site.
      rs_site-sign   = 'I'.
      rs_site-option = 'EQ'.
      rs_site-low    = p_dccode.
      APPEND rs_site TO rt_site.
      IF it_t001w[] IS NOT INITIAL.
        LOOP AT p_it_t001w ASSIGNING <fs_t001w>.
          l_index   = sy-tabix.
          CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = <fs_t001w>-werks
            IMPORTING
              output = <fs_t001w>-werks.
          MODIFY p_it_t001w FROM <fs_t001w> INDEX l_index.
          IF <fs_t001w>-werks GE s_site-low AND <fs_t001w>-werks LE s_site-high.
          append site to ranges
            CLEAR rs_site.
            rs_site-sign   = 'I'.
            rs_site-option = 'EQ'.
            rs_site-low    = <fs_t001w>-werks.
            APPEND rs_site TO rt_site.
            CONTINUE.
          ENDIF.
        ENDLOOP.
        SORT p_it_t001w BY werks.
        SORT rt_site.
      ENDIF.
    ENDFORM.                    " get_storecodes
    *&      Form  create_final_table_structure
    FORM create_filedcat   USING    p_it_t001w      LIKE it_t001w[]
                                    p_it_site       LIKE it_site[]
                           CHANGING p_it_fieldcat   LIKE it_fieldcat[].
      FIELD-SYMBOLS :
    field symbol for p_it_t001w
      <fs_t001w>     LIKE LINE OF p_it_t001w,
    field symbol for p_it_site
      <fs_site>      LIKE LINE OF p_it_site.
      DATA :
    fieldname
      l_fieldname    TYPE slis_fieldname,
    workarea for site ranges
      rs_site        LIKE LINE OF rt_site.
      CLEAR : l_fieldname, rs_site.
      l_fieldname    = p_dccode.
      PERFORM
    prepare fieldcatalog
      build_fieldcatalog USING :   'MTART'      'CHAR'        '5'  ,
                                   'MTBEZ'      'CHAR'        '25' ,
                                   'MATKL'      'CHAR'        '6'  ,
                                   'WGBEZ'      'CHAR'        '20' ,
                                   'MATNR'      'CHAR'        '18' ,
                                   'MAKTX'      'CHAR'        '30' ,
                                    l_fieldname 'CHAR'        '17' .
    create header for excel
      PERFORM create_excel_header USING  : 'Division',
                                           'Divsion Description',
                                           'MC Code',
                                           'MC Description',
                                           'Article',
                                           'Article Description',
                                            l_fieldname.
    loop for creating fieldcatalog
      LOOP AT it_site ASSIGNING <fs_site>.
        READ TABLE it_t001w ASSIGNING <fs_t001w> WITH KEY werks = <fs_site>-werks
                                                                  BINARY SEARCH.
        IF sy-subrc = 0           AND <fs_t001w> IS ASSIGNED AND
           <fs_site> IS ASSIGNED  AND <fs_site>-stock GT 0.
          CLEAR : l_fieldname, rs_site.
          l_fieldname    = <fs_site>-werks.
        prepare fieldcatalog
          PERFORM build_fieldcatalog USING : l_fieldname    'CHAR'   '17'.
        create header for excel
          PERFORM create_excel_header USING  l_fieldname  .
          CONTINUE.
        ENDIF.
      ENDLOOP.
      l_fcat  = 'it_fieldcat[]'.
    ENDFORM.                    " create_final_table_structure
    *&      Form  build_fieldcatalog
    FORM build_fieldcatalog  USING    p_fieldname      TYPE slis_fieldname
                                      p_datatype       TYPE datatype_d
                                      p_length         TYPE intlen.
      DATA : ls_fieldcat    LIKE LINE OF it_fieldcat.
      CLEAR  : ls_fieldcat.
      ls_fieldcat-fieldname   = p_fieldname.
      ls_fieldcat-datatype    = p_datatype.
      ls_fieldcat-intlen      = p_length.
      APPEND ls_fieldcat TO it_fieldcat.
    ENDFORM.                    " build_fieldcatalog
    *&      Form  create_final_table_structure
    FORM create_final_table_structure  USING    p_it_fieldcat.
    Create dynamic internal table and assign to FS
      CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
          it_fieldcatalog = it_fieldcat
        IMPORTING
          ep_table        = t_table.
      ASSIGN t_table->*  TO <ft_final>.
    ENDFORM.                    " create_final_table_structure
    *&      Form  create_excel_header
    FORM create_excel_header  USING    p_p_fieldname.
      DATA : ls_header  LIKE LINE OF it_header.
      CLEAR ls_header.
      ls_header-col_name  = p_p_fieldname.
      APPEND ls_header TO it_header.
    ENDFORM.                    " create_excel_header
    *&      Form  prepare_final_data
    FORM prepare_final_data .
      DATA          : l_matnr       LIKE g_matnr,
                      l_werks       LIKE g_werks,
                      l_index       LIKE sy-tabix.
      FIELD-SYMBOLS : <fs_mard>     LIKE LINE OF it_mard.
    Getting No. of Lines in IT_MARD internal table
      DESCRIBE TABLE it_mard LINES g_lines.
      LOOP AT it_mard ASSIGNING <fs_mard>.
        l_index    = sy-tabix.
        IF l_matnr IS INITIAL.
          l_matnr  = <fs_mard>-matnr.
          CLEAR : l_werks.
          l_werks    = <fs_mard>-werks.
          UNASSIGN : <fs_value>, <fs_final>.
        Create dynamic work area and assign to FS
          CREATE DATA t_line LIKE LINE OF <ft_final>.
          ASSIGN t_line->*   TO <fs_final>.
          ASSIGN COMPONENT 'MATNR'  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>        = <fs_mard>-matnr.
          ASSIGN COMPONENT l_werks  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>        = <fs_value> + <fs_mard>-labst.
        getting Article Type,MC & its Descriptions
          PERFORM get_other_data    USING     l_matnr
                                              l_werks.
        ELSEIF l_matnr <> <fs_mard>-matnr.
          APPEND <fs_final> TO <ft_final>.
          CLEAR l_matnr.
          l_matnr  = <fs_mard>-matnr.
          CLEAR : l_werks.
          l_werks    = <fs_mard>-werks.
          UNASSIGN : <fs_value>, <fs_final>.
        Create dynamic work area and assign to FS
          CREATE DATA t_line LIKE LINE OF <ft_final>.
          ASSIGN t_line->*   TO <fs_final>.
          ASSIGN COMPONENT 'MATNR'  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>        = <fs_mard>-matnr.
          ASSIGN COMPONENT l_werks  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>        = <fs_value> + <fs_mard>-labst.
        getting Article Type,MC & its Descriptions
          PERFORM get_other_data    USING     l_matnr
                                             l_werks.
        ELSE.
          CLEAR : l_werks.
          l_werks    = <fs_mard>-werks.
          ASSIGN COMPONENT l_werks  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>        = <fs_value> + <fs_mard>-labst.
        ENDIF.
        IF l_index = g_lines.
          APPEND <fs_final> TO <ft_final>.
        ENDIF.
      ENDLOOP.
      l_table  = '<ft_final>[]'.
    ENDFORM.                    " prepare_final_data
    *&      Form  get_other_data
    FORM get_other_data  USING    p_l_matnr
                                  p_l_werks.
      FIELD-SYMBOLS : <fs_mara>     LIKE LINE OF it_mara,
                      <fs_t023t>    LIKE LINE OF it_t023t,
                      <fs_t134t>    LIKE LINE OF it_t134t,
                      <fs_makt>     LIKE LINE OF it_makt.
      READ TABLE it_mara ASSIGNING <fs_mara> WITH KEY matnr = p_l_matnr.   " BINARY SEARCH.
      IF sy-subrc = 0 AND <fs_mara> IS ASSIGNED.
        ASSIGN COMPONENT 'MTART'  OF STRUCTURE <fs_final> TO <fs_value>.
        <fs_value>        = <fs_mara>-mtart.
        ASSIGN COMPONENT 'MATKL'  OF STRUCTURE <fs_final> TO <fs_value>.
        <fs_value>        = <fs_mara>-matkl.
        READ TABLE it_makt  ASSIGNING <fs_makt>  WITH KEY matnr =  <fs_mara>-matnr   BINARY SEARCH.
        IF sy-subrc = 0 AND <fs_makt> IS ASSIGNED.
          ASSIGN COMPONENT 'MAKTX'  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>        = <fs_makt>-maktx.
        ENDIF.
        READ TABLE it_t023t ASSIGNING <fs_t023t> WITH KEY matkl = <fs_mara>-matkl  BINARY SEARCH.
        IF sy-subrc = 0 AND <fs_t023t> IS ASSIGNED.
          ASSIGN COMPONENT 'WGBEZ'  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>      = <fs_t023t>-wgbez.
        ENDIF.
        READ TABLE it_t134t ASSIGNING <fs_t134t> WITH KEY mtart = <fs_mara>-mtart  BINARY SEARCH.
        IF sy-subrc = 0 AND <fs_t134t> IS ASSIGNED.
          ASSIGN COMPONENT 'MTBEZ'  OF STRUCTURE <fs_final> TO <fs_value>.
          <fs_value>      = <fs_t134t>-mtbez.
        ENDIF.
      ENDIF.
    ENDFORM.                    " get_other_data
    *&      Form  display_data
          text
    FORM display_data  USING    p_l_table
                                p_l_fcat.
      DATA:
    Variable for Object Creation
      o_report TYPE REF TO lcl_report.
      CREATE OBJECT o_report.
      o_report->display( EXPORTING l_table = p_l_table
                                   l_fcat  = p_l_fcat ).
    ENDFORM.                    " display_data

    I don't know how to read the code you pasted or I would have checked this myself.
    Do your fields in the internal table reference dictionary objects or elementary types? If not using dictionary types, the column names will be blank by default. If you can't change your fields to be dictionary types, you can try this to change the column names:
    I made a method inside my local class to add the names:
            call method set_colname
              EXPORTING iv_tab = alv_tab
                        iv_colid = 'xxxx'  "fieldname from the table
                        iv_stxt = text-t54
                        iv_mtxt = text-t55
                        iv_ltxt = text-t55.
    METHOD set_colname .
      data:
              alv_cols type REF TO cl_salv_columns_table,
              alv_col type REF TO cl_salv_column.
      TRY .
    *... Change fieldnames
            call METHOD iv_tab->get_columns RECEIVING value = alv_cols.
            call method alv_cols->get_column EXPORTING columnname = iv_colid RECEIVING value = alv_col.
            IF iv_stxt <> ''.
              CALL METHOD alv_col->set_short_text EXPORTING value = iv_stxt.
            ENDIF.
            IF iv_mtxt <> ''.
              CALL METHOD alv_col->set_medium_text EXPORTING value = iv_mtxt.
            ENDIF.
            IF iv_ltxt <> ''.
              CALL METHOD alv_col->set_long_text EXPORTING value = iv_ltxt.
            ENDIF.
       CATCH cx_salv_not_found.
      ENDTRY.
    ENDMETHOD. "set_colname

  • Error message: when downloading data from 2nd display tag table

    I am using disaply tag to display data in jsp page. I am using three different section to display the data with three display tag table. The data is displaying correctlly. The display tag downlod excel sheet is working for first display tag table. When i am trying to download data from 2nd and 3rd display tag table i am getting following error:
    Exception: [.TableTag] Unable to reset response before returning exported data. You are not using an export filter. Be sure that no other jsp tags are used before display:table or refer to the displaytag documentation on how to configure the export filter (requires j2ee 1.3).
         at org.displaytag.tags.TableTag.writeExport(TableTag.java:1438)
         at org.displaytag.tags.TableTag.doExport(TableTag.java:1364)
         at org.displaytag.tags.TableTag.doEndTag(TableTag.java:1215)
         at org.apache.jsp.InstalBase_005fReport_jsp._jspService(InstalBase_005fReport_jsp.java:974)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)
    As per the Exception i don't have any jsp tag before the display tag.
    Please help me if any body has any solution for the above exception.
    Thanks in advance.
    Smruti..

    See also http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • CIN: Items are not displayed while updating the RG1 Register using T Code:

    Hi Experts,
    Items are not displayed while updating the RG1 Register using T Code: J1I5.
    System is not showing any error message.
    Can any one explain to update the RG1 Register?
    Thanks
    Chandra

    Hi,
    dont go the table again and again . the table is updated at intial stage only for stock update but not when SAP is running.
    In day to day bussiness the flow is as follows:
    Production - MB31 - to Unres stock
    Sales - VL02n - PGI - to customer - i.e out of unres stock
    Every day u can run TC J1i5 once in a day as decided and update the register so all transactions which have happend in that day gets updated i.e both input and output.
    and this will happen every day.
    hence dont use table as it is only for intial data upload i.e just before golive.
    Hope i am clear.
    krishna

  • OLE Objects are not displayed properly-overlap characters and empty page

    I'm using CR4E 12 Runtime libraries to load and view reports that are created in CR designer  v10. Some of the OLE Objects (not all) are not displayed properly.
    1) A full page contains terms and conditions as ole object is not at all displayed and just shown as black image.
    2) Some data in a table (OLE Object) shown as overlapped characters.
    Any body know the reason and is there any workaround to solve this issue?
    Thankyou very much for your time.

    Your problem seems to be with the character encoding you are using for your text.  A quick google search for ColdFusion character encoding should turn up the answer.  In case you are interested in learning more:
    http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?cont ext=ColdFusion_Documentation&file=00001201.htm
    Hope that helps!
    - Michael

  • Firefighter Config change logs / SOD logs are  not displayed..

    We are on GRC 5.3, SP8. I have configured the SUP and firefighter id's are working fine. However, I am getting the message " No match nor conflict found " when I execute the 'Configuration Change Log report' and 'SOD Violations Report' even though the we changed the configuration and FF id's executed conflicting transactions defined in RAR. ' Log data changes ' box is already activated in the following tables:
    1. Configuration (/VIRSA/ZFFCONFIG)
    2. Controllers (/VIRSA/ZFFCNTRL)
    3. Critical Tcodes (/VIRSA/ZVIRTCODE)
    4. Firefighters (/VIRSA/ZFFUSERS)
    5. Owners (/VIRSA/ZVIRFFIDS)
    6. Reason Codes (/VIRSA/ZFFRCD)
    7. Security (/VIRSA/ZVIRFFPWD)
    Still the logs are not displayed.  Thanks for your help.
    Regards,
    Raj

    Hi Raj,
    Can you check the SM37 background job../VIRSA/ZVFATBAK is running or NOT???
    Regards'
    Gangadhar

  • Images are not displaying(PHP MySQL)

    Hi,
    I've created a database table (MySQL) to store file path of images stored in a folder but the only problem is that the images are not displaying on the web page. Here's the procedure that I've used:
    -Placed the cusor at the insertion point (div).
    -Then selected 'Insert image' from the insert menu.
    -Selected 'data sources' in the select image dialogue box.
    -Selected the 'path' field in the recordset containing the image details of the images I want to display.
    -Then OK.
    Here's the code generated:
    <td colspan="3" nowrap="nowrap"><img src="<?php echo $row_rsBanner['path']; ?>" width="950" height="141"/></td>
    Here's the client side code generated:
    <td colspan="3" nowrap="nowrap"><img src="C:/xampp/htdocs/Dirwebclient/banner3A_mod.png" width="950" height="141"/></td>
    But the funniest thing is that if I pull the image as a background of the <td> (table data) it displays perfectly.
    Here's the code:
    <td colspan="3" nowrap="nowrap" background="<?php echo $row_rsBanner['path']; ?>" width="950" height="141"></td>
    Can someone please give an idea of how I can pull the image using the <img> tag and not as a background.

    Here's the source code from the browser for pulling the photo;
    <td height="126" colspan="3"><p align="center"><img src="C:/xampp/htdocs/Dirwebclient/banner3A.png" alt="jpeg" width="950" height="124" /></p></td>
    And here's the source code for the whole page (It's quite long because I had not yet mastered CSS);
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title><style type="text/css">
    <!--
    @import url("links2.css");
    body {
    background-image: url();
    background-repeat: no-repeat;
    -->
    </style>
    <link href="style1.css" rel="stylesheet" type="text/css" />
    <link href="style2.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    <!--
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    -->
    </style>
    <link href="links.css" rel="stylesheet" type="text/css" />
    <link href="copyright.css" rel="stylesheet" type="text/css" />
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    <script src="jquery-latest.pack.js" type="text/javascript"></script>
    <script src="jcarousellite_1.0.1c4.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function() {
         $(".newsticker-jcarousellite").jCarouselLite({
              vertical: true,
              hoverPause:true,
              visible: 2,
              auto:500,
              speed:1000
    </script>
    <style type="text/css">
    <!--
    a:link {
         text-decoration: none;
    a:visited {
         text-decoration: none;
    a:hover {
         text-decoration: underline;
    a:active {
         text-decoration: none;
    -->
    </style>
    <link href="links2.css" rel="stylesheet" type="text/css" />
    <link href="link2.css" rel="stylesheet" type="text/css" />
    <link href="categories.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div align="center">
      <table width="51%" height="539" border="3" align="center" bordercolor="#008FE6">
        <tr>
          <th scope="col"><table width="85%" height="518" border="1" align="center" bordercolor="#D2EEFF">
            <tr>
              <td height="126" colspan="3"><p align="center"><img src="C:/xampp/htdocs/Dirwebclient/banner3A.png" alt="jpeg" width="950" height="124" /></p></td>
            </tr>
            <tr bordercolor="#A6DDFF" bgcolor="#A6DDFF">
              <td height="26" colspan="3" bgcolor="#A6DDFF"><table width="579" border="0" align="left">
                  <tr>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=1" class="links">HOME</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=2" class="links">ABOUT US</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=3" class="links">SERVICES</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=4" class="links">CONTACTS</a></div></th>
                                    <th width="573" height="20" scope="row"><div align="left"><a href="visualindex2.php?recordID=5" class="links">BOOKING</a></div></th>
                                  </tr>
                </table>
                  <table width="220" border="0" align="right" cellpadding="0">
                    <tr>
                      <td width="248"><div align="right" class="style2">
                          <div align="center">
                            <!-- #BeginDate format:fcAm1a -->Saturday, May 19, 2012 1:07 AM<!-- #EndDate -->
                          </div>
                      </div></td>
                    </tr>
                </table></td>
            </tr>
            <tr>
              <td bordercolor="#FFFFFF" bgcolor="#D2EEFF"><table width="201" height="250" border="3" align="left" cellpadding="0" bordercolor="#7DCEFF" bgcolor="#D2EEFF">
                <tr>
                  <td width="215" height="164"><div align="left">
                      <table width="199" height="77" border="0" align="center" cellpadding="0" bordercolor="#7DCEFF">
                        <tr bgcolor="#A6DDFF">
                          <td width="215" height="35"><div align="center">
                              <span class="categories">CATEGORIES</span> </div>
                              </td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Plumbing</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Electricals</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Fittings</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Roofing</a>
                            <hr />
                          </div></td>
                        </tr>
                                            <tr>
                          <td height="36"><div align="left"><a href="visualindex2.php" class="links2">Electronics</a>
                            <hr />
                          </div></td>
                        </tr>
                                          </table>
                  </div>
                    &nbsp;</td>
                </tr>
              </table>
              <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p>&nbsp;</p></td>
              <td height="256" bordercolor="#FFFFFF"><table width="500" height="251" border="3" align="center" bordercolor="#7DCEFF">
                  <tr bordercolor="#FFFFFF">
                    <td width="469" height="247" bgcolor="#FFFFFF"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','499','height','245','src','images/slideview','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',showControls:false,frameShow:false,slideDelay:5,captionColor:#333333,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageURLs:[\'images/test2.JPG\',\'images/test.JPG\',\'images/test1.JPG\'],slideLoop:true,imageLinks:[\'http://macromedia.com/\',\'http://macromedia.com/\',\'http://macromedia.com/\'],frameColor:#333333,bgColor:#D2EEFF,imageCaptions:[],title:\'VISUAL CONCEPT MEDIA\'}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flash_component','ImageViewer.swc','movie','images/slideview' ); //end AC code
                    </script>
                      <noscript>
                      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="499" height="245">
                        <param name="flash_component" value="ImageViewer.swc" />
                        <param name="movie" value="images/slideview.swf" />
                        <param name="quality" value="high" />
                        <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionColor:#333333,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['images/test2.JPG','images/test.JPG','images/test1.JPG'],slideLoop:true,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#D2EEFF,imageCaptions:[],title:'VISUAL CONCEPT MEDIA'}" />
                        <embed src="images/slideview.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionColor:#333333,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['images/test2.JPG','images/test.JPG','images/test1.JPG'],slideLoop:true,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#D2EEFF,imageCaptions:[],title:'VISUAL CONCEPT MEDIA'}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="499" height="245"> </embed>
                      </object>
                      </noscript>                  </td>
                  </tr>
              </table></td>
              <td height="256" bgcolor="#D2EEFF"><table width="218" height="229" border="3" align="right" cellpadding="0" bordercolor="#7DCEFF" bgcolor="#EAF4F5" margin="0">
                  <tr>
                    <td width="198" height="188" bgcolor="#EAF4F5"><div id="newsticker-demo">
                      <div class="title">
                        <p class="categories">Latest News</p>
                      </div>
                      <div class="newsticker-jcarousellite">
                        <ul>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/5.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/4.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/3.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/2.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/1.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                                <li>
                            <div class="thumbnail"><img src="C:/xampp/htdocs/Dirwebclient/6.jpg" alt="jpeg" width="90" height="78" /></div>
                            <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady"></a> <span class="cat"></span> </div>
                            <div class="clear"></div>
                          </li>
                                              </ul>
                      </div>
                    </div>                <p>&nbsp;</p>
                      </td>
                  </tr>
              </table></td>
            </tr>
            <tr bgcolor="#A6DDFF">
              <td width="215" bgcolor="#D2EEFF" class="style2">&nbsp;</td>
              <td width="503" height="63" bgcolor="#A6DDFF" class="style2"><table width="479" height="61" border="0" align="center">
                  <tr>
                    <td width="558" height="57"><p align="center" class="style1">WELCOME TO VISUAL CONCEPT MEDIA</p>
                        <p align="left" class="style2">To redefine the default formatting of a specific HTML tag, select the Tag option and then enter an HTML tag in the Tag text box or select one from the pop?up menu.
    To define the formatting for a particular combination of tags or for all tags that contain a specific Id attribute, select the Advanced option and then enter one or more HTML tags in the Selector text box or select one from the pop?up menu. The selectors (known as pseudo?class selectors) available from the pop?up menu are a:active, a:hover, a:link, and a:visited.
    Select the location in which the style will be defined, and then click OK:
    To place the style in a style sheet that is already attached to the document, select the style sheet.
    To create an external style sheet, select New Style Sheet File.
    To embed the style in the current document, select This Document Only.
    In the CSS Rule Definition dialog box, select the style options you want to set for the new CSS rule. For more information, see the next section.
    When you are finished setting style properties, click OK.
    Note: Clicking OK without setting style options results in a new, empty rule.
    </p></td>
                  </tr>
              </table></td>
              <td width="219" bgcolor="#D2EEFF" class="style2"><table width="218" height="29" border="3" align="right" cellpadding="0" bordercolor="#7DCEFF">
                  <tr>
                    <td width="215"><div align="left">
                        <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
                      </div>
                        <fb:like-box href="http://www.facebook.com/platform" width="205" show_faces="true" stream="false" header="true"></fb:like-box>
                      &nbsp;</td>
                  </tr>
                </table>
                <div align="right"></div></td>
            </tr>
            <tr>
              <td height="33" colspan="3" nowrap="nowrap" background="C:/xampp/htdocs/Dirwebclient/footer1.gif"><div align="center">
                <table width="374" align="center">
                  <tr>
                    <th class="copyright" scope="row">&copy VISUAL CONCEPT MEDIA 2011</th>
                  </tr>
                </table>
              </div></td>
            </tr>
          </table></th>
        </tr>
      </table>
    </div>
    </body>
    </html>

  • 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.

  • Numeric data is not displayed in BI Publisher 11g report

    Hi,
    I'm using Oracle BI 11g (11.1.1.6.0).
    I'm experiencing a serious issue with numeric data in reports created with Publisher.
    When I define the query in the data model, numeric data gets declared as "integer" (even if it should be "double"). Anyway, when creating the layout all data is correctly shown.
    The issue emerges when I run the report in interactive mode: numeric data is not displayed at all.
    If I run it in HTML mode or other, I get proper results.
    I tried to explicitly CAST numeric data in the query to number(21, 6) but I get no different result.
    Any help or suggestion is warmly welcome.
    Thanks,
    Cristina

    Yes, assuming that you are using the Standalone version, following are some excerpt from user guide.
    10g see Oracle® Business Intelligence Publisher
    Report Designer's Guide
    Release 10.1.3.4
    Part No. E12187-01
    Chapter 6 Building a Data Template
    Supported Column Types
    CLOB (conditionally supported)
    The CLOB must contain text or XML. Data cannot be escaped inside the CLOB column.
    And for 11g see
    Oracle® Fusion Middleware
    Data Modeling Guide for Oracle Business Intelligence Publisher
    Release 11g (11.1.1)
    Part No. E18862-01
    Chapter 3 Creating Data Sets
    Using Data Stored as a Character Large Object (CLOB) in a Data Model
    BI Publisher supports using data stored as a character large object (CLOB) data type in
    your data models. This feature enables you to use XML data generated by a separate
    process and stored in your database as input to a BI Publisher data model.
    Use the Query Builder to retrieve the column in your SQL query, then use the data
    model editor to specify how you want the data structured. When the data model is
    executed, the data engine can structure the data either as:
    • a plain character set within an XML tag name that can be displayed in a report (for
    example, an Item Description)
    • structured XML
    Cheers,
    ND

  • Navigational Attribute data is not display in Cube level and reporting

    Hello ALL
    Iam facing a problem like,I created Navigational attribute and I selected that navigational attribute in cube level also but data is not display in cube level.
    What will be the problem?Pl help me out.
    regards
    balaji

    Hi Dinesh
    You mean base characteristic means loading data after creating Navigational attribute?Is it this way,(orelse can u tell me about this base characterstic)
    Yes after making that particular attribute as a navigational attribute I loaded data in master data tables.
    How to run Attribute change run?can u give me steps
    regards
    balaji

  • Automatic Payment program -line item cleared not displaying in table

    automatic Payment program -line item cleared not displaying in table
    i have re run the APP program DUSR1 same earlier it has run twice but table dose not show double payment to vendors how to resolve the issue.
    Can some one please guide me on this.

    Hi Priyanka,
    First, which table are you referring to.  If your fist APP run clears the line item, it will no longer be available in the open item. 
    Please be more specific on the problem so that we can try to help you.  If possible, please provide screenshots.
    Regards,
    Ganesh

  • Storage location Data is not saving in table MARD using BAPI method.

    Hi Experts,
    TABLES: T001L, "Storage Locations
            MARA,  "General Material Data
            MAKT,  "Material Descriptions
            MBEW,  "Material Valuation
            MARC,  "Plant Data for Material
            MARD.  "Storage Location Data for Mate
    DATA: BAPI_HEAD   LIKE BAPIMATHEAD,  "MATERIAL
          BAPI_MAKT   LIKE BAPI_MAKT,    "Material Description
          BAPI_MARA1  LIKE BAPI_MARA,    "Client Data
          BAPI_MARAX  LIKE BAPI_MARAX,
          BAPI_MARC1  LIKE BAPI_MARC,    "Plant View
          BAPI_MARCX  LIKE BAPI_MARCX,
          BAPI_MBEW1  LIKE BAPI_MBEW,    "Accounting View
          BAPI_MBEWX  LIKE BAPI_MBEWX,
          BAPI_MARD1  LIKE BAPI_MARD,    "Storage location
          BAPI_MARDX  LIKE BAPI_MARDX,
          BAPI_RETURN LIKE BAPIRET2.
    DATA: BEGIN OF INT_MAKT OCCURS 100.
            INCLUDE STRUCTURE BAPI_MAKT.
    DATA: END OF INT_MAKT.
    DATA: BEGIN OF INT_MAT OCCURS 100,
             WERKS(4),     "Plant
             LGORT(4),     "Storage location
             MTART(4),     "Material type
             MATNR(18),    "Material number
             MAKTX(40),     "Material description
             MATKL(9) ,    "Material group
             MBRSH(1),     "Industry sector
             MEINS(3),     "Base unit of measure
             GEWEI(3),     "Weight Unit
             SPART(2),     "Division
             EKGRP(3),     "Purchasing group
             VPRSV(1),     "Price control indicator
             STPRS(12),    "Standard price
             PEINH(3),     "Price unit
             SPRAS(2),     "Language key
             BKLAS(4),     "VALUATION CLASS
             VERPR TYPE VERPR_BAPI,    "MOVING PRICE
             BWTTY(1),     "Valuation Catogory
             MLAST(1),     "Price determination
             MLMAA(1),     "Material Ledger
             EKLAS(4),     "Valuation Class for sales order stock
             QKLAS(4),     "Valuation Class for Project Stock
             ZKPRS TYPE DZKPRS, "Future price
             ZKDAT TYPE DZKDAT, "Valid From Date
             BWPRS TYPE BWPRS,  "Tax price 1
             BWPS1 TYPE BWPS1,  "Tax price 2
             VJBWS TYPE VJBWS,  "Tax price 3
             ABWKZ TYPE ABWKZ,  "Devaluatin indicator
             BWPRH TYPE BWPRH,  "Commercial price 1
             BWPH1 TYPE BWPH1,  "Commercial price 2
             VJBWH TYPE VJBWH,  "Commercial Price 3
             XLIFO(1),          "LIFO/FIFO revelant
             MYPOL(4),          "Pool no for LIFO
             MMSTA(2),          "Plant specific material status
             AUSME TYPE AUSME,  "Unit of issue
             QMATA(6),          "Material Authorization group
             RBNRM(9),          "Catalog Profile
             WEBAZ TYPE WEBAZ,  "Goods reciept processing time in days
             PRFRQ TYPE PRFRQ,  "Recurring Insepction
             SSQSS(8),          "QM Control key
             QZGTP(4),          "Certificate Type
             QSSYS(4),          "Required QM system for vendor
           END OF INT_MAT.
    DATA: V_MATNR TYPE MARA-MATNR.
    SELECT-OPTIONS:
                PLANT    FOR  MARC-WERKS OBLIGATORY MEMORY ID PLT,
                S_LGORT  FOR  MARD-LGORT MEMORY ID STL,
                MATERIAL FOR  MARA-MATNR MEMORY ID MAT,
                MATLTYPE FOR  MARA-MTART MEMORY ID MTY,
                DIVISION FOR  MARA-SPART MEMORY ID DIV.
    PARAMETERS:  F_FILE LIKE RLGRAP-FILENAME
                 DEFAULT 'C:\DATA\ZMATERIAL.XLS' MEMORY ID F_FILE,
    GETDATA AS CHECKBOX, "Tick to download materials data to local harddisk
             UPDDATA AS CHECKBOX. "Tick to update date to Materials Master
    IF GETDATA = 'X'.
       PERFORM DOWNLOAD_DATA.
       PERFORM DOWNLOAD_FILE.
    ENDIF.
    IF UPDDATA = 'X'.
       PERFORM UPLOAD_FILE.
       PERFORM UPDATE_MM.
    ENDIF.
    FORM DOWNLOAD_DATA.
    SELECT * FROM MARC  WHERE LVORM EQ ' '
                          AND WERKS IN PLANT
                          AND MATNR IN MATERIAL.
        CLEAR MARA.
        SELECT SINGLE * FROM MARA WHERE MATNR =  MARC-MATNR.
        CHECK MATLTYPE.
        CHECK DIVISION.
        CLEAR MBEW.
        SELECT SINGLE * FROM MBEW WHERE MATNR =  MARC-MATNR
                                    AND BWKEY =  MARC-WERKS.
        CLEAR MAKT.
        SELECT SINGLE * FROM MAKT WHERE SPRAS =  'EN'
                                    AND MATNR =  MARC-MATNR.
        CLEAR MARD.
        SELECT SINGLE * FROM MARD WHERE WERKS IN PLANT
                                  AND   LGORT IN S_LGORT.
        WRITE:/ MARC-WERKS,    "Plant
                MARD-LGORT,    "Storage location
                MARA-MTART,    "Material type
                MARA-MATNR,    "Material number
                MARA-MATKL,    "Material group
                MARA-MBRSH,    "Industry sector
                MARA-MEINS,    "Base unit of measure
                MARA-GEWEI,    "Weight Unit
                MARA-SPART,    "Division
                MARC-EKGRP,    "Purchasing group
                MBEW-VPRSV,    "Price control indicator
                MBEW-STPRS,    "Standard price
                MBEW-PEINH,    "Price unit
                MBEW-BKLAS,    "VALUE CLASS
                MAKT-SPRAS,    "Language key
                MBEW-BKLAS,    "Valuation Class
                MBEW-VERPR,    "Moving price
                MAKT-MAKTX,    "Material description
                MBEW-BWTTY,    "Valutaion Catogorey
                MBEW-MLAST,    "Price Determination
                MBEW-MLMAA,    "Material Ledger
                MBEW-EKLAS,    "Valuation class for Sales order stock
                MBEW-QKLAS,    "Valutaion Class for Project Stock
                MBEW-ZKPRS,    "Future Price
                MBEW-ZKDAT,    "Valid From Date
                MBEW-BWPRS,    "Tax price 1
                MBEW-BWPS1,    "Tax price 2
                MBEW-VJBWS,    "Tax price 3
                MBEW-ABWKZ,    "Devaluatin indicator
                MBEW-BWPRH,    "Commercial price 1
                MBEW-BWPH1,    "Commercial price 2
                MBEW-VJBWH,    "Commercial Price 3
                MBEW-XLIFO,    "LIFO/FIFO revelant
                MBEW-MYPOL,    "Pool no for LIFO
                MARC-MMSTA,    "Plant specific material status
                MARC-AUSME,    "Unit of issue
                MARC-QMATA,    "Material Authorization group
                MARA-RBNRM,    "Catalog Profile
                MARC-WEBAZ,    "Goods reciept processing time in days
                MARC-PRFRQ,    "Recurring Insepction
                MARC-SSQSS,    "QM Control key
                MARC-QZGTP,    "Certificate Type
                MARC-QSSYS.    "Required QM system for vendor
                INT_MAT-WERKS = MARC-WERKS.    "Plant
                INT_MAT-LGORT = MARD-LGORT.    "Storage Location
                INT_MAT-MTART = MARA-MTART.    "Material type
                INT_MAT-MATNR = MARA-MATNR.    "Material number
                INT_MAT-MAKTX = MAKT-MAKTX.    "Material description
                INT_MAT-MATKL = MARA-MATKL.    "Material group
                INT_MAT-MBRSH = MARA-MBRSH.    "Industry sector
                INT_MAT-MEINS = MARA-MEINS.    "Base unit of measure
                INT_MAT-GEWEI = MARA-GEWEI.    "Weight Unit
                INT_MAT-SPART = MARA-SPART.    "Division
                INT_MAT-EKGRP = MARC-EKGRP.    "Purchasing group
                INT_MAT-VPRSV = MBEW-VPRSV.    "Price control indicator
                INT_MAT-STPRS = MBEW-STPRS.    "Standard price
                INT_MAT-PEINH = MBEW-PEINH.    "Price unit
                INT_MAT-SPRAS = MAKT-SPRAS.    "Language key
                INT_MAT-BKLAS = MBEW-BKLAS.    "VALVATION CLASS
                INT_MAT-VERPR = MBEW-VERPR.    "MOVING price
                INT_MAT-BWTTY = MBEW-BWTTY.    "Valutaion Catogorey
                INT_MAT-MLAST = MBEW-MLAST.    "Price Determination
                INT_MAT-MLMAA = MBEW-MLMAA.    "Material Ledger
                INT_MAT-EKLAS = MBEW-EKLAS.    "Valuation class forS.O Stock
                INT_MAT-QKLAS = MBEW-QKLAS.    "Valutaion Class for Project
                INT_MAT-ZKPRS = MBEW-ZKPRS.    "Future Price
                INT_MAT-ZKDAT = MBEW-ZKDAT.    "Valid From Date
                INT_MAT-BWPRS = MBEW-BWPRS.    "Tax price 1
                INT_MAT-BWPS1 = MBEW-BWPS1.    "Tax price 2
                INT_MAT-VJBWS = MBEW-VJBWS.    "Tax price 3
                INT_MAT-ABWKZ = MBEW-ABWKZ.    "Devaluatin indicator
                INT_MAT-BWPRH = MBEW-BWPRH.    "Commercial price 1
                INT_MAT-BWPH1 = MBEW-BWPH1.    "Commercial price 2
                INT_MAT-VJBWH = MBEW-VJBWH.    "Commercial Price 3
                INT_MAT-XLIFO = MBEW-XLIFO.    "LIFO/FIFO revelant
                INT_MAT-MYPOL = MBEW-MYPOL.    "Pool no for LIFO
                INT_MAT-MMSTA = MARC-MMSTA.    "Plant specific material
                INT_MAT-AUSME = MARC-AUSME.    "Unit of issue
                INT_MAT-QMATA = MARC-QMATA.    "Material Authorization group
                INT_MAT-RBNRM = MARA-RBNRM.    "Catalog Profile
                INT_MAT-WEBAZ = MARC-WEBAZ.    "Goods reciept processing
                INT_MAT-PRFRQ = MARC-PRFRQ.    "Recurring Insepction
                INT_MAT-SSQSS = MARC-SSQSS.    "QM Control key
                INT_MAT-QZGTP = MARC-QZGTP.    "Certificate Type
                INT_MAT-QSSYS = MARC-QSSYS.    "Required QM system for
                APPEND INT_MAT.
                CLEAR  INT_MAT.
    ENDSELECT.
    ENDFORM.
    FORM DOWNLOAD_FILE.
    call function 'WS_DOWNLOAD'
      EXPORTING
        FILENAME                      = F_FILE
        FILETYPE                      = 'DAT'
      FILETYPE                      = 'WK1'
      tables
        data_tab                      = INT_MAT
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_WRITE_ERROR              = 2
        INVALID_FILESIZE              = 3
        INVALID_TYPE                  = 4
        NO_BATCH                      = 5
        UNKNOWN_ERROR                 = 6
        INVALID_TABLE_WIDTH           = 7
        GUI_REFUSE_FILETRANSFER       = 8
        CUSTOMER_ERROR                = 9
        OTHERS                        = 10.
    IF SY-SUBRC = 0.
       FORMAT COLOR COL_GROUP.
       WRITE:/ 'Data Download Successfully to your local harddisk'.
       SKIP.
    ENDIF.
    ENDFORM.
    FORM UPLOAD_FILE.
    call function 'WS_UPLOAD'
      EXPORTING
        FILENAME                      = F_FILE
        FILETYPE                      = 'DAT'
      FILETYPE                      = 'WK1'
      tables
        data_tab                      = INT_MAT
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_WRITE_ERROR              = 2
        INVALID_FILESIZE              = 3
        INVALID_TYPE                  = 4
        NO_BATCH                      = 5
        UNKNOWN_ERROR                 = 6
        INVALID_TABLE_WIDTH           = 7
        GUI_REFUSE_FILETRANSFER       = 8
        CUSTOMER_ERROR                = 9
        OTHERS                        = 10.
    IF SY-SUBRC = 0.
       FORMAT COLOR COL_GROUP.
       WRITE:/ 'Data Upload Successfully from your local harddisk'.
       SKIP.
    ENDIF.
    ENDFORM.
    FORM UPDATE_MM.
    LOOP AT INT_MAT.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
      EXPORTING
        INPUT              = INT_MAT-MATNR
    IMPORTING
       OUTPUT             = INT_MAT-MATNR
    EXCEPTIONS
      LENGTH_ERROR       = 1
      OTHERS             = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Header
        BAPI_HEAD-MATERIAL        = INT_MAT-MATNR.
        BAPI_HEAD-IND_SECTOR      = INT_MAT-MBRSH.
        BAPI_HEAD-MATL_TYPE       = INT_MAT-MTART.
        BAPI_HEAD-BASIC_VIEW      = 'X'.
        BAPI_HEAD-PURCHASE_VIEW   = 'X'.
        BAPI_HEAD-ACCOUNT_VIEW    = 'X'.
    Material Description
        REFRESH INT_MAKT.
        INT_MAKT-LANGU           = INT_MAT-SPRAS.
        INT_MAKT-MATL_DESC       = INT_MAT-MAKTX.
        APPEND INT_MAKT.
    Client Data - Basic
        BAPI_MARA1-MATL_GROUP     = INT_MAT-MATKL.
        BAPI_MARA1-BASE_UOM       = INT_MAT-MEINS.
        BAPI_MARA1-UNIT_OF_WT     = INT_MAT-GEWEI.
        BAPI_MARA1-DIVISION       = INT_MAT-SPART.
        BAPI_MARAX-MATL_GROUP = 'X'.
        BAPI_MARAX-BASE_UOM   = 'X'.
        BAPI_MARAX-UNIT_OF_WT = 'X'.
        BAPI_MARAX-DIVISION   = 'X'.
    Plant - Purchasing
        BAPI_MARC1-PLANT      = INT_MAT-WERKS.
        BAPI_MARC1-PUR_GROUP  = INT_MAT-EKGRP.
        BAPI_MARC1-PUR_STATUS = INT_MAT-MMSTA.
        BAPI_MARC1-ISSUE_UNIT = INT_MAT-AUSME.
        BAPI_MARC1-QM_AUTHGRP = INT_MAT-QMATA.
        BAPI_MARC1-GR_PR_TIME = INT_MAT-WEBAZ.
        BAPI_MARC1-INSP_INT   = INT_MAT-PRFRQ.
        BAPI_MARC1-CTRL_KEY   = INT_MAT-SSQSS.
        BAPI_MARC1-CERT_TYPE  = INT_MAT-QZGTP.
        BAPI_MARC1-QM_RGMTS   = INT_MAT-QSSYS.
        BAPI_MARCX-PLANT      = INT_MAT-WERKS.
        BAPI_MARCX-PUR_GROUP  = 'X'.
        BAPI_MARCX-PUR_STATUS = 'X'.
        BAPI_MARCX-ISSUE_UNIT = 'X'.
        BAPI_MARCX-QM_AUTHGRP = 'X'.
        BAPI_MARCX-GR_PR_TIME = 'X'.
        BAPI_MARCX-INSP_INT   = 'X'.
        BAPI_MARCX-CTRL_KEY   = 'X'.
        BAPI_MARCX-CERT_TYPE  = 'X'.
        BAPI_MARCX-QM_RGMTS   = 'X'.
    Accounting 1
        BAPI_MBEW1-VAL_AREA      = INT_MAT-WERKS.
        BAPI_MBEW1-PRICE_CTRL    = INT_MAT-VPRSV.
        BAPI_MBEW1-STD_PRICE     = INT_MAT-STPRS.
        BAPI_MBEW1-PRICE_UNIT    = INT_MAT-PEINH.
        BAPI_MBEW1-MOVING_PR     = INT_MAT-VERPR.
        BAPI_MBEW1-VAL_CLASS     = INT_MAT-BKLAS.
        BAPI_MBEW1-VAL_CAT       = INT_MAT-BWTTY.
        BAPI_MBEW1-ML_SETTLE     = INT_MAT-MLAST.
        BAPI_MBEW1-ML_ACTIVE     = INT_MAT-MLMAA.
        BAPI_MBEW1-VM_SO_STK     = INT_MAT-EKLAS.
        BAPI_MBEW1-VM_P_STOCK    = INT_MAT-QKLAS.
        BAPI_MBEW1-FUTURE_PR     = INT_MAT-ZKPRS.
        BAPI_MBEW1-VALID_FROM    = INT_MAT-ZKDAT.
    *ACCOUNTING 2
       BAPI_MBEW1-TAXPRICE_1    = INT_MAT-BWPRS.
       BAPI_MBEW1-TAXPRICE_2    = INT_MAT-BWPS1.
       BAPI_MBEW1-TAXPRICE_3    = INT_MAT-VJBWS.
       BAPI_MBEW1-DEVAL_IND     = INT_MAT-ABWKZ.
       BAPI_MBEW1-COMMPRICE1    = INT_MAT-BWPRH.
       BAPI_MBEW1-COMMPRICE2    = INT_MAT-BWPH1.
       BAPI_MBEW1-COMMPRICE3    = INT_MAT-VJBWH.
       BAPI_MBEW1-LIFO_FIFO     = INT_MAT-XLIFO.
       BAPI_MBEW1-POOLNUMBER    = INT_MAT-MYPOL.
        BAPI_MBEWX-VAL_AREA   = INT_MAT-WERKS.
        BAPI_MBEWX-PRICE_CTRL = 'X'.
        BAPI_MBEWX-STD_PRICE  = 'X'.
        BAPI_MBEWX-PRICE_UNIT = 'X'.
        BAPI_MBEWX-MOVING_PR =  'X'.
        BAPI_MBEWX-VAL_CLASS =  'X'.
        BAPI_MBEWX-VAL_CAT       = 'x'.
        BAPI_MBEWX-ML_SETTLE     = 'X'.
        BAPI_MBEWX-ML_ACTIVE     = 'X'.
        BAPI_MBEWX-VM_SO_STK     = 'X'.
        BAPI_MBEWX-VM_P_STOCK    = 'X'.
        BAPI_MBEWX-FUTURE_PR     = 'X'.
        BAPI_MBEWX-VALID_FROM    = 'X'.
       BAPI_MBEWX-TAXPRICE_1    = 'X'.
       BAPI_MBEWX-TAXPRICE_2    = 'X'.
       BAPI_MBEWX-TAXPRICE_3    = 'X'.
       BAPI_MBEWX-DEVAL_IND     = 'X'.
       BAPI_MBEWX-COMMPRICE1    = 'X'.
       BAPI_MBEWX-COMMPRICE2    = 'X'.
       BAPI_MBEWX-COMMPRICE3    = 'X'.
       BAPI_MBEWX-LIFO_FIFO     = 'X'.
       BAPI_MBEWX-POOLNUMBER    = 'X'.
    *Storage Locations
        BAPI_MARD1-PLANT      = INT_MAT-WERKS.
        BAPI_MARD1-STGE_LOC   = INT_MAT-LGORT.
        BAPI_MARDX-PLANT      = INT_MAT-WERKS.
        BAPI_MARDX-STGE_LOC   = INT_MAT-LGORT.
       WRITE:/ BAPI_HEAD-MATERIAL, BAPI_MARC1-PLANT ,BAPI_MARD1-STGE_LOC.
        call function 'BAPI_MATERIAL_SAVEDATA'
          exporting
            HEADDATA                   = BAPI_HEAD
            CLIENTDATA                 = BAPI_MARA1
            CLIENTDATAX                = BAPI_MARAX
            PLANTDATA                  = BAPI_MARC1
            PLANTDATAX                 = BAPI_MARCX
          FORECASTPARAMETERS         =
          FORECASTPARAMETERSX        =
          PLANNINGDATA               =
          PLANNINGDATAX              =
    <b>      STORAGELOCATIONDATA        =  BAPI_MARD1
           STORAGELOCATIONDATAX       =  BAPI_MARDX</b>
            VALUATIONDATA              = BAPI_MBEW1
            VALUATIONDATAX             = BAPI_MBEWX
          WAREHOUSENUMBERDATA        =
          WAREHOUSENUMBERDATAX       =
          SALESDATA                  = BAPI_MVKE1
          SALESDATAX                 = BAPI_MVKEX
          STORAGETYPEDATA            =
          STORAGETYPEDATAX           =
          IMPORTING
            RETURN                     = BAPI_RETURN
          TABLES
            MATERIALDESCRIPTION        = INT_MAKT
          UNITSOFMEASURE             =
          UNITSOFMEASUREX            =
          INTERNATIONALARTNOS        =
          MATERIALLONGTEXT           =
          TAXCLASSIFICATIONS         =
          RETURNMESSAGES             =
          PRTDATA                    =
          PRTDATAX                   =
          EXTENSIONIN                =
          EXTENSIONINX               =
    IF BAPI_RETURN-TYPE = 'E'.
       WRITE:/ 'Error Message ', BAPI_RETURN-MESSAGE.
    ENDIF.
    ENDLOOP.
    ENDFORM.
    <b>i am using this bapi method to copy materials from one plant to another plant using storage location so here what happenig is everyting is going correct but only the storage location data is not saving in table mard so any body faced this kind of problem please tell me.... and one more dbt
    bapi_marcx-pur_status = 'x' what is 'X' here??? is that mandatory field or required field ???
    points wil be rewarded.
    reagrds,
    sunil k airam.

    In the HEADDATA structure, STORAGE_VIEW should also be set as 'X' , in order to update storage location data
    for example
    BAPI_HEAD-STORAGE_VIEW = 'X'.
    Also, PUR_STATUS corresponds to field MARA-MSTAE whose domain has value table T141, therefore values in the field are checked against T141
    Edited by: Harris Veziris on May 12, 2008 12:37 PM

Maybe you are looking for