User exit to only display Shopping Cart-Backend application errors in SRM portal

Hi Experts,
We have a requirement where users should be able to access the  "Shopping Cart errors" from portal. But we don't want users to access monitor Shopping cart under Applications monitor link.
Thanks in advance for your help.
BR,
Saurabh

Hi,
you maay need to enhance/modify the method
/SAPSRM/CL_CH_WD_MON_CONTAINER->/SAPSRM/IF_CLL_MON_CONTAINER~INIT_MAPPERS
It's the initialization of the items in this monitor list
Regards
Konstantin

Similar Messages

  • Set user Defined Status in the Shopping Cart

    Hello,
    I am facing problem while Setting user defined Status in the shopping cart. Below are the steps which I have followed.
    1. I have created Status profile via Transaction 'BS02' and also created the Status 'On Hold' with Status number 'Exxxxx'.
    2. Entry of this external status is also created in the table TJ30.
    3. Also I tried assigning this Status profile in Transaction type for "BUS2121".
    After making the above configuration for the new User defined status I have used below function module in my program.
    I am using FM "CRM_STATUS_CHANGE_EXTERN" to set the User defined status in the shopping cart.
      CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN'
        EXPORTING
          objnr                    = ls_header-guid
          user_status          = lv_stat
        IMPORTING
          stonr                    = lv_stonr
    After this FM I am also using "COMMIT WORK AND WAIT ".
    But still my Status is not updated in the Shopping Cart.
    Expert please suggest if some one has work in this scenario.
    Best Regards,
    Chirag Shah

    Hi Chirag,
    try to initialize Status schema before update.
    CALL FUNCTION 'CRM_STATUS_OBJECT_CREATE'
         EXPORTING
           objnr                        = ls_header-guid
           obtyp                        = 'SCH'
           stsma                        = 'ZHOLD'
         EXCEPTIONS
           obtyp_invalid                = 1
           status_object_already_exists = 2
           stsma_invalid                = 3
           stsma_obtyp_invalid          = 4
           error_ocurred                = 5
           OTHERS                       = 6.
    Regards
    K

  • Display Shopping cart of other Users in SRM 7.0

    Hi Experts,
    I saw that, we can only see ours Shopping Carts only and not other Users in SRM 7.0 in POWL.
    Can it possible to see others Shopping Cart ? If yes How ? and where is setting ?
    Thanks
    NAP

    Hi NAP,
    If you want to see others shopping cart, probably you are looking for team shopping cart functionality. In team shopping cart, the shopping cart creator can define his team and all the members of the team can see the shopping cart. At any point of time, they can take over the shopping cart and do the follow-on activities for the cart.
    You have to enable the team shopping cart functionality in 'define transaction types' for your shopping cart. On activating the option, when you create a shopping cart, you get the checkbox option 'Team shopping cart'. You need to check the check box for that.
    You can define the team in your personalization tab.
    There is a very good wiki available on team shopping cart functionality launched in SRM 7 in SDN forum. You can refer the details for that.
    Thanks and regards,
    Ranjan

  • Dump while displaying shopping cart in portal ?

    Hi,
    We are in SRM 7.0 and we are using portal.
    We are in intial upgrade stage from SRM 5 to SRm 7.0.
    When we select the shopping cart and click on DISPLAY or EDITin portal nothing is happened.
    From HTTP watch , we found that ..it is going to the URL and it is stucked.
    When we try to access the URL directly , we are getting below error.
    Error when processing your request
    What has happened?
    The URL http:// ........./sap/bc/webdynpro/sap/powl was not called due to an error.
    Note
    The following error text was processed in the system RST : An exception occurred that was not caught.
    The error occurred on the application server fsp55a02_RST_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: INITIALIZE of program CL_POWL_MODEL=================CP
    Method: HANDLEDEFAULT of program /1BCWDY/J9ZTOJ20D6QLEKKWJHSF==CP
    Method: HANDLEDEFAULT of program /1BCWDY/J9ZTOJ20D6QLEKKWJHSF==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/J9ZTOJ20D6QLEKKWJHSF==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Could any one please let me know the issue.
    Regards
    Venkatesh P

    Hi ,
    Below is the dump.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_POWL_FATAL_EXCEPTION
    Short text
        An exception occurred that was not caught.
    What happened?
        The exception 'CX_POWL_FATAL_EXCEPTION' was raised, but it was not caught
         anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_POWL_MODEL=================CP' has to be
        terminated.
    Line  SourceCde
       61       result     = cl_powl_util=>ms_display_alvdialog_as_popup
       62       .
       63
       64 *   read configuration setting for POWL FOCUS
       65   CALL METHOD me->read_config_property
       66     EXPORTING
       67       i_property = 'POWL_DEFAULT_FOCUS'
       68 *     i_type     =
       69     IMPORTING
       70       result     = mv_powl_focus.
       71
       72 * switch POWL delta rendering on (if requested in corresponding URL parameter)
       73   mr_table_helper->set_powl_delta_rend_state( i_powl_delta_rend ).
       74
       75   m_refresh_srv_group = i_srv_group.
       76
       77   l_applid = i_applid.
       78
       79   IF m_applid IS INITIAL AND
       80      l_applid IS INITIAL.
       81
       82 *    try to get application ID from configuration
       83     me->read_config_property(
       84      EXPORTING i_property = 'POWL_APPLICATION_ID'
       85      IMPORTING result = l_applid
       86     ).
      87
      88     IF l_applid IS INITIAL.
      89
      90 *      we expect a valid application ID!
    >>>>       RAISE EXCEPTION TYPE cx_powl_fatal_exception
      92         EXPORTING
      93           textid = 'APPLID_ILLEGAL'.
      94     ENDIF.
      95
      96   ENDIF.
      97   " clear latest switched query
      98     CLEAR ms_new_query.
      99
    100 * check if we have to do a full (re-)initialization
    101   IF l_applid IS NOT INITIAL AND
    102      m_applid <> l_applid.
    103
    104     m_applid = l_applid.
    105     l_do_full_init = 'X'.
    106   ELSE.
    107     l_do_full_init = space.
    108   ENDIF.
    109
    110 * check if we can exit here since the WD session data is still valid
    Regards
    Venkatesh P

  • EDIT button not visible in Display Shopping Cart  screen in SRM portal

    Hello everyone,
    I am facing one strange problem in SRM portal.
    When i create a new shopping cart ON BEHALF of someone then after SAVING the shopping cart the EDIT button disappears from the screen.
    But if i create a shopping cart for  myself only then the EDIT button appears properly.
    My system is  SRM 7.0 .
    Please if anyone has solution to this kindly reply

    Found a note for this issue. The note is 1444219

  • User Exit /Badi to display Plant field in Accounting Doc Generated in MIGO

    Hi All,
      when we do GR in MIGO FOR Movement type '101' , it creates a material document and accountign document. In the Accounting Document , we need the plant field to be displayed with the plant from the Purcahse order in the Addtional Account assingments subscreen. ( the same document can be seen in FB03).
    Is there any user exits or Badi available for this particular scenario. R we missing anything in the functional configuration.
    Kindly let us know. Thanks in advance,.
    Regards,
    Leo.

    Hi,
    You can use the badi MB_DOCUMENT_UPDATE method MB_DOCUMENT_BEFORE_UPDATE
    or badi MB_MIGO_BADI method POST_DOCUMENT.
    You need to call a function module IN UPDATE TASK in order to save the data in DB, you can use an update statement within this FM...
    Create the FM with processing type: Update Module and Start Delayed.
    Regards.

  • Display shopping cart total

    I am wondering if there is a way to use some sort of code to
    put the total of what someone puts in there shopping cart at the
    top of my web page. here is the link to my site and you can see the
    shopping cart in the top left corner.
    Website.
    Thanks

    i'm guessing that is some kind of pre-installed cart package
    from your
    hosting, one and one?
    get the documentation on THAT cart, study it, and find the
    hook to pull the
    current shopping cart total, and put that hook into the
    scripted https pages
    where you want the current cart total displayed.
    > I am wondering if there is a way to use some sort of
    code to put the total of
    > what someone puts in there shopping cart at the top of
    my web page. here is
    > the
    > link to my site and you can see the shopping cart in the
    top left corner.
    >
    http://dragndriftus.com/index.htm.
    >
    > Thanks
    >

  • Can user enter comments while creating shopping cart?

    Hello All,
    While creating shopping cart, is it possible to enter some text/comment in one of the user defined attribute for the item? In other words I need to define a simple single value chracteristics that is ready for input during shopping cart creation. This comment I need to enter before transferring item to the shopping cart. System is CCM2.0
    Regards,
    Ram
    Message was edited by: Ram Sahu

    Yann,
    To make it more clear, here are the steps I am performing:
    1. Search for catalog item in a catalog.
    2. Select the catalog item.
    3. Go to the items detail screen of the selected item.
    4. In this screen, I need to enter some additional information. May be an attribute ready for free text input. Here I tried, documents/attachements. But that doesn't serve the purpose.
    5. After entering comments, transfer/add the item to shopping cart.
    6. Save the shopping cart.
    So, step 4 is where I am looking to enter comments.
    Regards,
    Ram

  • Drop Down List empty when user trying to create a Shopping Cart.

    Hi,
        While Creating a Shopping cart.User is unable to select a vendor or a category from the drop down list,As the Drop down list is empty.I have Checked The Extended Attributes Tab for the user in PPOMA_BBP tcode.Are There any other configurations to be checked.
    Appreciate your inputs!!
    Thanks
    Rakesh.

    Hi Muthu,
                 Thanks For your reply.The User is trying to create a Shopping cart,Whilst creating it he is trying to select a Vendor from the Drop downlist.But the drop down list is showing up empty values.The User is unable to pass the vendor to the shopping cart from the drop down list.
    Thanks
    Rakesh.

  • Shopping cart not created, error message 'Error in Transfer'

    Dear Guru's,
    While creating a shopping cart in the product category, the system is giving an error message 'Error in transfer'. We are working in the classic scenario.
    When we check in the table BBP_PDBEI, the logical system shown is SRM system. Ideally, the logical system should be that of the ECC backend system. Could you please help us where we can go wrong in the settings?
    Thanks and regards,
    Ranjan
    Ranjan Sutradhar

    Hi
    Please refer to the below links
    http://wiki.sdn.sap.com/wiki/display/SRM/TransferprocessoftheShopping+Cart
    http://wiki.sdn.sap.com/wiki/display/SRM/Follow-ondocumentdetermination%28PR%2CPO%2CRS%29
    Hopefully this would resolve your problem.
    Thanks,
    Ashish

  • How to navigate to Shopping Cart Web Dnypro Component in SRM 7.0?

    Hello guys , I have one requirement like this, we develop on custom web dynpro to show exist shopping cart status, and we want to add link to shopping cart number, When user click link,  open new  IE window to show shopping cart infomation. 
    How could I navigate to standard shopping cart web dynpro component?   I found some codes on navigate to another component, But SC component is based on FPM OIF , Any one could provide some suggestions?
    Tks.

    thank you for the link.
    I open the new window with shopping cart details with the following code:
      data lr_componentcontroller     type ref to ig_componentcontroller .
      data l_api_componentcontroller  type ref to if_wd_component.
      data lr_port_manager            type ref to if_wd_portal_integration.
      lr_componentcontroller    = wd_this->get_componentcontroller_ctr( ).
      l_api_componentcontroller = lr_componentcontroller->wd_get_api( ).
      lr_port_manager = l_api_componentcontroller->get_portal_manager( ).
    * Add the SC guid as parameter
      ls_launch_par-key   = 'sapsrm_boid'.
      ls_launch_par-value = <MY_SC_GUID>.
      append ls_launch_par to lt_launch_par.
    * Go to Shopping cart details screen
      call method lr_port_manager->navigate_absolute
        exporting
          navigation_target   = 'OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Operation=detailprof'
          navigation_mode     = if_wd_portal_integration=>co_show_external_headerless
          launcher_parameters = lt_launch_par.

  • Created by in Monitor shopping cart requires employee numer since SRM 5.0

    Hello experts,
    We have upgraded from SRM 4.0 to SRM 5.0 SRM SRM server 550. In monitor shopping cart using 'created by' to search shopping carts, users could usually enter their username. After the upgrade however users need to enter their empoyee number. So they first use the search functionality (binoculars) to search for their name afterwihich the field will be filled with their employee number. Does anybody know how to change that ? So users will be able to enter their username again to search for their own shopping carts ?
    Thanks as ever!
    Kind regards,
    Antoinette
    Edited by: Antoinette Stork on Nov 14, 2008 5:45 PM

    Problem solved

  • How to delete approved shopping carts at header level in SRM 5 ?

    Hi All
    We are using SRM 5 (Classic Scenario) and we have a requirement in which we need to delete the approved shopping carts at header level. Here we are referring the case where SC lies in approved state in SRM but no PO generated in back end.
    We assume that if PO has been created for SC then shopping cart can not be deleted at all.
    I have seen advices like deleting approved shopping carts at item level but this would not suffice. As well we have seen that if we delete the SC at item level still SC shows complete value in header.
    Please advise on this.
    Regards
    Pranay Gupta
    +919711120111

    Hello,
    As far as I know, cart can be deleted at header level when its status is held.
    You can try to archive your carts, since item can be deleted.
    Check the archiving criteria here:
    http://help.sap.com/saphelp_srm50/helpdata/en/3c/f8f03bb8e88109e10000000a11402f/frameset.htm
    And shopping cart archiving procedure here:
    http://wiki.sdn.sap.com/wiki/display/SRM/ShoppingCartArchiving
    Regards,
    Ricardo

  • Why do some computers running Firefox 6.02 only display 5 or 6 applications in the "applications" tab under "options" and others show about 25?

    I am running Firefox 6.0.2 on several computers and on several of them the applications tab under "options" only shows 5 or 6 applications while another shows 20-25 applications including PDF which is what I am interested in. How can I get applications to appear on this menu?
    All of the computers in questions are running Windows XP Pro. On the computer with the limited menu if I attempt to download a PDF copy of my bank statement Mozilla opens the PDF rather than opening it with my PDF program. If I attempt to save the file or print it, Mozilla crashes. On the computer which lists all of the apps on the application tab the PDF opens normally using the program which I have selected for opening that file type.

    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check if there is an update for your graphics display driver.
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

  • I cannot find purchasing group in Shopping cart item basic data in SRM 7.0

    Hi experts,
    We are using SRM 7.0 and stand alone scenario. When we are creating shopping cart, we cannot we cannot find the purchasing group field in item basic data. We have not changed any standard SC layout and I've already specified the responsibility of the purchachsing group.  Now I have no idea why the purchasing group is not visible.
    Can anybody help me on my issue?  Many thanks.
    Harry

    Hi,
       The values are getting populated in the include "LBBP_SC_UI_ITSF49"...
    set orgdata
      READ TABLE gs_sc-org WITH KEY p_guid = gs_scr_basic_i-guid
                           INTO wa_orgdata.
      IF sy-subrc = 0.
        gs_scr_basic_i-proc_group       = wa_orgdata-proc_group_ot.
        gs_scr_basic_i-proc_group+2(12) = wa_orgdata-proc_group_id.
        gs_scr_basic_i-proc_org       = wa_orgdata-proc_org_ot.
        gs_scr_basic_i-proc_org+2(12) = wa_orgdata-proc_org_id .
       read purch. group description
        CLEAR wa_orgdata_i.
        READ TABLE <item>-orgdata
             WITH KEY proc_group-otype = wa_orgdata-proc_group_ot
                      proc_group-objid = wa_orgdata-proc_group_id
             INTO wa_orgdata_i.
        gs_scr_basic_i-proc_group_text = wa_orgdata_i-description.
      ENDIF.
    Here you can make the changes in the Order of the values.
    BR,
    Disha.
    PLs reward points for helpful answers.

Maybe you are looking for

  • 5530e printer goes offline

    After setting up and printing wireless just fine, the print results say that it is offline the next time i try to print. Windows control panel says the printer is turned off.  upon checking the printer, it is on and the wireless is on. I have run eve

  • Need help on how to code this SQL statement! (one key has leading zeros)

    Good day, everyone! First of all, I apologize if this isn't the best forum.  I thought of putting it in the SAP Oracle database forum, but the messages there seemed to be geared outside of ABAP SELECTs and programming.  Here's my question: I would li

  • Customer RTGS payment

    Dear All, In case of vendor payment for RTGS we use in Vendor Master Payment Transction field  - Country , Bank Key, Bank Account, Account Holder Name  & Reference detail for RTGS Payment and its working fine but now we want to make  payment to custo

  • Legally Unlocked 3G - how can I use when vacationing in USA?

    I have a 3G iPhone, legally unlocked by Optus (standard in Australia). I'm going to be visiting the US for a vacation shortly, and want to use my phone for both US phone calls as well as data. Obviously I don't want/need some kind of permanent subscr

  • FaceTime Freezing and Frustrating

    This has to be one of the most frustrating issues I have ever had with an Apple product--and I have been using them since 1984! FaceTime on my iMac 27", Mid-2010 Model, running Mac OS X Lion 10.7.3 (11D50), with 16 GB, started freezing up when a call