What is CRM object BSPWDBP_HEAD_MAIN?

This object has high dialog response time in our system but I can't determine what type of object this is.  There are no notes in service marketplace or SDN regarding this object.

Hi,
I am assuming that you are running CRM 2007 or 2006s?
If yes try to go to transaction BSP_WD_CMPWB and open component BP_HEAD_MAIN. From there try to click the "test" button. This will take you to the CRM WebClient and more specifically to the search screen for accounts. So perhaps the object you are referring to is in fact the search for accounts.
/Anders

Similar Messages

  • What are replications objects and subscriptions???

    Hello All,
    I am working with CRM 5.0
    I want to know what are replications objects and subscriptions and how it is work with sites and BDocs? The process is not clear to me and how is the relationship between them?
    Regards
    Jacopo Francois

    Hello Jacopo,
        The CRM Middleware course material CR500/CR540/CR550 details out the concepts of a Replication Obj,Publication and Subscription.
      Let me try and illustrate this concept with a real-world example. This is normally the example I provide whenever I train employees.
    What do you do when you want to subscribe for SAP Netweaver magazine published from SAP Press?
    1) SAP Press publises a number of SAP magazines. So, first you select the publication of your choice. Your publication = "SAP Netweaver".
    2) Next, you have to subscribe for it in the website by furnishing your credit card details, shipping address and the duration of your subscription. So, that becomes your subscription. So, a publication can have many subscriptions (sent by many people)
    The replication object is just the abstraction which collects all the publications and their corresponding subcriptions and relates them a particular Bdoc type. Normally, the name of a replication object = Name of the Bdoc type. E.g. BUPA_MAIN. Replication objects can be bulk objects or simple intelligent objects depending on whether mass data or filtered data is desired. Naturally, there will not be any subscriptions for a bulk replication object.
    Now, once you have created a site and have done its configuration, you can associate the site to a number of replication objects depending on what type of data would the site be interested in.
    Hope you are now able to figure out the meaning of these MW terms and understand the relationship between them.
    Please reward with points if this helps!
    Thanks,
    Sudipta.

  • Whats the Middleware object for customer group code?

    Hi Gurus,
    Whats the name of middle ware object to transfer customer group codes from ECC to CRM?
    Vinay

    To Know what all the object does you can see it in R3AC3. Go to Tcode R3AC3, and  slect the object DNL_CUST_PRICE. If you go into the details,You will have a tab called Tables/Structures. In that you can see what all the tables are selected. By this you can determine what all data comes to CRM from R/3. Those tables are R3 tables. Same applies other obects.

  • What exceptions crm on demand throws?

    what exceptions does crm on demand throw when it encounters errors? i want to catch it in Java but i don't know what it throws.
    in my case, i issued an Execute method and it returned saying it can't process since it has more than 20 objects. I want to catch that exception but i don't know what exceptions to catch.
    Do you know where I can find out what exceptions crm on demand throws when it encounters errors?
    Thanks

    what exceptions does crm on demand throw when it encounters errors? i want to catch it in Java but i don't know what it throws.
    in my case, i issued an Execute method and it returned saying it can't process since it has more than 20 objects. I want to catch that exception but i don't know what exceptions to catch.
    Do you know where I can find out what exceptions crm on demand throws when it encounters errors?
    Thanks

  • What is crm and abap.

    hi,
    i want to know what is crm and abap and it's difference or both are equal
    thanking you
    Moderator message : Search for available information. Read forum rules before posting. Thread locked.
    Edited by: Vinod Kumar on Jun 4, 2011 1:57 PM

    Hi ,
    CRM ABAP is somewhat similar to R/3 only . But you can say that CRM is more of a Object oriented ABAP.
    Secondaly there are few concepts such as
    BDT ( Business Data Toolset)
    EEWB ( Easy Enhancement Workbench)
    External list management.
    These are upto my knowledge .
    For more refer this link.
    [Re: CRM for ABAPer;
    Reward if helpful.
    Regards
    Sourabh Verma

  • What exactly are objects?

    Hi, i am new to java and i do not exactly understand the concept of OBJECTS...they are somehow relates to methods and classes. Is there a place where is can know about objects in java? Maybe someone here can help me..

    Think about it this way? What is an object? Is a man, woman, pen, employee, map, napkin? All of those are objects correct?
    So in Object Oriented Programming, like Java, you can create something called a class that describes these.
    An object or class(in most cases), is used to describe just that, an object.
    For example, take a man, he is an object, so how would you descibe a man? Maybe, name, weight, height, hair color, or however much more detailed you want to get. So you create a class that contains all that information in a way that you can reuse it for any man object that you want to create later.
    Does that make more sense?

  • What type of object is of class "NumericText" ?

    In this thread I asked the Q above.
    I can't find any object that I can drop that is of that class. And since I can't create control from the ref, I am left wondering what a "NumericText" object on the FP would be.
    Just curious,
    Ben
    Message Edited by Ben on 03-24-2009 08:47 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Solved!
    Go to Solution.

    The class is applicable to a numeric's "NumericText" property. Not sure about its history or purpose.
    Attachments:
    Example_VI.png ‏3 KB

  • What is the object for ?

    Hello,
    I need to do a program which show the result of a select in a DataBase.
    I would like to show them as in a peer to peer software, I mean in different categories that I could possibly sort by clicking in the name of the category. What is the object for that.
    Thank you.
    PS: Excuse my english, I'm french

    ummm...I don't really understand what you are asking for. But you know that objects are created from a class and it inherits the attributes of that class. It could either be from the built-in classes of java or the one that you built on your own. I suggest looking at java help and see if there are any classes that can satisfy what it is that you want to do, if none does, then you're gonna have to create a class of your own then create an object from that...not sure if this answers your question, i'm kinda like shooting in the dark here....=)

  • What is authorization object and how to create it for a table

    Hi All,
    What is authorization object and how to create it for a table?
    Thanks

    Hi
    Authorization
    For authorization checks, there are many ways of linking authorization objects with user actions in an SAP system. The following discusses three possibilities in the context of ABAP programming.
    Authorization Check for Transactions
    You can directly link authorization objects with transaction codes. You can enter values for the fields of an authorization object in the transaction maintenance. Before the transaction is executed, the system compares these values with the values in the user master record and only starts the transaction if the appropriate authorization exists.
    Authorization Check for ABAP Programs
    For ABAP programs, the two objects S_DEVELOP (program development and program execution) and S_PROGRAM (program maintenance) exist. They contains a field P_GROUP that is connected with the program attribute authorization group. Thus, you can assign users program-specific authorizations for individual ABAP programs.
    Authorization Check in ABAP Programs
    A more sophisticated, user-programmed authorization check is possible using the Authority-Check statement. It allows you to check the entries in the user master record for specific authorization objects against any other values. Therefore, if a transaction or program is not sufficiently protected or not every user that is authorized to use the program can also execute all the actions, this statement must be used.
    AUTHORITY-CHECK OBJECT object
                            ID name1 FIELD f1
                            ID name2 FIELD f2
                            ID namen FIELD fn.
    object is the name of an authorization object. With name1, name2 ... , and so on, you must list all fields of the authorization object object. With  f1, f2 ... , and so on, you must specify the values that the system is to check against the entries in the relevant authorization of the user master record. The AUTHORITY-CHECK statement searches for the specified object in the user profile and checks the useru2019s authorizations for all values of f1, f2 ... . You can avoid checking a field name1, name2 ... by replacing FIELD f1  FIELD f2 with DUMMY.
    After the FIELD addition, you can only specify an elementary field, not a selection table. However, there are function modules available that execute the AUTHORITY-CHECK statement for all values of selection tables. The AUTHORITY-CHECK statement is supported by a statement pattern.
    Only if the user has all authorizations, is the return value sy-subrc of the AUTHORITY-CHECK statement set to 0. The most important return values are:
    ·        0: The user has an authorization for all specified values.
    ·        4: The user does not have the authorization.
    ·        8: The number of specified fields is incorrect.
    ·        12: The specified authorization object does not exist.
    A list of all possible return values is available in the ABAP keyword documentation. The content of sy-subrc has to be closely examined to ascertain the result of the authorization check and react accordingly.
    REPORT demo_authorithy_check.
    PARAMETERS pa_carr LIKE sflight-carrid.
    DATA wa_flights LIKE demo_focc.
    AT SELECTION-SCREEN.
      AUTHORITY-CHECK OBJECT 'S_CARRID'
                      ID 'CARRID' FIELD pa_carr
                      ID 'ACTVT' FIELD '03'.
      IF sy-subrc = 4.
        MESSAGE e045(sabapdocu) WITH pa_carr.
      ELSEIF sy-subrc <> 0.
        MESSAGE e184(sabapdocu) WITH text-010.
      ENDIF.
    START-OF-SELECTION.
      SELECT  carrid connid fldate seatsmax seatsocc
        FROM  sflight
        INTO  CORRESPONDING FIELDS OF wa_flights
        WHERE carrid = pa_carr.
        WRITE: / wa_flights-carrid,
                 wa_flights-connid,
                 wa_flights-fldate,
                 wa_flights-seatsmax,
                 wa_flights-seatsocc.
      ENDSELECT.
    Regards
    Hitesh

  • What User authorization objects needed for connecting to SAP from xMII?

    We eneter a SAP user and password for connecting to SAP from xMII to retrieve the metadata of the incoming IDocs.
    When I specify a user with SAP_ALL user profiles, the IDocs are received properly in xMII. If I specify a user with privileges to run only certain transactions, IDocs are not received in xMII.
    What user authorization objects are needed for this user to connect to SAP from xMII?
    Thanks,
    Sara

    Sam,
    I turned on the SAP System trace for this user and figured out the following auth. objects are required for receiving IDocs in xMII:
    C_TCLA_BKA
    S_RFC
    S_CTS_ADMI
    B_ALE_MAST
    S_IDOCDEFT
    The following auth. object is required for making JCO call to SAP from xMII:
    C_AFRU_AWK
    Thanks,
    Sara

  • What is Business Object!?

    Hi everybody,
    I'm newby in all of this, i mean SAP, i do some things in PI, but now i need to work with Business Objects, and i really don't have idea. I was looking for information about it but i didn't find something that explain what is business objects in technical way, like development, what do i need to develop?
    What is the first thing that i need to install?
    where can i find it (application, executable) to download?
    Is a Web Server or Application Server, necessary?
    I tried to find all the technical aspects (like BO theory) and the architecture for BO, but nothing clear yet. I only found funtional foundations, like the propose of the BO and the characteristics, but not how does it work!!.
    Could anybody help me please?
    Thanks,
    Vicman

    Hi,
    Learning BO would be a very smooth, I can assure you a pleasant run; if you are a BI consultant, I advise you to first install BO Edge which is free on SAP site at "Free Trials"
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    and start with the below link to get hold of the user guides and start familiarising with first the universe and then the Desktop Intelligence/Web Intelligence.
    http://help.sap.com/businessobject/product_guides/
    I am very sure if you pick the universe first and jump on desktop Intelligence, you will be able to learn it fairly fast.
    All the Best.

  • What SAP Business Objects Web Services to use with XI3.0

    I'm new to BO and is tasked to install it.
    What I've installed already is the BOE XI3.0 version and now want to install Xcelsius 2008 Enterprise.
    What I can not figure out from the Xcelsius manual or SDN or OSS is what the Business Objects Web Services are the manual instructs you to install with Xcelsius.
    I did find something called
    BusinessObjects Web Services XI for Windows and downloaded it but is not sure if this is what I need to install as the business Object Web Services on XI 3.0
    Can someone please direct me in the correct direction
    Thanks in advance
    Liezel

    Hi,
    i am not sure if i understand your question. If you mean Query as a Webservice (QaaWS), this component should be part of your XI 3.0 Enterprise installation. You could also use the flynet (www.flynet.co.uk) which is part of Xcelsius Enterprise 2008 SP1.
    Best Regards
    Ulrich
    Edited by: Ulrich Hambuch on Sep 29, 2008 1:09 AM

  • Whats the business object attached to the transaction TBB1  ??

    Whats the business object attached to the transaction TBB1 .
    I am trying to post a  loan contract fees and repayment  from Treasury to GL.
    Thanks ,
    Naval Bhatt

    Below is the exact requirement .... but there is no event generate right now  ... I feel that there are some configurations need to be done ..for the event to be generated ...
    It will be great if you have any idea about the configurations .. .
    Objective:
    When loan contract fees and repayment are posted from Treasury to GL, workflow should be activated to:
    a. Insert a payment block 'Z' in the document (Will need to create a user-table to define the criteria where payment block is to be inserted), AND
    b. Route the document for approval.
    If amount < 10,000, only 1 level approval
    If amount > 10,000, 2 levels approval required.

  • Operation on production order - what is the object (BOR) to manage it ?

    Hello,
    I have to call a workflow when an operation on production order is confirmed, or partially confirmed, or deleted.
    What is the business object to use to manage it ??
    Tks,
    Roberto.

    Hello Uma,
    yes, right...
    yesterday, I was not able to see the trace when I deleting a production order becuase the object BUS2005 was not
    active on customizing:
    after I found it
    No business object triggered for production order creation
    end now is showed...
    SO, we have to use BSVW ... and so the consequences is : How to know what is the object BOR to activate !??!?!
    tks

  • What is matchcode objects and how can we create tthem

    hai to all.
         what is matchcode objects .
         and how can we create matchcode objects
         and how will it works

    Hi
    In which version of SAP are you working?
    Matchcodes are replaced by SEARCH HELPs in latest versions
    see the doc
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11 Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Collective search help Combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    A Collective search help provides alternative search
    Paths by combining elementary search helps.
    Only one search help can be attached to a field, table or data element. Several search paths are therefore attached with a collective search help.
    A collective search help also has interface parameters like
    an elementary search help.
    Like an elementary search help, a collective search help has an interface of IMPORT and EXPORT parameters with which the search help exchanges data. Using this interface, the collective search help can be attached to fields, tables and data elements exactly like an elementary search help.
    Parameter assignment needs to be done for each of the
    Included search helps.
    When you define a collective search help, there are no components for describing the dialog behavior and data selection; instead the included search helps are listed here. You must assign the parameters of the collective search help to the interface parameters of the included search help for each inclusion.
    User may choose the tab and thus the elementary
    search maethod.
    When we execute the search help SCUSTOM, we are confronted with a dialog which gives us an option of either restricting
    By 1)Search for customer according to booking
    2)Search for customer according to name.
    These are effectively the elementary search helps (SCUSTOM_BOOK and SCUSTOM_NAME) which have been included in the collective search help SCUSTOM.
    HOT KEY
    The hot key is used to select the elementary search help from the collective search help and to enter the restrictions in the dialog box for restricting values directly from the entry field. If the user often searches for values using the same search help, this procedure can save time.
    Steps to create a Collective Search Help
    1)Enter the search help name and click on create.
    2)Choose Collective search help radio button option as the search help type.
    3)Enter the search help parameters.
    4)Instead of the selection method, we enter the included
    search helps for the collective search help.
    5)We need to assign parameters for each of the included
    search helps.
    6)Complete the parameter assignment by clicking on the push button
    7)Collective search help offers the user to obtain F4 help
    using any of the included search helps.

Maybe you are looking for

  • Diff b/w snapshot baselines and AWR reports

    Hi All, Can anyone tell what is the difference b/w snapshot baselines and AWR reports. I have gone through couple of articles and i feel both are same, however given different names. Am I correct? Thanks

  • Restoring files from time machine backup made using Mountain Lion

    Hi Guys I have trawled through the Internet and found many sources of help for some of my headaches but still can't help the problem. So here I am..... I have an early MacBook Pro 13" that came with snow leopard. I immediately updated to lion which w

  • OLE DB Destination" failed validation and returned validation status "VS_ISBROKEN.

    Hi I have a package which has 10 sequence containers. Have 10 Flat File Source files and all is working perfect on BI Debug mode. When I deploy this package to server I am getting the following error. I have changed the property Retain the same conne

  • Edit History in Bridge

    I have been looking for a way to link renamed images in files to the original document, which is in a folder with a date and the image itself has the Nikon number (DSCxxxx). When I decide an image is ready to print, I copy it to a print folder on a d

  • SQL Query to convert multiple rows to a single row output

    I have the following sql query; SELECT B.ClientID, B.BillNo, B.[BillDate], B.CurrencyCode, B.BAmount FROM tblCompanyDetails CD CROSS APPLY ( SELECT TOP 5 B1.ClientID,  B1.[BillNumber], B1.[BillDate], B1.[CurrencyCode] AS CCY,  B1.[BillAmount] FROM tb