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

Similar Messages

  • Nodes and links are not displaying in IE10 browser - mapviewer ps6

    Hi,
    Node and link are not visible on the IE10 browser where as in IE9 they are displaying properly.
    In IE10 browser ,
    when we set compatibility settings - Display All websites in compatibility view --> node are displaying properly.
    when we deselect this node are not displaying properly
    Is there any existing bug on mapviewer?
    Thanks in Advance
    Aruna

    DRK Montreal,
    try opening Terminal, and running the following command in the Terminal window:
    nslookup www.pinatize.me
    If you still have access to some of those other Mac computers, try running the same command on them also for comparison.
    Please include in your reply the full output from that command.

  • Pictures and texts are not displayed properly

    Hello Apple users,
    I've the 15 inch Macbook Pro with retina display, running Mountain Lion. I have noticed that when I chat with my friends in Facebook, the texts in the chat window are not displayed properly. This also happens when flipping through photos that were uploaded in Facebook. Also, pictures are not displayed properly in other websites. For example, today I was reading the news in the Guardian when I noticed that the top bar and a picture weren't displayed properly. The top bar should have showed News, Sports, Comment, Culture, Pensions, etc. all in the same line. Also look at the photo titiled "Should building socities do buy-to-let?" I took a screenshot from the guardian and you can see the photo here: https://docs.google.com/file/d/0ByQ7VP0wjFM-U0ZIOXlwMm13Vnc/edit?usp=sharing
    Do you guys have any suggestions how can I fix these issues?
    Thanks for reading and your help

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    If any extensions are installed, disable them and test.

  • Street and Country are not displaying on the Form

    Hi all,
    Does anyone know why the STREET and COUNTRY is not displayed on form?
    I have debugged into SAPscript, the value for REGUH-STRAS and LV_REGIO is there, but somehow it just cannot display on the form.
    /           <B>&REGUH-NAME1&<B></></>
    /           <B><B><B>&REGUH-STRAS&<B></></></></>
    /           <B><B><B><B><B>&REGUH-ORT01&<B></></></></></></>
    /           <B><B><B><B><B><B><B>&REGUH-PSTLZ&<B></></></></></></></></>
    /           <B><B><B><B><B><B><B><B><B>&LV_REGIO&<B></></></></></></></></></></>
    Please advice and thanks in advance.

    Hello,
    Use Condence symbol 'C' in the respective fields.
    &REGUH-STRAS(C)& / &REGUH-ORT01& / &REGUH-PSTLZ& / &LV_REGIO(C)&
    Regards,

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

  • Some fine line Graphics and shading are not displaying at all with OS X Yosemite

    Our team is working on a new website layout.  It is being developed in photoshop and then saved as a jpeg for review.  All of the fine gray lines, boarders and some shading does not display at all.  If I save a screen shot and mouse over to choose the screen shot all of the missing lines and shading appear correctly when holding down command-shift-4 to choose the screen shot.  After the screen shot is chosen the saves screen shot still does not display the correct lines and shading.  Anyone know what is going on?  The jpegs are displaying correctly on my iphone and all other Mac Desktop operating systems. 

    So I returned the previous scanner and purchased the Epson Perfection V600 Photo. I'm still having the same problems and I downloaded the latest driver for it. I also downloaded the driver for my previous Canon Scanner before I returned it. It wasn't working the way I wanted it to work.
    It wasn't the scanner after all but I do like the epson better. When I get it to scan, it's scans faster and has more resolution options.
    Anyway
    Basically I want to be able to scan in Photoshop CC but it's not working the way it used to in previous machines/OSs/photoshops.
    I used to be able to go FILE>IMPORT>SCANNER NAME and then continually scan until I was finished. That is not the case and I have noticed it's a problem throughout when doing some research to fix it. I can scan continually if I got to my system preferences, select the "PRINTERS and SCANNERS"  and then click "Open scanner".
    In photoshop CC I can only get one scan and then I have to close photoshop if I want to do another scan. It's annoying knowing that I was able to in previous machines. Any solutions or plug-ins that I'm missing?
    Thanks so much for everyone helping out!
    Michael

  • Tables and Views are not displaying any objects.

    I have tried both Filtered and non-filtered for tables and view but it won't list any tables or view.
    I can run a query and it shows all the tables/views in the query window.
    SELECT table_name  FROM dba_tables
    select view_name from all_views

    Who owns the objects?  
    The browser only shows objects owned by the current logged in user in the main section.  You need to go into the Other Users node to find objects owner by other users.

  • Image Capture, Dropbox, and iPhoto are not displaying any of the photos I've taken on my iPod Touch.

    I'm using the most recent iPod Touch with iOS6.  I've been able to share photos and videos via email without any problem, but I'd rather find a more efficient way of doing it.  Everything I've read online has instructed me to use Image Capture or iPhoto.  However, when I open either of these applications, they are able to recognize my iPod, but behave as though there are no photos or videos on the device when there are, in fact, 20 photos/videos in the Camera Roll.  I turned off Photo Stream, since I'm not running Lion on my computer (it's incompatible with my version of ProTools). 
    Help!

    If you backed up the iPod before restoring it then restore from that backup. See the restore topic of:
    iOS: How to back up
    Also, if yoo have that backup you can extract the photos by:
    Recover iPhone, iPad or iPod photos from backups with Picturescue
    If you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer

  • Reg: 0COUNTRY and 0REGION are not displaying in the report

    Dear SDNERS,
    I am facing a problem in CRM Report " 0CRM_C04_Q003" I am not able to get the 0COUNTRY & 0REGION data in the reports it is showing # Not Assigned.
    When I check the 0REGION & 0COUNTRY it is having data in it in the info objects.
    I come to know that both the objects are navigational attributes of "0CRM_PROSPE" info object in the report and this info object  does not have any data in it as it is having a referece char of 0BPARTNER.
    0BPARTNER is not showing the data for 0COUNTRY AND 0REGION. pleaes advice how to get this in CRM report.
    Points will be assigned for a quick response.
    Regards,
    Prasad.

    Hi,
    0COUNTRY and 0REGION as you said are Nav Att of 0CRM_PROSPE Master data.
    If Master data object itself is not having data then it would not be possible for you to get data for these objects.
    You can include these two objects in your InfoProvider and add in your Query as normal InfoObjects instead of Nav att.
    Note: The two Infoobjects should be mapped with the appropriate source fields in the transformation and data load should be successful.
    Hope this would resolve your issue.
    Regards,
    Geeta

  • Danish character and Symbol are not displaying in crystal report 2008

    I am developing a crystal report. The report displays data from database. The data is entered into database from a asp.net web form where a JavaScript Editor is used. Mainly data is saved in Danish character and also there are some emotion symbol. The web page is showing these data reading from database perfectly. But the Crystal Report is missing some Danish character as well as emotion symbol in some cases. The screen print both for web page and crystal report is shown bellow.  The database field DataType is “CLOB” and using Crystal Report 2008.
    Can anyone help me to get rid of this situation.
    Thanks to you all.

    Please have a look at the resolution in this thread:
    CR 2008 - Oracle 11g - CLOB fields are blank when using command
    -Abhilash

  • Menu, Nav, Favourites and Toolbars are not displaying.

    Heres a screen shot of Firefox on my computer - [http://i.imgur.com/meaTv.jpg http://i.imgur.com/meaTv.jpg http://i.imgur.com/meaTv.jpg http://i.imgur.com/meaTv.jpg] of Everything at the top. No Bookmarks bar, nav bar, toolbars, nothing. I was trying to customize the layout and after I finished everything was gone. I right-click and everything is selected, it should be there, but its not. I went into customize and reset the layout to default but that didn't fix anything. I restarted my PC, that did nothing. And when I exit firefox it doesn't actually stop, firefox.exe is still running and I have to manually close it from the Windows Task Manager.

    To restore the navigation toolbar and the bookmarks toolbar, click on the orange Firefox button, then in the Options sub-menu click on "Navigation Toolbar". Repeat this for the "Bookmarks Toolbar".
    If you want the old style menus back, use the above process but this time click on "Menu Bar".

  • 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

  • Grand totals are not displaying...

    hi guys
    for cross tab reports grand totals (rows and columns) are not displaying.
    is there any fix to resolve.

    I have faced a similar issue in Cross tab reports.
    Try using Cell Sum/Cell Sum distinct function instead
    of the usual Sum function while calculating the grand total that function is working for Grand Total at bottom but not working for Grand Total on right [i]

  • Material num and Plant is not displaying in Output

    hi
    i have written this code to get all inspection types...
    while compiling im getting the correct output...
    it is displaying only inspection types ....
    Material num and Plants are not displaying..
    form PROCESS_DATA .
    CLEAR: WA_FINAL,
           WA_QMAT.
    MOVE IT_FINAL TO I_FINAL.
    REFRESH IT_FINAL.
    LOOP AT I_FINAL assigning <fs_fin>.
    LOOP AT IT_QMAT INTO WA_QMAT where MATNR = <fs_fin>-MATNR.
                                       P_werks = <fs_fin>-werks.
    IF SY-SUBRC EQ 0.
    <fs_fin>-ART = WA_QMAT-ART.
    APPEND <fs_fin>-ART TO it_final.
      CLEAR WA_QMAT.
    CLEAR wa_final.
    ENDIF.
      ENDLOOP.
    ENDLOOP.

    Hi
    ya im getting correct values to <fs_fin>
    now its displaying correct values bt in improper format
    Mat num                  Plant                       insp type
      100001                   1210                         05
      100002                    1320                         01
                                                                     02
                                                                     03
                                                                     05
    bt i want the output as below
    Mat num                  Plant                       insp type
      100001                   1210                         05
                                                                    02
                                                                    03
      100002                    1320                         01

  • 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

Maybe you are looking for

  • Getting values from a stored procedure with no parameters

    Hi, I'm trying to get values out of a stored procedure that I created on SQL server. I'm trying to get XML values out of the database, but I'm not sure how to get any data out of it written to a file if the procedure doesn't have any parameters. So I

  • How can I disable "Show hidden objects" by default?

    I've started linking to files on my computer like this, 'Index of file:///Users/michaelo/Dropbox/KN' which works fine apart from the fact that this calls up all the hidden files, which do not want to see by default. There's a checkbox "Show hidden ob

  • 404 error access JSF pages

    Hello, When I was running my JSF application through the embeded Tomcat 6.0.18 server in Netbeans 6.5.1 all worked fine. After deploying the *.WAR file to the stand alone Tomcat 6.0.18 server I get a 404 error when I access the jsf pages. The default

  • Two sets of faces have merged into one. How can I separate them back into two groups or delete the bunch

    Two different sets of faces have merged into one under one name. How can I separate them back or delete the bunch?

  • Mac running excrutiatingly slow

    I have a 400 MgHz G4 running 10.3.9. It has 320 M SDRAM and a 9.55 GB hard drive with about 676 Mb of available space. The Mac originally had OS 9 on it. A couple of years ago, I updated to OS X. I also have Classic installed to run numerous OS 9 app