Header value in data table can be fetched from managed bean.

hi
My requirement is to display a report in which column headers are also retrieved from data base, it cannot be hardcoded.
instead of My Column it should come from managed bean
<f:facet name="header">
<h:outputText value="My Column"/>
</f:facet>
I am not able to fetch the header value from the managed bean.
I tried
<f:facet name="header">
<h:outputText value="#{character.name}"/>
</f:facet>
but failed.
Is there any way i can fetch these values at run time.

Is that bean the main bean or the row object? It should be the main bean. There is only one column per table, its value is not to be derived from the row object.

Similar Messages

  • Limitation on data that can be fetched (ABAP RFC) via a Web Service?

    Hi,
    Is there any limit on the data that can be fetched via a Web Service (ABAP exposed as Web Service). I am trying to fetch PI monitoring data from ABAP Tables via a Web Service and there can be thousands of messages proceesed say in a day and what if user is provided the option of fetching messages for a specefic duration.
    Please advise.
    Neha

    Hello my friend
    If I understand your question correctly, there's an environment variable CPIC_MAX_CONV handles sessions between integration engine and adapter engine (ABAP and Java). By default, the value of this variable is 500, and you might want to increase it to 1000 at least, depends on system throughput. Recommended value from SAP for Production is 5000.
    Hopefully it's helpful,
    Effan

  • Value Mapping through Tables in R/3 from XI

    Hi All,
    I'm new to XI and got a scenario as "Value Mapping through Tables in R/3 from XI". Kindly do tell me the steps which I should follow to complete this scenario. I'm from ABAP so table creation is known to me, what next should I do after table creation?
    Thanks in Advance to all of you,
    Sreedhar

    sree,
    value mapping are done using message mapping. In message mapping you have to make a RFC call to query the db and get the response. were you have to write a java function in mapping program.
    check this blog, it speaks on value mapping
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i

  • Splitting of catalogue and data tables in their core BO management database

    Hi All,
    Could you please suggest your ideas on the below recommendation suggested by our DBA's:-
    It is recommendable to split catalogue tables from data table and other data objects (e.g. indexes) using storage.
    splitting of catalogue and data tables in their core BO management database
    Is it a recommendable solution to splitting of catalogue and data tables in their core BO management database?
    Many Thanks,
    Madhu
    Edited by: Madhu P on Jun 11, 2008 11:56 AM

    Dear Madhu,
    it's really safe to separate the BO management tables ( the repository) from the tables containing the data.
    We went a step further and create a BO database (dedicated server) containing only the repository.
    Because the BO database may provide meta data form different universes pointing to different databases containing the data we have easier administration and some performance advantages
    with this separation.
    bye
    yk

  • Disabling a checkbox which is in a table, from managed bean

    disabling a checkbox which is in a table, from managed bean -
    i am able to iterate table and get/set value of checkbox but i want to disable it, how can i do that?
    FacesContext facesContext = FacesContext.getCurrentInstance();
    Application app = facesContext.getApplication();
    ExpressionFactory elFactory = app.getExpressionFactory();
    ELContext elContext = facesContext.getELContext();
    ValueExpression valueExp = elFactory.createValueExpression(elContext, "#{bindings}", Object.class);
    DCBindingContainer bindings = (DCBindingContainer) valueExp.getValue(elContext);
    DCIteratorBinding iter = bindings.findIteratorBinding("dogsIterator");
    RowSetIterator rit = iter.getRowSetIterator();
    rit.reset();
    while(rit.hasNext()) {
    Row currentRow = rit.next();
    Attribute attr = (Attribute)row.getAttribute("checked");
    what code should come here to disable checkbox?
    rit.closeRowSetIterator();
    thanks.

    Wes Fang wrote:
    You might find it easier to simply use EL and evaluate that value on the disable property:
    <af:column ...>
    <af:selectBooleanCheckbox ... disabled="#{row.bindings.checked.inputValue==YOUR_DISABLE_VALUE?true:false}"/>
    </af:column>
    i used this approach.
    kept a bean in session and used it's property in disabled attribute - now setting this property in my bean...

  • Can not communicate any with Server, BUT I CAN CONNECT SUCCESS FROM "MANAGE SITES"

    I can NOT see Server Files in dw cs6 , so i can NOT upload/download or communicate any with Server, BUT I CAN CONNECT SUCCESS FROM "MANAGE SITES"...WELL WHERE THE PROBLEM?

    From the File view pop-up menu, choose Remote server

  • Websites I've loaded onto my home screen won't delete. I press the icons. Wobbles then freezes and homescreen uploads flash off and on (apps too but I can delete them from manage storage)

    Websites I've loaded onto my home screen using the + to home screen option won't delete. I press the icons. Wobbles then freezes and homescreen uploads flash off and on (apps too but I can delete them from manage storage)
    i need to reboot to stop it and I'm stuck with loads of homescreen icons on my iPad

    You're welcome. Glad to hear you got it sorted out. If you like using website icons you can bookmark them as Favorites and they'll be on your Safari page instead of your homescreen and they're much easier to get rid of. Also you could turn on Favorites bar by going to settings> Safari> show Favorites bar> on. See screenshot.

  • CUP 5.3 sp 16: Can CUP fetch the Manager from a future date?

    Hello
    I have the problem that if we make an CUP Request for new user, we dont have any manager data in the org-management before the start date.
    But Cup lookup the manager at the time the request is beeing created - and at this time there is NO manager.
    Is there anyway to fix this?
    How have you got arround this problem (it must be like this in most companies?)
    Thank you
    Kristian Madsen

    Hi Kristian,
    I might have misunderstood your issue. As per my understancding, CUP'll pick up the manager if the manager has been maimtained  at the point of time, when the request has been created and won't consider future values. I am afraid there is anyway to fix this.
    Thanks,
    Guru

  • Master data tables with unwanted records from transaction data upload

    Hi Friends,
      I have a master data table for infoobject 'C' with compounding characteristics 'A' & 'B'.  I upload this master data with values given below:
        <i><u> A,              B,              C,           Short text,                        Long text</u></i>
           <b>  <b>P,          10,           BBB,         Apple,                              Big Apples
             Q,             20 ,           XYZ  ,       Tomatoes    ,                    Red Tomatoes</b></b>
      When I load data into ODS from a source system, I may not necessarily have data for all these 3 fields in these transaction record.  Example:
      <i><u>     A,                B,             C,             D,            E</u></i>    
         <b> P                -1            FFF</b>          20           30            
         <b> Q                10           GGG        </b> 10           40
       The problem is when I upload the above transaction data, it populates the <b>master data table</b> too with these two new records <b>1 -1 FFF</b> and  <b>2 10 GGG</b>, which I would like to avoid.
       Is there any way?
       Will assign full points to anyone who helps me here.
       Thanks,
       JB

    Hi JB,
    If you want to load transactional data and still want to prevent the population of the master data table, I don't think it is possible, as it is goes aginst the data consistency in the warehouse.
    However, if you can afford not to load transactional data for such cases, you can activate referential integrity check for the infoobject C. Then neither transactional data nor masterdata enter the datawarehouse until you maintain masterdata yourself for the infoobject C.
    hope this helps.

  • Query with bind variable, how can use it in managed bean ?

    Hi
    I create query with bind variable (BindControlTextValue), this query return description of value that i set in BindControlTextValue variable, how can i use this query in managed bean? I need to set this value in String parameter in managed bean.
    Thanks

    Put the query in a VO and execute it the usual way.
    If you need to, you can write a parameterized method in VOImpl that executes the VO query with the parameter and then call that method from the UI (as a methodAction binding) either through the managed bean or via a direct button click on the page.

  • Can I create a Managed bean myself and pass it to JSF?

    Hi,
    Is it possible to create a managed bean in my code and pass it to JSF. I basically want JSF to take care of the data transfer from the request to the bean but I want to create and load the bean myself.
    If that's possible would you mind leaving me some code example on how to pass it to JSF.
    P.S.: I know that a managed bean is essentially an ordinary bean configure in the faces-config.xml as a managed bean. :)
    Thx

    (1)Why do you need manual instantiation of the 'managed' bean?I know such a case.
    Suppose you already have an EJB application and want to use JSP to display the result of the EJB call which is returned as a JavaBean.
    One solution is put your bean to SessionMap with the name specified in faces-config.xml.
    FacesContext.getCurrentInstance().getExternalContext().getSessionMap().put("name", bean);
    But, I hate this solution because it hard-codes the name of the bean.
    My favorite solution is to provide the result bean as a property of another managed bean.
    public class ManagedBean {
        private ResultBean result;
        public ResultBean getResult()  {return result;}
        public String action() {
            result = /* call EJB */;
             return "ok";
    }Page authors can refer the result bean as #{managedBean.result}.

  • I Have to post data to Odata webservice. In this post I need to pass token header also. I got token value now I have to try to pass Token Header value and Data also but when i do this I'm getting this kind of ERROR: Stream was not readable

      try
                    byte[] auth = Encoding.UTF8.GetBytes("mobtest" + ":" + "welcome1");
                    HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://Server:8000/sap/opu/odata/sap/ZCUST_TESTING_SRV/post_cust");
                    //byte[] byteArray = Encoding.UTF8.GetBytes(postXml);
                    byte[] byteArray = Encoding.ASCII.GetBytes(jsonnew);
                    request.Credentials = new NetworkCredential("mobtest","welcome1");
                    request.ContentType = "application/atom+xml";
                    request.Method = "GET";
                    //request.Headers["Authorization"] = "Basic " + System.Convert.ToBase64String(auth);
                    request.Headers["X-CSRF-Token"] = "Fetch";
                    HttpWebResponse responseH = (HttpWebResponse)request.GetResponse();
                    xToken = responseH.Headers["X-CSRF-Token"];
                    Console.WriteLine("xToken : " + xToken.ToString());
                    responseH.Close();
                    try
                        HttpWebRequest request_post = (HttpWebRequest)WebRequest.Create("http://Server:8000/sap/opu/odata/sap/ZCUST_TESTING_SRV/post_cust");
                        request_post.Credentials = new NetworkCredential("mobtest", "welcome1");
                        request_post.Method = "POST";
                        request_post.Headers["X-CSRF-Token"] = xToken;
                        Console.WriteLine("xToken POST : " + xToken.ToString());
                        request_post.ContentType = "application/json";
                        request_post.Accept = "application/json";
                        request_post.ContentLength = byteArray.Length;
                        Stream dataStream1 = request_post.GetRequestStream();
                        dataStream1.Write(byteArray, 0, byteArray.Length);
                        Console.WriteLine("byteArray : "+byteArray);
                        dataStream1.Close();
                        Console.WriteLine("datastream1");
                        HttpWebResponse response1 = (HttpWebResponse)request.GetResponse();
                        Console.WriteLine("Post response : " + response1.ToString());
                        dataStream1 = response1.GetResponseStream();
                        StreamReader reader1 = new StreamReader(dataStream1);
                        Console.WriteLine("  Console.WriteLine(reader1 : " + reader1);
                        string responseFromServer1 = reader1.ReadToEnd();
                        Console.WriteLine("  Console.WriteLine(responseFromServer1 : " + responseFromServer1);
                        Console.Read();
                        reader1.Close();
                        dataStream1.Close();
                        response1.Close();
                    catch(Exception exp)
                        MessageBox.Show("Post Error : "+exp.Message);
                catch(Exception ex)
                    MessageBox.Show("Error : "+ex.Message);

    Hi Ashwin,
                      That is C# windows application below i mention the XML data and Code also.
    string postXml = @"<?xml version='1.0' encoding='UTF-8'?>"+
    "<entry xml:base='http://serverip:8000/sap/opu/odata/sap/ZCUST_TESTING_SRV/'\n"+"xmlns='http://www.w3.org/2005/Atom'"+
    "xmlns:m='http://schemas.microsoft.com/ado/2007/08/dataservices/metadata'"+
    "xmlns:d='http://schemas.microsoft.com/ado/2007/08/dataservices'>"+
    "<content type='application/xml'>"+
    "<m:properties>"+
    "<d:Kunnr>800DUR298</d:Kunnr>" +
    "<d:Land1>avi</d:Land1>" +
    "<d:Name1>dur</d:Name1>" +
    "<d:Name2>ven</d:Name2>" +
    "<d:Ort01>chennai</d:Ort01>" +
    "<d:Pstlz>500060</d:Pstlz>" +
    "<d:EStatus>X</d:EStatus>"+
    "</m:properties>"+
    " </content>"+
    " </entry>";
      try
                    byte[] auth = Encoding.UTF8.GetBytes("mobtest" + ":" + "welcome1");
                    HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://Server:8000/sap/opu/odata/sap/ZCUST_TESTING_SRV/post_cust");
                    byte[] byteArray = Encoding.UTF8.GetBytes(postXml);
                    request.Credentials = new NetworkCredential("mobtest","welcome1");
                    request.ContentType = "application/xml";
                    request.Method = "GET";
                    request.Headers["X-CSRF-Token"] = "Fetch";
                    HttpWebResponse responseH = (HttpWebResponse)request.GetResponse();
                    xToken = responseH.Headers["X-CSRF-Token"];
                    Console.WriteLine("xToken : " + xToken.ToString());
                    responseH.Close();
                    try
                        HttpWebRequest request_post = (HttpWebRequest)WebRequest.Create("http://Server:8000/sap/opu/odata/sap/ZCUST_TESTING_SRV/post_cust");
                        request_post.Credentials = new NetworkCredential("mobtest", "welcome1");
                        request_post.Method = "POST";
                        request_post.Headers["X-CSRF-Token"] = xToken;
                        Console.WriteLine("xToken POST : " + xToken.ToString());
                        request_post.ContentType = "application/xml";
                        request_post.Accept = "application/xml";
                        request_post.ContentLength = byteArray.Length;
                        Stream dataStream1 = request_post.GetRequestStream();
                        dataStream1.Write(byteArray, 0, byteArray.Length);
                        Console.WriteLine("byteArray : "+byteArray);
                        dataStream1.Close();
                        Console.WriteLine("datastream1");
                        HttpWebResponse response1 = (HttpWebResponse)request.GetResponse();
                        Console.WriteLine("Post response : " + response1.ToString());
                        dataStream1 = response1.GetResponseStream();
                        StreamReader reader1 = new StreamReader(dataStream1);
                        Console.WriteLine("  Console.WriteLine(reader1 : " + reader1);
                        string responseFromServer1 = reader1.ReadToEnd();
                        Console.WriteLine("  Console.WriteLine(responseFromServer1 : " + responseFromServer1);
                        Console.Read();
                        reader1.Close();
                        dataStream1.Close();
                        response1.Close();
                    catch(Exception exp)
                        MessageBox.Show("Post Error : "+exp.Message);
                catch(Exception ex)
                    MessageBox.Show("Error : "+ex.Message);
    Message was edited by: jitendra kansal
    Message was edited by: jitendra kansal

  • How to get custom field name and value in data table using csom

    i am using using this code but iam not getting FieldValues property..
     internal void ReadProjectCustomFields(string strProjectName)
                string url = "https://techwhizepm.sharepoint.com/sites/rnd/";
                using (ProjectContext projContext = new ProjectContext(url))
                    SecureString passWord = new SecureString();
                    foreach (char c in "Pass@word123".ToCharArray()) passWord.AppendChar(c);
                    projContext.Credentials = new SharePointOnlineCredentials("[email protected]", passWord);
                    projContext.Load(projContext.Projects, o => o.Where(i => i.Name == strProjectName));
                    projContext.ExecuteQuery();
                    foreach (PublishedProject _t in projContext.Projects)
                        DraftProject dftproj = _t.Draft;
                        //CustomFieldCollection custs = dftproj.CustomFields;
                        CustomFieldCollection custfs = dftproj.CustomFields;
                        projContext.Load(dftproj);
                        projContext.Load(custfs);
                        projContext.ExecuteQuery();
                        ddlcfields.Items.Clear();
                        if (!custfs.Count().Equals(0))
                            ddlcfields.DataSource = custfs.AsEnumerable().Select(o=>o.Name);
                            ddlcfields.DataBind();
                        DataTable dt = new DataTable();
                        dt.Columns.Add("Name", typeof(string));
                        dt.Columns.Add("InternalName", typeof(string));
                        dt.Columns.Add("FieldType", typeof(string));
                        //dt.Columns.Add("FinishDate", typeof(string));
                        DataRow dr = null;
                        foreach (CustomField _cust in dftproj.CustomFields)
                            dr = dt.NewRow();
                            dr["Name"] = _cust.Name;
                            string intername = _cust.InternalName;
                            dr["FieldValue"] = dftproj[intername].ToString();
                            //dr["FinishDate"] = _task.Finish;
                            dt.Rows.Add(dr);
                        GridView1.DataSource = dt;
                        GridView1.DataBind();

    I am looking through the API calls in FDM Workbench, but cannot see the table (tPOVPartitions) you mentioned listed. Is this the correct name? And do I just use the function listed in the object browser to run the query?
    Furthermore (going back to my initial thoughts of using strFile), it appears that although the variable contains the .Dat filename and path, the actual file is non-existent when "BefExportToDat" is executed:
    Error:
    Error: Export failed.
    Detail: File not found.
    This would make sense, but it does make the variable "strFile" a little pointless since one cannot make use of the file in this particular event script. Do you please have any thoughts on this?

  • Regarding assembly indicatr field in CS03(Which table can i fetch it from?)

    Hi,
    I have a simple query regarding the transaction CS03. When I give the Material Number, Plant and BOM Usage as input, I would get the list of components for this material.
    Inside the transaction, is a CHECKBOX field ASM - this Indicates that the component for this material has its own BOM or has further components).
    Could anyone tell me in which SAP table this information is stored i.e. an indicator to tell us if the component/material has further BOM or not.

    Dear MR.Ashwin,
    <b>There's no table to find out the field for STLKZ  - Assymbly Indicator.
    Try with Some Functional Modules for BOM.</b>
    Reward points & close this thread.
    Regards
    Mangal
    Message was edited by:
            Mangalraj

  • How to filter data in BIP Report fetched from Integration Object

    Hi,
    I have a requirement where I am extracting data of Account records of a Customer. Customer can have multiple types of Accounts. In BIP report, I want to different types of Customer Accounts in different tables. Is it possible? I tried but Conditional Region and Conditional Format options are not working for me. I am using BI Publisher desktop 10.1.3.4.1 version addon for MS Word.
    I am pasting below sample XML for this.
    <?xml version="1.0" encoding="UTF-8"?><ListofIO
    <ListOfBipStarsFincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-46</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Main</ABANumber
    <AccountName
    سلامه مصطفى ابراهيم سلامه</AccountName
    <AccountType
    Time Deposit</AccountType
    <Acct_Num_Mid_7_7
    7539940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104142</Acct_Num_Mid_1_6
    <AccountNumber
    1041427539940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K5B-445</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    940784</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290755</RB1ODS
    <STARSAccountBranchArabicName
    مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-227</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Branch</ABANumber
    <AccountName
    عبد العزيز محمدعلي درويش الصبحي</AccountName
    <AccountType
    Time Deposit</AccountType
    <Acct_Num_Mid_7_7
    469940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104143</Acct_Num_Mid_1_6
    <AccountNumber
    1041430469940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K5B-226</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    941674</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290758</RB1ODS
    <STARSAccountBranchArabicName
      مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-228</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Main</ABANumber
    <AccountName
    خالد جابر عبدالله الحربي</AccountName
    <AccountType
    Time Deposit</AccountType
    <Acct_Num_Mid_7_7
    1259940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104143</Acct_Num_Mid_1_6
    <AccountNumber
    1041431259940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K5E-241</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    942454</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290759</RB1ODS
    <STARSAccountBranchArabicName
    مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-229</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Branch</ABANumber
    <AccountName
    غميض مسفر مسيفر الهذلي</AccountName
    <AccountType
    Saving Account</AccountType
    <Acct_Num_Mid_7_7
    1509940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104143</Acct_Num_Mid_1_6
    <AccountNumber
    1041431509940</AccountNumber
    <AcctGen-PrimaryContactId
    1-5W6-1401</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    -1</CustomerNumber
    <IntegrationId
    942464</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290760</RB1ODS
    <STARSAccountBranchArabicName
      مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-230</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Main</ABANumber
    <AccountName
    مرزوق رده راسن السعيدي</AccountName
    <AccountType
    Current Account</AccountType
    <Acct_Num_Mid_7_7
    2909940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104143</Acct_Num_Mid_1_6
    <AccountNumber
    1041432909940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K5E-269</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    942794</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290762</RB1ODS
    <STARSAccountBranchArabicName
    مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-231</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Main</ABANumber
    <AccountName
    سلطان سلمان عليان المطرفي</AccountName
    <AccountType
    Current Account</AccountType
    <Acct_Num_Mid_7_7
    9409940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104143</Acct_Num_Mid_1_6
    <AccountNumber
    1041439409940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K5E-325</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    944194</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290768</RB1ODS
    <STARSAccountBranchArabicName
    مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-232</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Branch</ABANumber
    <AccountName
    محمد بابكر محمد بابكر</AccountName
    <AccountType
    Current Account</AccountType
    <Acct_Num_Mid_7_7
    9529940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104143</Acct_Num_Mid_1_6
    <AccountNumber
    1041439529940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K5E-68</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    944444</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290769</RB1ODS
    <STARSAccountBranchArabicName
      مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-233</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Main</ABANumber
    <AccountName
    عمر احمد آل عبدالمحسن القناوي</AccountName
    <AccountType
    Current Account</AccountType
    <Acct_Num_Mid_7_7
    759940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104144</Acct_Num_Mid_1_6
    <AccountNumber
    1041440759940</AccountNumber
    <AcctGen-PrimaryContactId
    1-5W6-1257</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    -1</CustomerNumber
    <IntegrationId
    944594</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290770</RB1ODS
    <STARSAccountBranchArabicName
    مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-8</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Main</ABANumber
    <AccountName
    بهاء عبد الله عبد الحفيظ مليح</AccountName
    <AccountType
    Current Account</AccountType
    <Acct_Num_Mid_7_7
    109940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104108</Acct_Num_Mid_1_6
    <AccountNumber
    1041080109940</AccountNumber
    <AcctGen-PrimaryContactId
    1-K52-162</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    </CustomerNumber
    <IntegrationId
    920224</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290590</RB1ODS
    <STARSAccountBranchArabicName
    مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <FincorpAccount
    <Id
    1-LZ6-234</Id
    <Created
    05/21/2005 19:15:21</Created
    <CreatedBy
    0-1</CreatedBy
    <ABANumber
    Makkah Branch</ABANumber
    <AccountName
    عمر صدقة عمر قطب</AccountName
    <AccountType
    Current Account</AccountType
    <Acct_Num_Mid_7_7
    5769940</Acct_Num_Mid_7_7
    <Acct_Num_Mid_1_6
    104146</Acct_Num_Mid_1_6
    <AccountNumber
    1041465769940</AccountNumber
    <AcctGen-PrimaryContactId
    1-5WC-201</AcctGen-PrimaryContactId
    <Currency
    SAR</Currency
    <CurrentBalance
    </CurrentBalance
    <CustomerNumber
    -1</CustomerNumber
    <IntegrationId
    972664</IntegrationId
    <ProductId
    1-DFPY</ProductId
    <RB1ODS
    8290782</RB1ODS
    <STARSAccountBranchArabicName
      مكة المكرمة</STARSAccountBranchArabicName
    <STARSContactId
    </STARSContactId
    <STARSContactToRelation
    </STARSContactToRelation
    </FincorpAccount
    <Login
    SADMIN2</Login
    </ListOfBipStarsFincorpAccount
    </ListofIO
    Regards,
    Prashant

    I am trying to achieve this is ADF. I called a webservice which returns me data in the format as described above.
    It is returning me one data element for each column of the row. For eg. if we have 4 Rows X 5 Columns, it is returning me 20 data elements.
    I have to fall back on attributes of each data element to get the column name and row it belongs. If you the sample data above 'id' will point
    to Column Name and 'sequence' points to rownumber.
    How can I read through this data in java to get a specific column for each row. for eg. filter all data element where id='sch_name'.
    Webservice returns me an object of XMLElement class.

Maybe you are looking for