SRM Portal - UWL actions removal

Hi,
When we login to portal with SRM Manager role , For all the work items that are shown from the backend, we could see the following buttons.
Approve , reject , details , print preview , resubmit , forward , assign to me.
We were asked to remove the Reject button .
Please help me in this modification.
Thanks,
Tanuj

The information is right there.
The XML configuration file that is being picked up (for this particular item) is com.sap.pct.srm.core.xml
From UWL administration page - click on "Click to Manage Item Types and View Definitions" and in the following screen you can find this XML. Download this file and modify it and upload it back.
Look for the section where it says:
<ItemType name="uwl.task.webflow.srm.TS40007953 ...................
and remove the section :
<Action reference="com.sap.pct.srm.core.action.reject" ........ >
You will have to do this for all the item types you are using in your scenario.
Thanks,
Shanti

Similar Messages

  • Remove UWL Action from just one item type

    I would like to remove the "forward" action from only one item type in the UWL.  There is the ability to remove an action from all items in a particular iView using "List of UWL Actions to exclude", however, I can not find out how, or if it is possible to exclude a UWL action in the XML configuration file for just one item type.  We are on NWO4s sp 05.  Does anyone know if this can be done and what the xml snippet would look like that would remove the "forward" action from a single item type?
    Regards,
    Stephanie.

    Kiran,
    The xml snippet you sent does remove the "forward" action from the UWL preview iView, but it does not remove the action from the list view.  To the right of every item in the list view is the "properties" icon (unclear on the actual name of this icon - the one that has 3 small lines and a triangle).  When this is clicked the "forward" option still appears.  I am looking for a way to totally disable the forward option on the defaultView, but only for certain item types.
    Regards,
    Stephanie.

  • Substitute via UWL in SRM Portal

    Hi gurus,
    We have an requirement with the SRM portal
    When a user tries to set up a substitute via UWL,  if the user trying to create a substitute has an approval role in SRM, the portal will only allow it if the user they want to assign is also an approver in SRM.
    Points will be awarded for helpful answers.
    Regards
    Jo

    I don't think there is a std way.

  • Manage UWL action buttons

    Hi experts,
    I've customized the buttons that are displayed in the UWL. In the beginning i had only "Create task" button but after that i added "Manage substitution rules" and "Refresh" as buttons by changing uwl.standart.xml. The buttons are added successfully but now the refresh is shown not only as a button but as a link in the right side with the other two links "Show filters" "Hide preview". Is there any way to remain the button but remove the link of the refresh. I have to say that the other option "Manage substitution rules" is added only as a button but not as a link - this is exactly what i am expecting as a final result for the refresh. Here is the xml for refresh action:
        <Action name="refresh" groupAction="yes" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
          <Properties>
            <Property name="type" value="button"/>
            <Property name="onClick" value="onForceRefresh"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
          </Properties>
        </Action>
    For comparison here is the Substitution manager action in the xml:
        <Action name="launchSubstitutionManager" groupAction="yes" handler="SAPWebDynproLauncher" referenceBundle="SubstitutionManager" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Substitution" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
          <Properties>
            <Property name="WebDynproApplication" value="UWLSubstitution"/>
            <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
            <Property name="DynamicParameter" value="uwlSessionId=${context.uwlSessionId}&amp;configureGroup=${context.configureGroup}"/>
            <Property name="System" value="SAP_LocalSystem"/>
            <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
          </Properties>
        </Action>
    These actions are also added in the defaultView :
    <View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="tasks">
          <DisplayAttributes>
            <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Menu>
                <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
                <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
                <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
                <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
              </Menu>
            </DisplayAttribute>
          </DisplayAttributes>
          <AllowedFilters>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
              <Expression name="status" value="NEW" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
              <Expression name="status" value="INPROGRESS" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
              <Expression name="dueDate" value="Today" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
              <Expression name="dueDate" value="Today" comparator="LessThan"/>
            </CompoundExpression>
          </AllowedFilters>
          <Actions>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
    <Action reference="launchSubstitutionManager"/>
            <Action reference="refresh"/>
          </Actions>
        </View>
    Any suggestions will be very helpful.

    Hi Teodor,
    To remove the "Refresh" link from UWL find the effective UWL iView in Portal Content Administration, open its properties and see the property with name "List of UWL Actions to exclude". Once you find it put as a value the word "refresh" withouth the quotes. Use the "Preview" button to see the effect.
    Regards,
    Valeri

  • How to bring Shoping Cart Approval buttons in portal UWL

    Hi Forum,
    From portal universal work list we are pulling SRM shopping cart work items. But from portal once we click on the work item it directly opens the details view for that shopping cart work item. Here we donu2019t have any buttons for approve reject etc that we are able to see in SRM. When we click on Approve link in SRM it shows us a list of work items pending for action along with green color button for approve reject etc. We want to go to same screen whenever we click on any shopping cart work item from portal. Please provide solution for this.
    Thanks and Regards
    Sudhir

    Thank you for the answer,
    from portal UWL , when we click on shopping cart work item, is it possible to open SRM Approve screen where it shows all the SRM work item pending for that user?
    Thanks and Regards
    Sudhir

  • Error when signing on SRM portal

    Hi, i have this problem, when user signs on in the SRM portal (SRM 3.0) and the shopping cart page suppossed to appears (after enters user and pwd), the following error displays:
    ITS System Information
    Interpreter Failed
    The Internet Transaction Server failed to generate the response for current request.
    Please contact the system administrator.
    Internal error code: 0x2101
    In an already existent imlementation for badi BBP_DOC_CHECK_BADI i've added this code  just to check some error messages from the document and if founded, add a custom message to the internal table
    Data declaration
    Variable
    data:
      lv_guid  type CRMD_ORDERADM_H-GUID.
    Constants
      constants:
        lc_slash(1)  type c value '/',
        lc_015       type bbp_pds_messages-msgno value '015',
        lc_000       type bbp_pds_messages-msgno value '000',
        lc_fmavc     type bbp_pds_messages-msgid value 'FMAVC',
        lc_zebp      type bbp_pds_messages-msgid value 'ZEBP'.
    Internal tables & Structures
      data:
        ls_messages type          bbp_pds_messages,
        lt_messages type table of bbp_pds_messages.
    First, check the SC
        call function 'BBP_PD_SC_CHECK'
          exporting
            i_guid     = lv_guid
         TABLES
           E_MESSAGES  = lt_messages.
    Look for the right message
      read table lt_messages into ls_messages with key msgid = lc_FMAVC
                                                       msgno = lc_015.
      if sy-subrc = 0.
    Message founded, build custom message
    Add the message to table
      read table it_account into wa_account index 1.
        wa_error-msgty = 'E'.
        wa_error-msgid = lc_zebp.
        wa_error-msgno = lc_000.
        concatenate wa_header-posting_date+0(4)  " Year
                    lc_slash
                    wa_account-funds_ctr         " Funds center
                    lc_slash
                    wa_account-fund              " Fund
                    lc_slash
                    wa_account-func_area         " Functional area
                    lc_slash
                    wa_account-cmmt_item         " Commitment item
               into wa_error-msgv1.
        APPEND wa_error TO et_messages.
      endif.
    but in the call for 'BBP_PD_SC_CHECK' the systems generates a dump, if i comment the fm call, the page displays correctly, the parameters for fm are the right type.
    The dump appears as follows:
    Errores tiempo ejec.   UNCAUGHT_EXCEPTION
    Excepción              CX_BBP_PD_ABORT
           ocurrido el     26.12.2007 a  19:42:04
    Es ist eine Ausnahme aufgetreten, die nicht abgefangen wurde.
    ¿Qué ha sucedido?
    Die Ausnahme 'CX_BBP_PD_ABORT' wurde ausgelöst,
    sie wurde aber entlang der Aufrufhierarchie nirgendwo abgefangen.
    Da Ausnahmen Fehlersituationen darstellen und auf diesen Fehler nicht
    adäquat reagiert wurde, mußte das laufende ABAP-Programm 'SAPLBBP_PDH'
    abgebrochen werden.
    ¿Qué puede hacer?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Anál.errores
    Es ist eine Ausnahme aufgetreten, die weiter unten näher erläutert wird.
    Die Ausnahme, der die Klasse 'CX_BBP_PD_ABORT' zugeordnet ist,
    wurde nicht abgefangen und führte deshalb zu einem Laufzeitfehler.
    Der Grund für die Ausnahme ist:
    Übernehmen
    Notas para corregir errores
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "UNCAUGHT_EXCEPTION" CX_BBP_PD_ABORTC
    "SAPLBBP_PDH" or "LBBP_PDHU08"
    "BBP_PD_ABORT"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    Entorno sistema
    SAP-Release.............. "620"
    Applikationsserver....... "ebpqas"
    Netzwerkadresse.......... "144.127.70.32"
    Betriebssystem........... "SunOS"
    Release.................. "5.9"
    Hardwaretyp.............. "sun4u"
    Zeichen-Länge............ 8 Bits
    Pointer-Länge............ 64 Bits
    Workprozess-Nummer....... 0
    Kurzdump-Einstellung..... "full"
    Datenbankserver.......... "ebpqas"
    Datenbanktyp............. "ORACLE"
    Datenbankname............ "EBQ"
    Datenbank-User-Id........ "SAPEBP"
    Zeichensatz.............. "es"
    SAP-Kernel............... "640"
    hergestellt am........... "Jul 4 2005 21:14:29"
    hergestellt auf.......... "SunOS 5.8 Generic_108528-16 sun4u"
    Datenbankversion......... "OCI_920 "
    Patch-Level.............. "80"
    Patch-Text " "
    Unterstützte Umgebung....
    Datenbank ............... "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
    10.2.0.."
    SAP-Datenbankversion..... "640"
    Betriebssystem........... "SunOS 5.8, SunOS 5.9, SunOS 5.10"
    Usuario, transacción....
    Mandant............. 010
    Benutzer............ "CRARIABR"
    Sprachenschlüssel... "S"
    Transaktion......... "BBPSC02 "
    Programm............ "SAPLBBP_PDH"
    Dynpro.............. "SAPLBBP_SC_UI_ITS 2000"
    Dynprozeile......... 4
    Info posición de cancelación
    Der Abbruch trat im ABAP-Programm "SAPLBBP_PDH" auf, und zwar in
    "BBP_PD_ABORT". Das Hauptprogramm war "SAPLBBP_SC_UI_ITS ".
    Im Quelltext befindet sich die Abbruchstelle in Zeile 67
    des (Include-)Programms "LBBP_PDHU08".
    (bei Anwahl des Editors: 670) der ABAP-Source "LBBP_PDHU08".
    Detalle código fuente
    000370                   LS_CALLSTACK1-EVENTNAME LS_CALLSTACK1-PROGNAME
    000380                   INTO LV_MSGARG2 SEPARATED BY SPACE.
    000390
    000400     READ TABLE LT_CALLSTACK INTO LS_CALLSTACK2 INDEX 4.
    000410     CONCATENATE   '/' LS_CALLSTACK2-EVENTTYPE
    000420                   LS_CALLSTACK2-EVENTNAME LS_CALLSTACK2-PROGNAME
    000430                   INTO LV_MSGARG3 SEPARATED BY SPACE.
    000440
    000450     CALL FUNCTION 'BBP_ALERT_INTERNAL_OT'
    000460       EXPORTING
    000470         MSGID   = GC_MSGID_BBP_PD
    000480         MSGNO   = 047
    000490         MSGARG1 = LV_MSGARG1
    000500         MSGARG2 = LV_MSGARG2
    000510         MSGARG3 = LV_MSGARG3.
    000520
    000530     MESSAGE ID GC_MSGID_BBP_PD TYPE C_MSGTY_I NUMBER IV_MSG_NO
    000540             WITH LS_CALLSTACK1-EVENTTYPE
    000550                  LS_CALLSTACK1-EVENTNAME
    000560                  LS_CALLSTACK1-PROGNAME.
    000570
    000580   * get the messages from the application log
    000590     TRY.
    000600         CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES'
    000610           TABLES
    000620             E_MESSAGES = LT_MESSAGES.
    000630       CATCH CX_BBP_PD_ABORT.
    000640         REFRESH LT_MESSAGES.
    000650     ENDTRY.
    000660
        RAISE EXCEPTION TYPE CX_BBP_PD_ABORT EXPORTING
    000680         WORKED_ON_DOCUMENT = LV_GUID
    000690         T100_MSGID = GC_MSGID_BBP_PD
    000700         T100_MSGNO = IV_MSG_NO
    000710         T_APPL_LOG_MESSAGES = LT_MESSAGES.
    000720
    000730   ENDFUNCTION.
    Thanks in advance for your help.

    Hi
    It seems some mandatory System configuration settings are missing.
    For time-being, please Try de-activating the active customer implementations of the BADIs BBPDOC_CHANGE / BBP_DOC_CHECK_BADIs and then try again the Shop process._
    Please try to look into RZ20, ST22, RZ10, and SLG1 transactions for any error logs generated.
    Also, Please Check the SAP OSS Notes ->
    Note 673372 - Short dumps UNCAUGHTEXCEPTION in SRM 3.0, 4.0, and 5.0_
    Note 833442 Data inconsistency due to termination when you save
    bbp_pd_sc_check_is_pd
    "Buffer table not up to date"
    Re: ITS Template not found
    Re: CX_BBP_PD_ABORT error selection itens in SC
    DUMP with transaction BBPSC02 :'UNCAUGHT_EXCEPTION      CX_BBP_PD_ABORT'
    Re: Error while adding items to shopping cart
    Note 851825 Copying a reference without ship-to address ==> error
    Note 847427 Error when you copy template without ship-to address
    Note 746569 CX_BBP_PD_ABORT in routine CHECK_CF_QUANTITY
    Note 651994 PO with several hierarchy levels causes termination
    Hope this will definitely help. Do let me know.
    Regards
    - Atul

  • Message on SRM portal

    Hi ..
    When i am trying to modify employee data on SRM portal, i am getting this message
    "Resource is currently being used by another user" . Pls try later.
    i am trying to bind an employee to a purchase organisation.
    Please let me know how go to about resolving this .thx

    yes it is assigned to another partner. how can i remove it.
    i'll give you the whole scenario:
    In PPOMA_BBP, i moved a user from an organisational unit to another one manually.
    2) while creating a shopping cart with this user, i get the following errors:
    i) No data found for partner '000000134', inform system admin
    ii) No address found....
    iii) Fill in the supplier.
    I launched the transaction BP to find the cause. i found out that my partner is still related to the old organisational unit. You have the Relations button on the top right in the transaction BP which shows this.
    I tried to modify the relationship in the SRM portal by Modifying partner data to the new organisational unit but i get the message 'resource is being used.....'
    i have also run a report to delete the relation with the old purchase org: BUPRELDI

  • Approval email and Portal UWL

    Dear all
    I want to configure SRM to send emails to the approvers and have a link to logon in SRM to approve in SRM (online approval).  That is working perfectly if the user connects to SRM.
    But what I need to put as ITS_DEST attribute or other info to be able to logon through the portal UWL address
    PS: SRM 5.0 using the report RBBP_NOTIFICATION_OFFAPP to generate the email
    Thanks in advance
    RD

    Hi RD,
    You can use the ITS_DEST attribute or you can also use the DEF_URL1 and DEF_URL2 fields on the report RSWUWFMLEC (SRM 4.0). You can assign the UWL URL or anyother URL you wish to see in the notification on this report and save it as a variant.
    If you are in SRM 5.0,
    The input fields for standard notification texts and logon URLs that belonged to the old transmission report (RSWUWFMLEC) are no longer available because the notification contents can be specified more flexibly with the help of BAdI BBP_OFFLINE_APP_BADI. Similarly, you no longer have to specify the return address because this can be replaced by the recipient's address in the transaction for SAPconnect inbound processing (transaction SO50). (If SAPconnect inbound processing has not been activated, the response mail [decision mail] is sent by default to the WF-BATCH user, as was also the case prior to SRM 5.0. The return address in method SMTP_INBOUND_ADDR_GET of BAdI BBP_OFFLINE_APP_BADI can also be overwritten.)
    Schedule the job with this variant and it can send out couple of URLs if needed. You can also customize further using the BADI mentioned above.
    Pls assign points of answer is usefull !
    Sundeep

  • Hide COPY icon on SRM portal

    Hi Forum,
    After adding items from OCI BSP application , when the catalog is displayed in SRM portal , there is one Copy icon inder Action column at item level on the portal.
    How to hide this?
    I tried by making
    BTN_ITMOVR_ITM_COPY
    BTN_ITMOVR_ROW_ADD
    buttons invisible in BBP_SC_UI_CTRL but it dosent seems to work..am I hiding the wrong field name in BADI?
    Thanks,
    Anubhav

    Hello Anubhav,
    Buttons mentioned belong to SRM portal or to Catalog ?
    If they make part of your catalog interface, you can not manage them in SRM.
    Regards.
    Laurent.

  • Trying to open a confirmation workitem (from SRM50 backend) in portal UWL

    Hi all,
    we are trying to open a confirmation workitem, which is generated in sap srm 50 backend system in portal UWL (universal worklist).
    The workitem is listed correctly, but after opening the workitem a pop up is opening and displays a portal runtime exception.
    Does anybody know, what the issue might be? Probably we have forgotten a configuration step?
    Thank you for your efforts!
    Kind regards, Patrick.

    HI Koti,
    below is the log-file. He tells, that user credentials would be invalid. I have created the backend system in portal, created a system alias and imported a certificate from the portal in the backend and from the backend in the portal for authorization.
    Morevoer the username in portal and backend are the same. Any further ideas, what could be wrong?
    1.5 #001A4B06538C0079000001290000377C0004615DF9829466#1232956152770#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##n/a##d2998a20eb7d11dd98e0001a4b06538c#SAPEngine_Application_Thread[impl:3]_31##0#0#Error#1#/System/Server#Plain###java.lang.reflect.InvocationTargetException#
    #1.5 #001A4B06538C00790000012A0000377C0004615DF9829EF1#1232956152780#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.DefaultRequestHandler.handleRequest(JCO.Function function)#J2EE_GUEST#0##n/a##d2998a20eb7d11dd98e0001a4b06538c#SAPEngine_Application_Thread[impl:3]_31##0#0#Error##Plain###java.lang.reflect.InvocationTargetException#
    #1.5 #001A4B06538C00790000012B0000377C0004615DF9829FDB#1232956152780#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.DefaultRequestHandler.handleRequest(JCO.Function function)#J2EE_GUEST#0##n/a##d2998a20eb7d11dd98e0001a4b06538c#SAPEngine_Application_Thread[impl:3]_31##0#0#Error##Plain###java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor723.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
         at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.mw.jco.JCO$J2EEAbapException: (126) SLD_CLIENT_EXCEPTION: AbapSLDRequestHandler.getObjectServer(): User credentials are invalid or user is denied access
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.raiseAbapException(AbapSLDRequestHandler.java:4184)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.execGetObjectServer(AbapSLDRequestHandler.java:2917)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.execute(AbapSLDRequestHandler.java:928)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.processRequest(AbapSLDRequestHandler.java:264)
         at com.sap.lcrabapapi.ejb.AbapSLDRequestBean.processFunction(AbapSLDRequestBean.java:45)
         at com.sap.lcrabapapi.ejb.AbapSLDRequestObjectImpl0_0.processFunction(AbapSLDRequestObjectImpl0_0.java:259)
         at sun.reflect.GeneratedMethodAccessor724.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy167.processFunction(Unknown Source)
         ... 10 more
    ##Plain###java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor723.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
         at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.mw.jco.JCO$J2EEAbapException: (126) SLD_CLIENT_EXCEPTION: AbapSLDRequestHandler.ping(): server connection *** failed *** on Mon Jan 26 08:49:12 GMT+01:00 2009
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.raiseAbapException(AbapSLDRequestHandler.java:4184)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.raiseAbapException(AbapSLDRequestHandler.java:4191)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.execPing(AbapSLDRequestHandler.java:2939)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.execute(AbapSLDRequestHandler.java:932)
         at com.sap.lcrabapapi.util.AbapSLDRequestHandler.processRequest(AbapSLDRequestHandler.java:264)
         at com.sap.lcrabapapi.ejb.AbapSLDRequestBean.processFunction(AbapSLDRequestBean.java:45)
         at com.sap.lcrabapapi.ejb.AbapSLDRequestObjectImpl0_0.processFunction(AbapSLDRequestObjectImpl0_0.java:259)
         at sun.reflect.GeneratedMethodAccessor724.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy167.processFunction(Unknown Source)
         ... 10 more

  • SRM 07 Live Action

    Dear Expert,
    I am starting to work with the SRM 07 Live Action.
    I can enter  to the Live Action after I published the Action.
    Can someone tell me how to create password to the bidders I added to the auction?
    How can I create the URL for them?
    Can they enter the action using regular internet Access?
    Thanks,
    Yaron

    Hi,
    You will have to have the vendors in the SRM vendor organization, and also create contact persons to these vendors.
    So when you create contact persons you will have a su01 user with bidder role associated with it, hence for the same su01 user a portal user with bidder role has to be created.
    Once the live auction is published the bidders have to login to the portal with above user and access the live auction.
    Regards
    Sam

  • Company code name is not getting displayed properly in SRM portal

    Hi Experts,
    I have an strange issue. In the ECC (Backend) system, my company code name is getting displayed correctly. But in the SRM portal, it is showing the old name.
    I have tried to run the report BBP_ATTR_TEXT_REFRESH. But the BUK attribute is not coming in the F4 help. I am using SRM 5.0
    Please suggest me any other way where i can refresh the company code name.

    Hello,
    Kindly refer to the SAP Note 1156021 to resolve your issue here.
    Best Regards,
    Rahul

  • PO not appearing in SRM portal

    Dear all,
    One of the PO is not appearing in SRM portal.  This issue related to specific PO only.  Remaining POs of the vender are appearing in the portal.  All the XML messages are processed successfully.  we are using SUS senario.  Pl. help me in this regard
    with regards
    Ram

    Hi,
    Please check in transaction  SXMB_MONI can found related information why it not transfer to SRM.
    Also check the purchasing data of the PO.
    Thanks,
    prasad.s

  • Not able to post GR from SRM portal

    Hi,
    We are trying to post GR from SRM portal but getting below errors.
    1) document type AA is not defined
    2) check account assignment category.
    Purchase order is classic type and having account assignment type as asset.
    Is there any config which will map account assignment category while doing GR from portal.
    Thanks

    Hi Jagdish Reddy,
    its already mainained account assignment category for ASSET in SRM IMG? and Also checked  user has the acct assignment category AS in PPOMA.
    Still we are facing this probelm in Qulity and it is not there in development. In development we can post GR from portal we are not able to see any errors in Developmet.
    Please help me asap.
    Thanks and regards,
    Tirumala.

  • 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

Maybe you are looking for