Query related to Siebel Data Bean - Business Object - Account - Update

Hello,
I am using Siebel Databean to update Business object - Account fields. I am using the field names displayed in browser to update the Account properties.
But sometimes it fails with below error:-
For e.g. Field 'Account Team' -
Field 'AccountTeam' does not exist in definition for business component 'Account'.
Please ask your systems administrator to check your application configuration.(SBL-DAT-00398)
Where I can find the information related to mapping of fields in business object 'Account' which I can use in Siebel Data bean program?
Thanks in advance !!

Hi!
You need to use Siebel Tools to determine the Business Component Field Mappings to the Applet Controls that you're looking at.
Regards,
Oli

Similar Messages

  • Siebel data bean fetch data in chunks, executeQuery2 ?

    Hi,
    I am able to retrieve all records of Employee business component using Siebel data bean. Below is the code snippet-
    oPsDR_Header = dataBean.newPropertySet();
    lPS_values = dataBean.newPropertySet();
    busComp.clearToQuery();
    busComp.setViewMode(AllView);
    busComp.activateMultipleFields(oPsDR_Header);
    busComp.executeQuery(true);
         Through this code I am getting all Employee records. My requirement is to fetch records in chunks. As, when there would be several thousand records memory requirement for my process would be very high. Can I configure anything in data bean or in Siebel server to achieve this? How API busComp.executeQuery is different from busComp.executeQuery2 ?
         Thanks very much for any help!
    Regards,
    Ajay

    Hi!
    You need to use Siebel Tools to determine the Business Component Field Mappings to the Applet Controls that you're looking at.
    Regards,
    Oli

  • How to extract Cognos Data into Business Objects?

    Hi All,
    I would like to know whether anyway to pull Cognos data into Business Objects?
    1. Pull data thru Universe from Cognos Cubes?
    2. Pull data using Crystal reports from Cognos Cubes?
    3. Or any otehr method of pulling data from Cognos Cubes?
    If nothing is possible I would have to explore using the RDBMS Tables to build Universe, WebI and then present in Xcelsius. Anybody is aware of getting data from Cognos?
    Thanks in advance.
    Alex.

    Cognos Reporting on SAP BI data
    We need to create a new project to import the structure of the SAP BI cube or Multiprovider.
    Enter User ID and password.
    Click on OK
    It will ask you to enter the User ID and password again. After enter the User ID and password it will ask you to select the language.
    Then it will ask you to select the metadata source, select the Data source as shown in below fig. and click next.
    Select the data Source as shown in below.
    Here we are planning to import SAP BW cube so we have to select SAP BW and click on next.
    Select sign on and Click on OK.
    Here we have to select our desired cube or multiprovider and click next.
    Now we have to select the language again.
    Here Cognos is giving the flexibility to use different options when importing cube structures.
    Here I am selecting to use the technical name of the objects and to bring same model as it is in SAP BI.
    Finally it will show list of all objects which are imported from SAP BI.
    When you click on finish it will take to the frame work manager. There you will see the SAP BI Cube Structure.
    Now it is exactly imported like SAP BW extended star schema model.
    Here you can compare the technical names of the dimensions in both in Cognos and SAP BI is same.
             COGNOS    Model                                         SAP BI Cube model         
    Here I am comparing the values of the info Objects with in one dimension.
                   Cognos Model                                                   SAP BI Model
    If there are any hierarchies in BI, it will form separately as shown in below fig.
    When you open the main object of Program definition, we will find 3 objects under this.
    It is always recommendable to use Level 01 objects.
    This is how it looks when you open all the above 3 objects. You can use any of those depends on your report requirement.
    When you open the info object if you see number of different items, that means this info object has got attributes in it.
    0COMP_CODE is the technical name of the info object in BI.
    In Cognos if it technical name starts with 1  Short Text of the Info Object.
                                                                       2  Key of the Info Object.
                                                                       4  Long Text of the Info Object.
                                                             5  Medium Text of the Info Object.
    LELEL00  Is Summarized values.
    LEVEL01  Is Item level values of Info Object.
    Once you see this in bw/bi environment, i hope you know how to gather and use it in BOBJ environment !!

  • Query relating to the creation of Managed Service Accounts

    Hi Folks
    I am studying for my 70-411 exam and have a query relating to the creation of Managed Service Accounts.
    I have successfully created an MSA account named 'MSATest' on a DC  using:
     new-adserviceaccount -name msatest –dnshostname home-dc-01 -passthru
    and
     add-AdcomputerServiceAccount -identity home-ap-01 -serviceaccount msatest -passthru
    However the guide that I am using now says that I now need to run:  Install-ADServiceAccount on the host computer in the domain to install the MSA in order to make available it available for use by services.
    So on my member server (home-ap-01) I have installed the Active Directory Module for powershell and ran:
    PS C:\Users\administrator.PCECORP> Install-ADServiceAccount -Identity msatest
    Install-ADServiceAccount : Cannot install service account. Error Message: 'An
    unspecified error has occurred'.
    At line:1 char:1
    + Install-ADServiceAccount -Identity msatest
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : WriteError: (msatest:String) [Install-ADServiceA
       ccount], ADException
        + FullyQualifiedErrorId : InstallADServiceAccount:PerformOperation:Install
       ServiceAcccountFailure,Microsoft.ActiveDirectory.Management.Commands.Insta
      llADServiceAccount
    PS C:\Users\administrator.PCECORP>
    However this errors, Have I misunderstood the purpose of the Install-ADServiceAccount ?  or am I doing something wrong?
    Thanks in advance for you help.

    Try using  -RestrictToSingleComputer parameter when creating service account with New-ADServiceAccount.
    Gleb.
    Hi Gleb
    Thank you for your help, it is appreciated.  That did the trick.
    All the best.

  • Beans, Business Objects, & DTO's... What's the difference?

    The subject really says it all. From what I can gather, the three have the same basic structure, but named differently depending on what context they are used? For instance, could the following class be any of the three:
    public class Person {
      private String name;
      public void setName( String name ) {
          this.name = name;
      public String getName ( ) {
          return ( this.name );
    }Is my understanding correct?
    Thanks,
    Isaac

    I believe that a BusinessObject may contain both data and business logic. A Bean is a pretty generic description of a particular struture (getters, setters, etc...). The data transfer object (DTO) is just an object which encapsulates data that is passed between application layers (integration layer -> business layer -> presentation layer). I don't think that it has to be in a bean type structure.
    JT

  • How to get  meta data of business objects  in BOR

    i need to get all the meta data information of  business objects present in BOR.
    for example purchase order BUS2012
    1.  I need to get for example  the attributes information how to get it?
    2. if  business object contains further child business objects then how to get attributes of those child business objects  also? 
    I am writing ABAP code,  i want to retrieve all attributes with help of ABAP program .
    any ideas?

    Hi..
    You have to use SWC_GET_ELEMENT CONTAINER '( string name of your attribute)' your_attribute.
    All attributes are part of container issue.. SWC_GET_ELEMENT command can give you these values.
    Hope to help...

  • Why is date format in mm/dd/yy & time 12hs when entering date in Business Objects report paramenters - V4 only?

    Since upgrading to FF4 Business Objects XI parameter dates & times are mm/dd/yy & 12hrs as against dd/mm/yy & 24hrs. FF4 even takes previous dates like 1/5/11 (1May11) and interprets it as 5Jan11. Just have to remember which browser I am using, how it is still counter-intuitive for a non-American.

    Hi,
    Not sure if this will help but maybe you could try:
    where to_char(meeting_date,'dd-mm-yyyy') =
    nvl(to_char(:tday,'dd-mm-yyyy'),to_char(sysdate,'dd-mm-yyyy'))
    or perhaps this one:
    where to_char(meeting_date,'dd-mm-yyyy') =
    nvl(:tday,to_char(sysdate,'dd-mm-yyyy'))
    Thanks,
    Richard.

  • Errror while trying DataStore Data Integrator Business Objects

    Hi,
    I have a Business Objects Data Integrator XI Release 2 installed on my machine... I´m new to this platform, but I think I have everything
    fully installed except the Job Server and SNMP Server, because the license that I have it doesn´t allow to install these services.
    I have a repository created in SQL Server 2008, against which the Data Integrator Designer is connected correctly, where I can create projects,
    jobs, workflows and even jobflows ...
    But when trying to create a DataStore to data sources or destinations, will not let me. I right click on the repository,
    DataStore> New, and I get the window that should go to enter data datastore name and type, databases, flat files, ... I get no
    any error or warning window just does nothing ...
    But whenI try to create a DataStore, to datasources or destinations, not let me. I right-click on the Datastores repository > New, and
    the window, that should go, is not shown, to enter data, datastoresname and type, databases, plain text,... Any error or warning window is not
    shown , just does nothing
    I was visiting the SAP Community Network page and I found a demo transform, .afl, to import a sample project to the repository, and I created
    the datastore instance successfully, DS_training. For this datastore allows me all options, but when I right-click on it, except for
      > Edit, I try to access to these options to point to my Database and not the samples...
    I don´t know what is the problem, if someone could help me because I'm looking for several days and I'm going crazy!
    Thanks

    Hola,
    ante todo muchas gracias, porque veo que fuiste el unico que te dignaste a echarme una mano...
    La verdad es que la cosa es rarisima, con los datastores creados del ejemplo, no me deja editarlos y tampoco crear unos nuevos...
    El error es el mismo, tanto como si quiero crear uno nuevo como si quiero editar los de ejemplo, no aparece nada... ni ventana de error ni ventana para editar/crear...
    Gracias, un saludo...

  • CAF Content (Data of Business Object) in Local DB Reimport

    Hallo Experts
    We have developed the application using CAF and I've noticed that the data saved in the local DB is lost if I made the redeployment of CAF project. Thus I want to first export the CAF content using the follow steps described
    https://cw.sdn.sap.com/cw/docs/DOC-102650#cf before I do the Redeployment on the Produktion Plattform (to be sure that the data in the production Plattform is not going lost.)
    ======================================
       1.      Open the Service Browser. To do that, use the following URL: http://<host>:<port>/caf.
       2.      Choose Service Browser.
       3.      From the left pane, choose the application that contains the data you want to transport.
       4.      Choose Transport Content.
       5.      From the Content Transport table, select the business object nodes that you want to transport and choose Create Transport File.
      6.      Choose one of the options for type of the transport file, containing the business data you want to transport:
    Download DBContent XML u2013use this option if you want to extract XML database content in production systems or use this option if you want to translate the exported database content.
    Download DBContent SDA u2013 use this option only if you want to extract database content SDA for test purposes.
      ===========================================
    But I don't find how can I reimport the data using DBContentXML. Amd the links on the right side link to the old version. Could anyone tell me how to reimport the data?
    We use SAP NetWeaver 7.1. ENH
    Thanks a lot and nice Regards!
    Ping

    As I could see on SAP Help (http://help.sap.com/saphelp_nw70/helpdata/en/44/1fedbfe9d663cee10000000a11466f/frameset.htm) the exported content is an SDA that has to be deployed on the target server.
    I´m also facing this issue on CE 7.2.
    Have you tried this option?
    Best Regards,
    Gabriela Tinti Vasselai

  • How to extract historical data from  business objects datamarts to Sap BW.

    Hi Guys,
    I had a scenario,where i need to extract or convert historical data which is resided in datamarts of businesobjects into SAP BI Infocubes.
    Can anyone have experienced or idea on this type of scenario.
    If you experience or idea plz guide me. If you know any documentation or Docs where i can follow to workout this task.please refer
    Thanks,
    Vikram B

    Hello Vikram,
    I recommend to post this query to the [Integration Kits - SAP|BusinessObjects Integration Kits; forum.
    This forum is dedicated to topics related to the BusinessObjects Integration Kit for SAP.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all SAP Kit queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Relative value in Crosstab in Business Objects WebI

    Hi All,
    I have an Cross tab report where I need to compare between Current Year data and Previous Year data. My table structure is like below:
           2012 2013 CY vs PY
    US 100 150 
    UK 250 230 
    AUS 140 150 
    Now, whenever I am trying to calculate Previous Year value through relative value function I am getting #computation error.
    My formula =RelativeValue([measure];([Year]);-1)
    Year is the dimension used horizontally in above crosstab.
    Can you please suggest what I am missing here. Please provide your solution with Relative Value () only as this is only a prototype we are working on and Relative Value() is going to be required in large scale for the project.
    Thanks in advance.

    Have you tried using the NoFilter function?
    For example:
    =NoFilter(Sum(RelativeValue([measure] ;([year] );-1))  ;All )

  • How get data from business object to xml file

    Hi all,
    My new problem is ,,
    In my application, I have check list of selected business partners. In that , I want to save the checked oBusinessPartners complete information to an XML file(created dynamically),
    How to do?
    Thanks in advance
    shashi kiran

    Shashi Kiran,
    Can you explain me detail where
    you want to save check business partners in xml ?
    Jeyakanthan

  • ABAP Query on Recent Posting Date in G/L Account

    Dear All
    This is the new request that has come from the client. What they want to see is the G/L account and the most recent Posting Date. For eg Lets say that 220000 has 3 line items
    1000 in march 06
    2000 in april 06
    3000 in may 06
    End user wants to see Balance as 6000 and the most recent Posting date as may 06. If i Pull Accounting Doc # and Posting Date it will give me all the details and date which i dont really want. How do i do it ?
    Please help me
    Thanks
    Sameer

    Hi,
    try table GLT0 (for Rel. 4.6C)
    A.

  • Authorisation in Business Objects Explorer Infospaces created on BEx query

    Hello,
    We have installed Business Objects Explorer, created Universe on BEx query and created a Explorer Infospace on that universe. everything works fine but the authorisations created for the user in BEx query are not taken into consideration when I login using SAP username "leveraging" SSO.
    Is Explorer not designed to consider authorisations in BEX query?
    Whats happening during Indexing of an Infospace? Will the system save the data in Business Objects repository from the source of the data?
    Thanks in advance.
    /Suman

    Hi Suman,
    You are right , Explorer is not designed to leverage Authorisations in SAP BW.
    Polestar is indexing data and keeping it out side of BW.  Although you can log in with SSO , it doesn't check the authorization according to BW, it shows everything indexed.
    You can have a workaround if the case is simple such as;
    Suppose you have 3 region , you can create 3 infospaces and give these authorizations to users from CMC.
    But if you really want to use all features of authorization in BW , it is impossible for now.
    Regards,
    Ozan Eroglu

  • Business Objects to pull Cognos data

    Hi All,
    I would like to know whether anyway to pull Cognos data into Business Objects?
    1. Pull data thru Universe from Cognos Cubes?
    2. Pull data using Crystal reports from Cognos Cubes?
    3. Or any otehr method of pulling data from Cognos Cubes?
    If nothing is possible I would have to explore using the RDBMS Tables to build Universe, WebI and then present in Xcelsius. Anybody is aware of getting data from Cognos?
    Thanks in advance.
    Alex.

    You need to create a universe based on the RDBMS source. Look at the COGNOS data flow to create universe. Have you found any other leads?

Maybe you are looking for

  • How to add new columns to datablock

    Hi, I am new to oracle forms. Can you gurus out there help me with a simple query. I've a data block based on system_parameters table. I've to add two new text items corresponding to two new columns (let say A & B) added in the same table. I've added

  • Transfering iphoto library from old computer to new

    for whatever reason, i'm not able to transfer my iphoto library from my old powerbook g4<iphoto2/os10.3.9> to the new powerbook g4<iphoto5/10.4.3>. it starts the copying process but then freezes or gives an error message. any thoughts?

  • Get Sale order created date & time

    Hello.     Can anybody help me in finding the function module which takes sale order no. as input & gives me the order created date & time as output. Regards Devika.S

  • Heterogeneous Connectivity to SQL Server from 8.0.5

    I read many topics in this forum relating to Heterogeneous Services (HS) but cannot find any documentation that details how to 'invoke' an HS connection through ODBC We need simple connectivity to a SQL-Server DB so there is no need to install Transp

  • Guest users in EP.

    Hello friends, I have EP 7.0 SP13. Whenever I restart J2EE engine, I see guest users gets logged in on each server node.Could you please provide me with details what this guest users? How can I prevent guest users from loggin into all the nodes. Than