Column 'Messages' in Shopping Cart Monitor search result

Dear All,
what does this column 'Messages' in Shopping Cart Monitor mean? Is it related to any HR data and how?
(SRM Administration -> Application Monitors -> Shopping Cart Monitor)
Thanks in advance for your answer.
Regards
Christina

Hi Anshu,
thank you for your answer.
In our application only an employee name is to be seen in each line of this column. And this employee is not always the one who created the shopping cart, strangely. Anyway every user creating shopping carts seems to be related to a certain employee name. This is why I thought of HR data. Perhaps you know how this could happen..
Regards
Christina

Similar Messages

  • How to display error message in Shopping Cart?

    How to display error message in Shopping Cart and stop the shopping cart for further processing? I try MESSAGE w001(zshop) or MESSAGE e001(zshop). But it is causing run-time error.

    Hi Paul,
    In the DOC_CHECK or DOC_SAVE BADI, you have a global internal table named et_messages. The structure of this table is 'bbp_smessages_badi'. You can append your error message here by inputting the message type, ID and number. The message type is either 'E' for error or 'W' for warning and the number would depend on your message class(ID). You will be able to see the error message on top of the screen, can be a red or yellow highlight depending on your appended message. I don't think creating the error message via the MESSAGE syntax will be successful, maybe this is why you are getting a runtime error.
    Regards,
    Noel

  • Shopping cart Monitor Screen

    Hello Gurus,
    I need to enhance the Shopping Cart Monitor Screen in SRM 7.0 portal but unable to do so.
    Any help would be highly appreciative.
    Thanks.

    Hi
    you  can use the badi BBP_MON_SC to enhance Monitor SC screen.
    more over if you want to adding CUF for header level and item level  then you can use the standard Include structures provided by SAP and then to make it functional you can use the badi.
    thanks and regards
    Ankur

  • Add custom field in the selection screen for shopping cart monitor report

    Hello,
    refering to the notes 458591 an 672960, in order to add custom field at item level, we get the structure INCL_EEW_PD_ITEM_CSF.
    But this doesnt make it appear on the "Shopping Cart Monitor Report" selection screen.
    So should I try adding it in the existing interface of the badi bbp_sc_mon ?

    hello Yann,
    ok I will implement that. Is it possible to change the interface of the badi method to  include more data if we want to check the role of the user who is executing the shopping cart monitor report and accordingly do the settings of field display ? Or calling a function module inside the method to get the attributes of sy-uname would be easier?
    rita

  • Error message during shopping cart approval

    Dear gurus,
    A user has encountered an error message when approving a shopping cart.
    The error message is "Shopping cart xxx (PReq. xxx): ME 020 Item category D not allowed with document type xxx".
    The PR is not created at the backend.
    Do anyone has encounter this error message before?
    Appreciate for your help.
    Thanks in advance.
    Regards,
    Santthi.

    Hi,
    Seems like your SC is trying to create service purchase requisition  with item category D for your PR doctype in the backend.
    Your PR doc type definition does not have item category D defined for it in MM backend.
    Best regards,
    Sridhar

  • Regarding Removal of filed from Shopping Cart Extented Search

    Dear All,
    We have a requirment where we need to remove a field from shopping Cart Extended Search. Field name called "Role" has to be removed.
    Could some one let us know,  how to  remove the field?  we observed that BADi  CUF is being not triggered to suppress this field. And also we would like to know what is the Field name or Sturucture we need to remove.
    Waiting for  your response.

    Hello Amarnath,
    >
    amarnath g wrote:
    > (...)
    > we are on SRM version 5 ( SRM_SERVER 5.5). Does this imply to this release as well? (...)
    I think so. But to be sure, have a look at ABAP code for concerned Dynpro PBO.
    >
    amarnath g wrote:
    > (...)
    And also I would like to know wheter can we add a custom field  to the search Criteria.....
    Yes, but you will have to manage it in search structure GS_SEARCH_FIELD.
    Regards.
    Laurent.

  • Shopping Cart Monitor in SRM 7

    Hello Experts,
    The client is upgrading from SRM 5 to SRM 7.
    I want to create a new role in SRM 7 that has Shopping Cart Monitor.
    I found the T-Code/Dynpro application for that, but I see not only the SC monitor but also the business partner and contract distributation links on screen.
    Do you have an idea, how I can isolate the SC monitor ? I don't want to see the other transactions on screen.
    Thank you !
    Rami Kleiman

    Hi,
    Thank you for the answer. The problem is that when adding this Tcode to a role, the interface doesn't look very graphical.
    It looks the same like it looks in the SRM GUI.
    it means that you are using the Z tcode-ZBBP_MON_SC   in SRM 5.0 .  the same tcode:
    Z_BBP_MON_SC in SRM 7.0 -you can see the same interface in  SRM 7.0. The portal roles in SRM are old portal roles
    check with your  Portal team to assign the  SRM administration role in SRM 7.0 .you can see in the  new interface.
    G.Ganesh Kumar

  • SRM 7.0 Process-Controlled (BRF) Workflow -- Error message to Shopping Cart

    I am modifying a BRF Expression used to calculate approval levels.  During this calculation, I may run into error conditions (e.g. Currency tranlsation not found) that I want to display to the user (in the Shopping Cart).
    I have tried raising the following exceptions:
    /sapsrm/CX_WF_RULE_ERROR.
    /sapsrm/CX_WF_RULE_ABORT.
    Raising these exceptions do result in SLG1 log entries being written, but the User is not informed of the error (ie. at top of shopping cart where other messages display).
    I can probably jump out of the Webdynrpo to read logs, but thought there MUST be some standard way of passing error conditions from the BRF, back to WF, and then back to the Webdynpro Window.
    Anybody raise error messages back to the online user from Process-Controlled Workflow?
    Thanks,
    - Tim

    >
    Saravanan Dharmaraj wrote:
    > Hi Tim,
    >
    >    I am not sure about your business requirement, but if you want to display custom error message while user create a SC, SAP has provided a standard BADI - BBP_DOC_CHECK_BADI. You can implement this Badi to raise a custom error,warning message. You can build your brf logic in the BADI implementation..
    >
    >
    > Best Regards,
    > Saravanan Dharmaraj.
    Hi Saravanan,
    I am actually modifying the Approval Limit Checks (for multi-currency translations) that you recently coded in Maryland.  It can occur that errors occur in determining limits (new Currency translation I just added), or during the lookup of agents (ie user config is inconsistent).
    In these cases, I can make the shopping cart Dump, by raising untrapped error messages, or assertions.   However, I would like to raise exceptions that get trapped (such as the ones I identified in original post), and then make their way to the shopping cart.
    Unless I am missing something, I don't think the WF BADIs, or BRF are gonna communicate errors back to the shopping cart, even though these components are called during cart creation and checks.
    I realize that I can recode the Agent Determination BADIs,  BRF calls, or even read BRF logs within BBP_DOC_CHECK_BADI.  I mentioned this in my original posting as well.
    Anyway, any help is appreciated.
    Thanks,
    - Tim

  • Errorneous messages is shopping cart

    Hi Friends,
         I am getting messages that could be irrelevant in shopping cart. We are on SRM5.0 ECS, SP15. All our landscapes were up and running fine. All of sudden our sandbox started giving strange errors. There has been no config or development changes in SRM or ECC, but the messages tells me that somehting has changed. Below are the messages when I select final order button in the shopping process.
    1. Company code is not defined
    2. No currency line exists for line item
    3. Required field COMP_CODE was not transferred in parameter PURCHASEORDER
    4.  Required field DELIV_DATE was not transferred in parameter PURCHASEORDER
    5.  Required field DOC_DATE was not transferred in parameter PURCHASEORDER
    6.  Required field OBJ_KEY was not transferred in parameter PURCHASEORDER
    7.  Required field OBJ_POS was not transferred in parameter PURCHASEORDER
    8.  Required field OBJ_TYPE was not transferred in parameter PURCHASEORDER  
    Please advise.
    Regards,
    Rao

    Hello Rao,
    Use SAP monitoring tools ( ST22, SM21, ST01, ST11, etc.) to give us clues...
    No chance to give you advises without any input data !!
    Regards.
    Laurent.

  • SRM 7.02 Shopping Cart Monitor

    Good afternoon Gurus,
    I am having difficulty with commitments posting incorrectly in our backend system.  I am currently running ECC 6 and SRM 7.02 Extended Classic.
    I use the SRM Application Monitor for error checking etc........... I as the administrator am able to delete line items from Shopping carts when requested.
    Unfortunately I have one document that has not updated our GM table correctly and I would like to re-activate the line items on this shopping cart but do not seem to have the ability.  Is this a feature of the Application Monitor at all or is there another way to accomplish it?
    I have already spoken to the requestor on the shopping cart and she sees the shopping cart with no items as well, she has no way to undelete or reactivate the items either.  I use /SAPPSSR/SC_COMMIT_REPOST in TCode SA38 to repost erroneous shopping cart commitments and that seems to clear the GMIA issue, but because this shopping cart is deleted the items are not available.
    Any input would be greatly appreciated.
    Best Regards,
    Mary

    Hi konstantin,
    My error was related to monitor shopping cart and it is 'sc.detailprof' , but i still have followed the same procedure the way it was maintained for the standard role by SAP.
    What OBN should exactly is to be maintained for those errors.
    I was also checking the parameters in SWO1 tcode and maintaing the same for the method, but still no use, can you please suggest if there is any other way to do this.
    Thanks,
    Pavan.

  • Vendor not released warning as an error message in shopping cart

    Hi,
    When we are creating a Purchase order in SRM R/3 system, If we select a vendor which is not released then we get the Error message saying Vendor is not released and processing stops there.
    Similarly while creating a Shopping cart with the same vendor it just gives a warning message instead of error. Is there any way of converting the warning message in case of Shopping Cart to an error message ? Is there any BADI available ?
    Thanks,
    Sreekanth

    Yes when we are creating any shopping cart or any PO , for validations we are using one check badi.
    Try this Badi :
    BBP_DOC_CHECK_BADI.
    Hope It helps......

  • Custom List definition site columns managed properties not appearing in search results

    Hi i developed a site column, custom content type and a list definition. I set the value for this column and started crawling but i don't find these properties in search schema. If i add this column manually in a library and start crawling, these properties
    are showed. What 's the difference?
    kesari suresh

    HI,
    I am able to finally crack the issue.
    I forgot to add the Event Receiver for the new List Definition I was creating.
    Added below lines in the Event receiver of List definition and found that the crawled properties and Managed properties (For Managed Metadata Columns) were creating successfully.
    <Receiver>
          <Name>TaxonomyItemSynchronousAddedEventReceiver</Name>
          <Type>ItemAdding</Type>
          <Assembly>Microsoft.SharePoint.Taxonomy,
    Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
          <Class>Microsoft.SharePoint.Taxonomy.TaxonomyItemEventReceiver</Class>
          <SequenceNumber>10000</SequenceNumber>
        </Receiver>
        <Receiver>
          <Name>TaxonomyItemUpdatingEventReceiver</Name>
          <Type>ItemUpdating</Type>
          <Assembly>Microsoft.SharePoint.Taxonomy,
    Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
          <Class>Microsoft.SharePoint.Taxonomy.TaxonomyItemEventReceiver</Class>
          <SequenceNumber>10000</SequenceNumber>
        </Receiver>
    Thanks,
    kesari suresh

  • Adding new field in Monitor Shopping Cart

    Helll All,
    I have a requirement where I need to add a new field in the Search Criteria screen for Monitor Shopping Cart (item data).
    The new field needs to have a property so as to be able to add more than 1 value for it. It is just like Purchasing Group criteria present in the standard Shopping Cart Monitor screen.
    I have the structure BBPS_MON_SC_ITEM where there is a field PURCHASE_GROUP, which is like a range. I need to add one more field here with the same range structure so as to get values of my new screen field into it.
    Coming to my question........In which structure should I append this new field so as to get it in BBPS_MON_SC_ITEM? I have read the note 672960 and tried appending for Table Type fields but no success.
    I am working in SRM Version 5.
    Kindly help.
    Thank you.
    Johnson
    Message was edited by:
            Johnson Ittyerah

    Hi
    <u>See related links -></u>
    Re: Adding CUF fields in Monitor Shopping Cart Selection Screen
    Re: Error while viewing the SC via BBP_MON_SC
    Adding fields in shopping cart
    Do let me know.
    Regards
    - Atul

  • Insert column into shopping cart status screen

    Hi,
    I need to insert a column into the shopping cart status screen table control( search results).(BBPSC04).
    Can u pls let me know whether i can achieve this by adding an append structure or standard screen modification?
    Cheers
    Rajeev

    Hi,
       Instead of modifying the std structure,try modifying the corresponding template of the service.
    BR,
    Disha.
    Pls reward points for useful answers.

  • SRM: Shopping Cart Date Issues

    The date range on the monitor shopping carts reports is not followed. A report used for analysis on shopping carts is not working. When you select various dates it seems to ignore the requests you have entered and gives you the list from the year dot.
    Any ideas anyone?

    Hi
    Which SRM version are you using ? Which Report you are referring here ?
    <b>Please try the following SAP OSS Notes, which will help.</b>
    <u>Note 889942 BBP_MON_SC: Service item can't be searched by perform.period
    949399 SC monitor: Search help does not display all catalogs
    972697 bbp_mon_sc: No result for limit shopping cart search
    901608 BBP_MON_SC: Service Item search is incorrect
    813434 Shopping cart monitor and internal ITS:Shopping cart display
    669720 BBP_MON_SC: Follow-on document is not found
    625694 Not possible to search for SHB based on some docs in monitor
    596089 SHP Monitor: problems with search functionalities
    Note 561186 Monitor shopping cart: Selection of large datasets</u>
    Do let me know.
    Regards
    - Atul

Maybe you are looking for

  • How can I Add a photo to a catalog from inside another catalog

    I have a number of large catalogs with a small subset of pictures that have been edited and printed. I'd like to be able to have just a catalog of printed images so i can easily find them, reprint them, edit them etc. but not move them from their ori

  • How can I moving Closed Captioning from one stage video to another?

    Someone mistakenly included an MP4 video in a Captivate project. The project won't publish a SWF file (Your computer does not have sufficient memory resources to publish your file), and there are too many Closed Caption items on the stage video to re

  • Sending material from one subcontracting vendor to another vendor

    Hi Experts we have a scenario we have more than one subcontracting vendors.so the unused raw material should be send to one vendor to another.so how can we configure it.please give me feedback. Thanks in advance...

  • Macbook (1,83GHZ Duo 1GB RAM ...) + World of Warcraft

    hi, does anyone of you know if I m able to run World of Warcraft on an Macbook without graphic problems, or better said 'hardware lags'? a PC haha, maybe a mac soon   Windows XP Pro   sometimes it *****

  • Sharing calendars with "Everyone"--cons?

    Since we can no longer publish calendars with the MobileMe upgrade, and the people that use to see mine aren't MobileMe users, what are the cons, dangers, repercussions of sharing a calendar to "everyone"? That seems to be the only way to send a link