Urgent ! Data is not shown in vector

Hi, Im a new bee to Java
I want to store a Vector variable into a session and use it
next time,but my code does not work. the code is as follows
<%
     Vector data;
     Vector dataStore;
     data=(Vector)request.getAttribute("storeV"); /
     if(data==null || data.size() == 0)
     data = new Vector();
     session.putValue("storeV",data);
     dataStore=(Vector)request.getAttribute("storeValues");
     if(dataStore==null || dataStore.size() == 0)
     dataStore = new Vector();
     session.putValue("storeValues",dataStore);
     String actn=request.getParameter("action");
String cdate=request.getParameter("tdate"); // Taking input from a form
String cactcode=request.getParameter("tactcode");
String cactivity=request.getParameter("tactivity");
String cproject=request.getParameter("tproject");
String cnum=request.getParameter("tnum");
String cthr=request.getParameter("thr");
String cmin=request.getParameter("tmin");
String cremark=request.getParameter("tremark");
               data.add(cdate); //storing elements into vector "data"
          data.add(cactcode);
          data.add(cactivity);
          data.add(cproject);
          data.add(cnum);
          data.add(cthr);
          data.add(cmin);
          data.add(cremark);
%>
After this follows html code and in it again i access the vectors here is the code
<%
int i=0;
if(actn!=null && actn.equals("addactive")){      // if add button clicked in form then it returns addactive
          dataStore.addAll(data); //copying all the elements into dataStore vector
               actn="";
     %>
     <tr><td><input type="radio" name="tradio" value="radiobutton"></td><td></td>
     <% for(;(!dataStore.isEmpty())&&i<dataStore.size();i++)
          %>
<td><% if (dataStore.elementAt(i)!= null) out.print( (String)dataStore.elementAt(i) ); %>
          �</td>
     <%} %>
     </tr>
     <%      session.putValue("storeValues",dataStore);
}     dataStore=(Vector)session.getValue("storeValues");
%>
After using Session also the values in the vectors are not showing up.
Pls help me, thanx in advance.

move below lines to end of ur code ...
u shd set the values to session only after you set all the values to the object
session.putValue("storeV",data);
session.putValue("storeValues",dataStore);

Similar Messages

  • All master data values not shown in query selections

    Hi
    I have created a query on a BasisCube containing the InfoObject 0FUNC_AREA. I loaded data to 0FUNC_AREA and the cube.
    I then created a query on the cube, in which I want to filter on 0FUNC_AREA. However, when I get the list of available values for 0FUNC_AREA not all the values in the master data is shown. It only shows 25 values out of 105.
    As a default, the data shown is only the cube data, so I removed the tick in the checkbox: Show only InfoCube data. Still the same.
    Then I went to the InfoObject and set the 'Query Def. Filter Value Selection' and 'Query Execution Filter Val. Selectn' equal to 'Values in Master Data'. Still the same.
    Then I deleted the contents of the InfoCube. It still shows the original 25 values.
    The really strange thing is, that when I go into the selection screen for 0FUNC_AREA in the BEx and limit the shown values to one of the values available in the master data but not shown in the list, it shows the text of the functional area in the limit summary window. But still when executing the limitation, it cannot find the value!!!
    The problem is the same in LISTCUBE
    I hope some of you can help we with this.
    Thanks
    /Karsten

    Hi Hari
    1) Reactivated the master data, said it was already active.
    2) Could see a difference between the data contained in cube and the remaining data. Otherwise not.
    I deleted cube and master data and reloaded, the problem still persists. I am beginning to suspect a bug in BW.
    I have to determine whether I am going to live with it (as it isn't critical, just a nuisance) or create an OSS on it.
    Thanks for all the input guys.
    /Karsten

  • Date is not shown in messages list

    For many emails that I am receiving from different accounts, date is not shown in messages list, only time.
    It looks like these messages were received today, in fact they are old.
    Encountered this problem on 2 different PCs, 3 different mail accounts (gmail and own server).
    What could be the reason and how to fix it?

    The messages shown without date are not today's, they can be few days, months or even a year old...

  • Ios 5.1: my calendar dates are not shown in the notification center

    My calendar dates (from today and tomorrow) are not shown in the notification center. Under notifications I have activated the calendar app. What can Ido?

    IOS / is no out for a couple of weeks and Apple seems to be reluctant to fix this problem. As a business device it becomes rediculous to be not able to see my calender entries anymore in the notification center. Is Apple now leaving the business arena and focusing on toys ?

  • Urgent::::Data is not loaded for a perticular info object in ods

    Hi All,
    We have loaded data into an ODS( 0PRC_DS01) in development server. It was successfully loaded into it all info objects.Reports were working well.
    When we transported it to production, data loading was taking longggg  time (15000 for 9 hours).So, we have done two things to improve the loading speed.
    1) we have created an index based on the fields in the where clause RCLNT,RLDNR,RYEAR, DOCNR, POPER in JVSO1 table.
    (JVSO1 is an R/3 table from where key data coming to datasource 0EN_JVA_2.)
    2)We have updated the optmizer statistics.
    Now the problem is, data is not loaded to one perticular info object JOINT VENTURE PARTNER in dso. Which was loaded successfully in development.
    Please help us........We will assign points for helpful answers

    Hi Chek in the transfer and update rules whether u mapped the fields with target and also check whether u have routine. and check whether the data is coming for that object from the source.
    Khaja

  • Dates are not shown correctly

    By accident I just noticed that dates are shown quite messy on my MBP with OS-X Lion 10.7.4 for some odd reason I can't find.
    It doesn't matter if I have the dates shown in their long form or short form (see screenshot). I had never seen this before, so my reckoning is that it started quite recently.
    The error is probably also responsible for some odd behaviour in certain folders. The Pictures and Download folders now have a funky top bar and I can not sort files anymore based on, for instance, dates or anything for that matter (see screenshot)
    I found that this problem  extends to MS Office 2011 for Mac as well. Notably when I tried to set my Out of Office message in Outlook. The selection box for dates translated 2012 to something like 201220. When I verified my OoO message using a windows outlook client, it turned out the date was set to the year 2020. Obviously I would not have any clue about my availability then just yet, so it's quite annoying actually.
    And not just the OoO message is impacted, also other things in Office for Mac. Check out the screenshot of a standard reminder pop up below:
    The System Preferences don't show anything odd though. Time and date is set automatically by the Apple Europe server (Apple Europa (time.euro.apple.com))
    I so hope anyone can help; thanks in advance for trying!
    Cheers,
    -Jan

    Thanks, this solved the date issue.
    However, it didn't solve the problem I experience in the Download and Pictures folder (not able to sort on collums). As it appears to be a different problem I'll start a new thread for that.
    Thanks again!!

  • Some vendors' data is not shown in Aging Report

    Hi, Experts,
    We are using SAP B1 2007A.
    Our aging report only shown several vendors' data, eventhough we selected 'All' vendors.
    Each vendor's aging report is all right, but we could not show 'All' vendors' aging together.
    We tried to select 'Display Vendors with Zero Balances' or/and 'Display Reconciled Transactions'; tried to select the range of the 1st vendor to the last vendor. - - - all of these do not work.
    Please help! Thanks!
    Lorrie

    Hi,
    If I am not wrong you are using the 2007A version and the patch level is below 38.
    You are trying to run the Backdated Aging report and all your Business Partners are not appearing in the report.
    Please check Note No. : [1178854|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1178854].
    Regards,
    Jitin
    SAP Business One Forum Team

  • Correct Data is not shown while opening Input Schedule

    Hi
    I am facing this issue almost in every template i create
    After saving data in a particular template in an input schedule, i reopen the template from the dynamic templates library(etools -> open dynamic template)
    But the data saved previously does not appear, instead it shows the values saved when the template was originally saved.
    How to get the data newly saved data on opening the template automatically ?
    List of options i have tried>
    Have refresh on workbook open checked (etools - workbook options) - does not work
    Have expand on workbook open checked - (works, but takes too much time to load the workbook, need not expand as the row & col expansions are quite static and only data refresh is required)
    Have tried "MNU_EANALYZE_REFRESH" macro on workbook - does not seem to work fine (although when i click on the refresh buttton on the opened workbook/sheet , new data is being fetched correctly.
    Have tried "MNU_ESUBMIT_REFRESH" (but this is not the right macro) as it gives a pop up on workbook open.
    Any possible solution to the same will be greatly helpful
    Has this been solved in any of the SAP 's Support pack versions... Im on SP03.
    -Sridhar

    Hi Sridhar,
    You are absolutely right. Refresh on workbook open does not work as expected. The only workaround is to select expand on workbook open.
    You can try another thing. you can right a macro which will run the refresh menu command when the excel is opened. and this macro will be available only to this workbook.
    Hope this helps.
    // Recent Addtion
    You can use the command
    Private Sub Workbook_Open()
    Call MyMacro   
    End Sub
    u201CMyMacrou201D is the name of YOUR macro. Call your macro which will refresh the workbook.
    Hope this will help.
    Edited by: nilanjan chatterjee on Dec 17, 2009 7:53 AM

  • Data source not shown in active state after replicating from source system

    Hi Gurus,
    I have activated the datasou 0CO_PC_ACT_05 in R/3 system form RSA5 and replicated the same in BW system. After replication when i try to activate the datasource by instaling the business content.It is not getting installed.
    The datasource is already present in the BW system in the modified version, do we need to install the business content to bring the datasource to active state.
    Please help.

    if its in 3.x then first you need to install business content info source(0CO_PC_ACT_05)
    later you can assign your ecc data source to info source and source system. in this process transfer rules and communication structures will comes into picture.
    you can use program to activate data source - RS_TRANSTRU_ACTIVATE_ALL
    You want use in 3.x version only?
    if you have 7.x version bw, better to go with 7.x data flow.

  • Invoices posted for future dates could not shown in Outgoing Payment table

    Hi, Experts,
    We posted an A/P invoice for the future date (next month), and then we'd like to pay it under Banking -> Outgoing Payment -> Outgoing Payment the current date. But when we selected the vendor account, we could not find the invoice listed in the table.
    Would this be anyway to show all the invoices posted with a future post date in the outgoing payment table?
    Thanks!
    Lorrie

    Hi,
    As it seems to be the current behavior of the system, the best option could be Payment on Account.
    You can create a Payment on Account for payment on currenct date and when the AP Invoice is added you can Link the same to the Invoice afterwards.
    Look out for other options if provided here by the experts.
    Regards,
    Jitin

  • Data not shown in output but was in XML(diagnostics)

    Hi Gurus,
    I have created a custom account analysis report for payables by editing the XLAAARPT.xml and XLAAAR01.rtf then saving both into a new file name. Then, i tried to run the custom report and it was completed normally but when i check for the output some data are not shown in it. I then click Diagnostics and View Xml button and found out that the missing data are present in the XML. had anyone experienced the same before? Please help!
    Thanks,
    Jayson

    Duplicate post.
    Is editing of XLAAARPT.XML allowed
    Please update the original thread instead of creating new one.
    If you are not getting any response to your original thread, please log a SR.
    Thanks,
    Hussein

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

  • Segment field is not shown in profit center master data

    Hi,
      When i activated New GL ,but the segment field is not shown in profit center master data. How can i make the field shown ?
    Thanks.

    After activating the New GL have you defined the segment? First define the segment under Enterprise Structure and in Fin.Acctg Global settings(New)-Legers-Display scenarios for General Ledger Accounting, you need to create new entries for FIN_PCA & FIN_SEG.
    Hope this helps you.

  • ML60 tcode !! which table stores the data which is shown in ML60 ..urgent !

    Hi Guys,
    Tcode ML60 shows the Relase Group, Relase strategy and all....
    Can anyone tell me which table is that which the stores the data which is shown in tcode ML60 ???
    The problem that i am facing is that for ML60 the amount that is fixed for every relase staretgy is in text fields eq 2.5k - 50 K USD but i want this value to be in numeric field and not as text.
    If i will find that table which stores all this information, may be i will get this field which stores this text as a numeric field.
    Please help me find this table.
    And also can any one tell me how to link PO document type to the relase group ??
    Points will be awarded.
    Thanks a lot
    Rahul

    Hi guys,
    Yes ML60 is a standard SAP transaction but may be ML60 is not configured to the system which you are using. Otherwise also if u will search google, you will find ML60.
    Hi Anji, i have already tried all these tables, but none of these tables store the limit for each release strategy.
    I can see the limit only in ML60 tcode
    Thanks
    Rahul

  • Report Painter - data not shown at first selection

    Hello,
    we have a Report Painter report for cost centers.
    If we start the report with normal selection the values of the cost centers are not shown at the first look.
    The window on the right side only shows the sum for the whole cost center group, but if we select one single cost center the report shows
    "This report has no pages. Check the following layout settings: Threshold values, Summation levels, Zero line suppression."
    But there are values, but they are only shown if we switch to another cost center and then switch back.
    All rows that are selected the first time show no values, at the second time the values are there.
    Does anybody know the reason for this?
    Thank you & regards
    Britta

    Hello,
    starting the report with the selection of a cost center group.
    This group is shown on the left side, the values in sum of the right side.
    To have a detailled look on the single values of the cost centers I expand the cost center group by clicking on the small triangle, all included cost centers are now showns on the left side.
    To see the value of a cost center I click on the respective cost center, on the right side the "no data" information is shown.
    Clicking on the next cost center also the "no data" information is shown.
    Now switch back to the first cost center on the left side and then the values are shown on the right side.

Maybe you are looking for

  • Please help, I don't know WHAT is wrong......... (games troubleshooting)

    OK, so one night I was playing the game Lode Runner, Bejeweled, and Pacman. It was fully charged. I played until 10% was left. Then, I set it on my iHome. The next night, I can't get the game to fit the screen. Like a 1/2 in. from the left if you hav

  • Dealing with invalid query strings

    I have created a mysql/php site with master and product detail pages. The product details are filtered via a url query string e.g. domain/proddetail.php?productID=38 This all works fine except for the case when a product is deleted and the productID

  • Softproofing

    Question: When an image contains out-of-Gamut colours shown by the Gamut warning (Ctl+Shift+Y), what is the relevance of the colour that is displayed on the screen when the Gamut warning is turned off, but softproofing is turned on? Are we seeing a c

  • Display message wwhich is more than 72 characters

    Hi Experts, I wanna display message which is more than 72 characters. is there any way in ABAP to display such type of message?

  • When we r using zslsoff_all role , we r getting error: No Authorization

    HI! We have 10 sales office . each sales office having each role. For Ex: Sales office Is X, Y, Z . Then Roles r Zslsoff_X, Zslsoff_y, etc. Apart from this we have role for all sales office like zslsoff_all. When we r using zslsoff_all role , we r ge