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

Similar Messages

  • Display popup message on SRM portal

    Hi,
    I need to display a popup message on the SRM portal while doing a PO confirmation. Can you please guide me how to do it?
    Do I need to modify the templates or can it be done using a BADI?
    Thanks in advance.

    Hi,
    Try using CHANGE badi.
    See these related threads also for more pointers:
    Error in pop up (dialog box)
    Customized Pop-up window in Shopping Cart
    POPUP window in shopping cart during Order
    BR,
    Disha.

  • How to issue an error message in SRM portal?

    Subject...
    I've tried using FM BBP_PD_MSG_ADD in BADI implementation BBP_DOC_CHANGE_BADI but it's not working. There's always an exception LOG_NOT_FOUND.
    Please advise.

    Hi,
      Any error generated from SRM will be visible in Portal view. No additional configurations or developments are required for that purpose.
    In order for messages to generate, you will ve to use BBP_DOC_CHECK_BADI.
    DOC Change BADI is meant for changing the SRM application documents based on customer's own criteria.
    Regards
    Virender Singh

  • RZ20 error message to be displayed on SRM Portal

    Hello Gurus,
         Can you someone provide me the idea of , how to display the error message of RZ20 on SRM Portal. We want to display the error message BP603 PO *** Item 001 Order **** budget exceeded.
    I want this message to be displayed on the SRM portal . Basically I want to do the validation for both SC as well as PO. I checked the DOC_CHECK_BADI and its already Z implemented . Please do find the attached screenshot.
    Thanks
    Gaurav

    Hi Gautham,
    If you can replicate the issue, please put an external break point in the following functiona module.
    FM: BBP_PD_MSG_ADD
    Line in FM: IF <bypass_log> IS ASSIGNED.
    This FM would be triggered for all the errors which are populated in SRM.
    When the break-point is triggered look for values in the fields: I_MSGID, I_MSGNO and I_MSGV*.
    In this way you can identify the message application and number after which we can backtrack the code which is doing this budget check in the transaction SE91 and same logic can be implemented in BBP_DOC_CHECK_BADI to display the error in a purchasing document.
    Let me know your findings.
    Regads,
    Raghu.

  • 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

  • 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

  • Problem attempting to create a purchase order via SRM Portal instance.

    Unsing SRM7.0 with PPS; When attempting to create a purchase order via the "Create Purchase
    Order" button in SRM Portal instance, after select ECPO type; the following message is show in the screen: "Object or set with GUID 00000000000000000000000000000000 does not exist".
    Could you please advise what the problem might be and what to do.Thanks, responds would be very appreciated.Kind regards.
    Edited by: ital230 on Jun 30, 2010 10:37 AM
    Edited by: ital230 on Jun 30, 2010 11:05 AM

    Solve!
    The problem was the attributes specialy the BSA.
    chekout the attribute should be at highest level and in the user not excluded (grayed).
    Also
    Define Backend System for Product Category: check that the system for category transfer should be from srm to backend:

  • SRM Portal Reports display problem

    Hi,
    Our SRM & Portal integration is working fine. But when we try to display resports like (login with an organizational purchaser or strategic purchaser) Purchasing --> Reports --> Overview of Approvals
    Absolutely nothing happens. No error, no log, no message.
    It seems like the GUI is not working.
    Du you have any ideas ?

    What is the SRM version? Any other system details would be helpful to answer the query.
    Thanks,
    -Devi Swain

  • Vendor not in SRM portal while creating the SC

    Hi Gurus
    User is trying to use the vendor 9001265 at the time of creating SC in the SRM portal, but EBP portal search provide the message as no value found
    I verified the vendor in EBP Production system and SAP R/3 , in both places, vendor is active and in SAP R/3, the vendor is not blocked for the purchasing and payment.
    Please advice.
    your answer will be reward.
    Thanks & Regards
    Sada

    Hi Sada,
    Make sure that the Vendor is assigned to correct Purchase Organization in SRM.
    Thanks
    Venkat

  • Wrong status for PO in SRM Portal

    Expert's,
    I'm trying to update a status in SRM 5 portal for a  purchase order. The main problem was that the status was " error in process" because the PO was not tranfered to the backend system. Manually, using BBP_PD_PO_TRANSFER_EXEC the PO was transfered to the backend and the status in BBP_PD is now correct. The problem is that in SRM portal the status continues with "error in process".
    I tryed to use report BBP_GET_STATUS_2 and CLEAN_REQ_REQ_UP but with no sucess. Do you have any idea how to update this status to "ordered" ?
    Best regards,
    Mário.

    Hi Mario
    Is PO message created and sent it to vendor or not?
    what is the other error in rz20or application monitor for this PO ?
    do you have still entry in BBP_DOCUMENT_TAB ?
    ANY ENTRY IN SM58 /SLG1 ?
    always we need to analyse the PO error and resolve the data proplem and we need to push them .
    you shuld not forcely push without correcting any propblem by FM weapon.
    mUTHU

  • Portal Runtime error - An exception occured : when accessing the SRM Portal

    Dear Consultants,
                                     We are logging onto the SRM Portal using url link. SAP Netweaver 7.0
    But when we are trying to access any tabs in the Navigation frame of the portal it is throwing an error.
    Error - Portal Runtime error
    An exception has occured while processing your request.
    Can you please let me know how can I find the correct reason for the error.
    regards
    Arindam

    Hi Arindam,
    Pls check Default Trace log in the NWA tool, path would be NWA --> Monitoring --> Logs and Traces --> Select Default Trace.
    Find the log messages with the Exception ID found on your Portal Runtime error. These logs would specify the exact cause of error.
    Thanks,
    Swapna Priya.

  • SRM portal page customization

    Hi experts
    I am new to SRM. I want to change change the login or start page of SRM portal 5.0. i have tried by uploading the images in Internet service BBPGLOBAL or CL_SRM_ICF_BASIC_LOGIN class but not fruitful.i think experts like u can guide me in detail or step by step procedure how to upload , where to publish and how to check since i have tried with default.htm to login .htm nothing is working for me.
    please help
    regards
    bala

    Hi Bala,
    If you want to upload a image in your login page in SRM
    1) Goto ITS service BBPGLOBAL
    2) import your image as a mime object
        under mime objects -> images ->start->XxX.gif
    3) Change template 'LOGIN.HTM'
    <u>Example to change the logo</u>:
    Search for the below code and Comment the below html code in login.html template and change it with the name of your image (i.e XxX.gif).
    <!-- <img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/start/logo.gif")`" width="98" height="46"></td> -->
    <!-- <img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/start/XxX.gif")`" width="98" height="46"></td> -->
    4) After the changes are done click on publish in the application tool bar.
    Reward points for helpful answer.
    Regards,
    Andy
    Message was edited by:
            Andy V
    Message was edited by:
            Andy V
    Message was edited by:
            Andy V

  • 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

  • Error message while accessing portal's desktop in wlp10, thanks

    Dear All,
    I created a portal based on WLP10.
    I use the Weblogic Portal Administration Console for setting up the
    navigation on different roles.
    After I added a portal called "portal", and a desktop called,
    "portalDesktop", I got an error message when I accessed to view the desktop.
    The message is:
    Resource /portal/mydesktop could not be resolved for locale null.
    Please let me know if I overlook any configuration part.
    Thanks,
    It often seems that I have only typical and common things to say, in which case I join my voice or my vote to that of others. -- Jacques Derrida

    yeah, i felt weird too.
    I tried to connect
    http://localhost:7001/WARportal/appmanager/portal/portal
    but still the same error msg pops up again and again
    "Resource /portal/portal could not be resolved for locale null."
    And the thing is, when I first time deployed the portal desktop, it works fine. But when I've done some changes on the portal code, and published it, I found the changes are not working for the desktop accessed through appmanager, but works fine with if you launch it in workshop.
    So, I delete the previous node, and resetting and deploying it again, then the error make me stucked there.
    I was wondering, is it possible clean the portal and desktop information in any xml file or file folder.
    Please advice, thanks
    It often seems that I have only typical and common things to say, in which case I join my voice or my vote to that of others. -- Jacques Derrida

  • 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.

Maybe you are looking for

  • Java programming(import statement)

    My query is that what if i import whole package instead of one class being used in my code. eg. if i need " java.awt.Button" in my program code and my import statement is import java.awt.*; will it be reduce execution performance of my program? or it

  • Runtime error in F-48( Test environment error in SAPLGLT0 program )

    Hi Expert, i am getting the run time error while run the F-48 tcode in program "SAPLGLT0" and include "LGLT0FER" if i do the Extended program check of SAPLGLT0 program i am getting Test environment error like : The namespace of the program SAPLGLT0 h

  • Import database on error ...

    Hi All, Will 'import database ... on error write to "error.txt";' exhaust all the errors? Willpartial import be possible? i.e. 5 records out of 10 will be imported. Regards, nww

  • Applying all update\patches during 'install software update' step

    Hi, I have created software update group (around 10 updates\patches) and deploy it to 'unknown computers' collection. Ts 'Install software update' step scans through and only installs 2 updates out of 10. I have kept deploy property as 'required' whi

  • Javax.ejb.EJBException

    I am using netbean 5.5. When I deployed the EJB 3.0 project, it gives the following error: Caught an unexpected exception! javax.ejb.EJBException: nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested except