Error while creating a shopping cart

Hi,
The user is getting an error 'No address found for partner function type requester".
However when I checked the user address in BP transaction, user is having address.
Can anybody help me how to find the solution for this?
Rgds
Prakash

Hi,
In BP transaction, click on "Relationships" button. It will appear the companies that user is an employee. Click on these companies and check if a message like "Person - address combination doesn't exist". If so, the following notes could help you to repair this BP:
836353 - Correction Report for inconsistencies in BUT052/ADCP tables     
842768 - Partner cannot be deleted due to relationship address           
846390 - AM-885 Relationship address cannot be assigned                  
Kind regards,
Ricardo

Similar Messages

  • Getting error while creating the Shopping cart.

    Hi ,
    I am getting error while creating the Shopping cart.
    a.Error in account assignment for item 1  (Item  Testing SC ) 
    b.Duplicates of Cost Centre T10063 are defined in SRM  (Item  Testing SC ) 
    Kindly provide the solutions.
    Thanks,
    Dev

    Try the following in the ERP backend system:
    Standard Hierarchy Inconsistencies
    Issue: one Cost Center is repeating in more than one node in Cost Center Standard Hierarchy.
    Update from SAP Global support, the following was the email received:
    in transaction KSH3 please run both the ambiguity and completeness check(Menu -> Extras -> Check and Help functions).
    If you think that your standard hierarchy is inconsistent you can check that as following:
    Run transaction Extras -> Hierarchy - Master data -> Test. The result shows you if there are in consistencies. If that is the case run also Extras -> Hierarchy - Master data -> Comparison.
    Alternatively, you can run the report 'RKCORRH1' (TN SE38).
    Run both the Hierarchy->Master data->test and the
    Hierarchy->Master data->comparison.
    As stated above inconsistency message showed after Test. Run the comparison and you get a similar message.
    Once the above two are run, again when you go to test, the inconsistency disappears.

  • Error while creating the shopping card  E BBP_PD  047 Venture 199330

    Hi,
    While creating the shopping cart and posting the invoice we are facing the error message like "E BBP_PD 047 Venture 199330 is not active". 
    This error is happening in production system but it's not giving any error in quality system.  Quality system is working fine.
    Kindly tell me any one what is the reason for this kind of error.
    Regards,
    Senthil.
    Points will be rewareded.

    Hi Senthil,
    It is custom error message. however what is venture 199330 - is it account data in your shopping card. check it up if what is venture ? hope that it is some thing on finacial term like fund center, cost centre. check it up with your business team.
    regards
    Muthu

  • Price Field Changeable while creating the Shopping cart

    Hi We are in SRM 4.0 and follow a classic scenarios.
    For some materials we run program EBP_GET_BACKEND_PRICES
    and get the prices from the backend, how ever while creating a shopping cart if the price differs we need to change the price but the field is grey.
    how do we change the price ????
    EX - My MAP in R/3 for Material A is  100 Rs. how ever while I create a shopping cart the price i need to enter is 102 how do I change the  price.
    can anyone throw light on this.
    regards,
    Nimish Sheth

    Nimish,
    for this you have to change the standard code.
    In screen communication structures, there is a flag "price_changeable" that controls the edit mode of price field.
    You have to change the standard logic to implement your behaviour in FORM price_changable_set from include LBBP_SC_APPF92:
      IF es_item-mode EQ gc_display OR
        ( es_item-rfq_ind EQ gc_yes AND es_item-price IS INITIAL ).
        CLEAR: es_item-price_changeable.
      ELSE.
        IF NOT es_item-catalogid IS INITIAL OR
           es_item-price_origin EQ c_price_origin_f OR
           iv_scenario EQ c_sc_generic_soco OR
           iv_scenario EQ c_sc_generic_history OR
           iv_scenario EQ c_sc_generic_workload OR
           ( es_item-price NE es_item-gross_price AND
             NOT es_item-price IS INITIAL ).
          CLEAR: es_item-price_changeable.
        ELSE.
          es_item-price_changeable = gc_yes.
        ENDIF.
      ENDIF.
    Rgds
    Christophe

  • Price Change while creating a shopping cart

    Dear Srm Guru's
    We are in SRM 4.0 and following a classic scenarios.
    While creating a shopping cart  the price in the shopping cart is picked up from the price which we upload through EBP_GET_BACKEND_PRICES
    If there is a variation in the price can we change the price while creating the shopping cart. Currently the field is in display mode what settings should we make that it allows a change of price while creation of shopping cart.
    Regards,
    Nimish Sheth

    Nimish,
    for this you have to change the standard code.
    In screen communication structures, there is a flag "price_changeable" that controls the edit mode of price field.
    You have to change the standard logic to implement your behaviour in FORM price_changable_set from include LBBP_SC_APPF92:
      IF es_item-mode EQ gc_display OR
        ( es_item-rfq_ind EQ gc_yes AND es_item-price IS INITIAL ).
        CLEAR: es_item-price_changeable.
      ELSE.
        IF NOT es_item-catalogid IS INITIAL OR
           es_item-price_origin EQ c_price_origin_f OR
           iv_scenario EQ c_sc_generic_soco OR
           iv_scenario EQ c_sc_generic_history OR
           iv_scenario EQ c_sc_generic_workload OR
           ( es_item-price NE es_item-gross_price AND
             NOT es_item-price IS INITIAL ).
          CLEAR: es_item-price_changeable.
        ELSE.
          es_item-price_changeable = gc_yes.
        ENDIF.
      ENDIF.
    Rgds
    Christophe

  • Fatal Error encountered while creating a Shopping Cart.

    Hello people,
    Im an amateur ABAP/WDJ Developer, and i am facing a serious issue,i would be so glad if anyone can help me out with this.
    When i create a shopping cart on the portal, it goes all smooth until the checkout, when i click on checkout, it flashes an error...
    "Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0xa0, (bin) 10100000. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:2, col:59)Exception"
    I have tried taking traces and have have gone through the FMs that are called from the SRM, but with no luck.
    Can anyone please help me out with this?
    -Regards

    Raghav
    Did you get this issue resolved.  We're having a similar problem.  When the data is entered into the Shopping Cart Name field, it sometime has Hex "C2A0" which looks like the Unicode representation of the UTF-8 Non-Repeating Space character.   This is user entered data and my initial thought was that they were copying and pasting from a web site, but the user claims not.

  • UOM error while creation of Shopping cart.

    Hi guys,
    Can any one help me?
    I have a problem with UOM as PCE = piece, The UOM is already there in the SRM and found that the same is not there in my backend system.
    So now I have maintained the UOM in the backend system  also with that of same in the SRM system. with following attributes.
    Internal measurement unit as PCE
    Commercial name = PCE
    Technical name = PCE
    ISO code = PCE
    in application paramentes I have checked the the box commercial measure ment unit.
    I mean I have maintained the same as that of in SRM.
    Now when I tried to create a shopping cart and approved it. it shows as error in process UOM  not defined in the backend system. Is it so the same ISO code has been assigned for more than 2 UOMs?
    Please suggest how to resolve this? also Do I need to tick the primary code box also?
    Best Regards,
    Sairam.

    Hello Laurent,
    Thanks for your reply, But let me explain you, The UOM PCE = piece is existing in the SRM right from the beginning , which has not corresponding UOM maintained in the backend system.
    So now I simply maintained all the attributes of UOM, same like in the SRM.
    By simply ticking the Primary code will this solve my problem? or, shall  I really have download the UOM through R3AS  from backend to SRM?
    Can you please suggest?
    Best Regards,
    Sairam.

  • Display info records while creating a shopping cart in Extended Classic

    Hi ,
    i am working on Extended Classic Scenario in SRM 5.0.
    I have created an info record in R/3 Backend.
    when i create a shopping cart with the relavant information system is not showing up the required info record that is maintained in the R/3 system.
    Please respond to this problem ASAP.
    Thanks,
    mahesh

    Hi,
    See the foll threads:
    Assign the Info-record to SOS automatically.
    Re: Contract preference over PIR in SOS in Classic Scenario
    BR,
    Disha.
    Do reward points for  useful answers.

  • Confirmation Pop up while creating External shopping cart

    Hi guys,
    Please help me...
    Am working on the requirement where i need to bring the confirmation pop up window when  external shopping cart is upload and before the  shopping is being created.
    Thanks,
    Vignesh

    Hi jason,
    The requirement describes,
    When we upload file to Create external shopping cart,SRM creates the Shopping cart without asking for any confirmation from the user and my requirement is to create the confirmation screen before the shopping cart is created .
    Thanks,
    Vignesh.

  • Error while transferring the Shopping cart to ECC system

    Hi,
    I am getting the below error in classic scenario, while trying to transfer the shopping cart created in SRM (v 4.0) system to ECC (v5.0) system.
    "06313 Material differs from material & from t he info record"
    I have a valid inforecord in ECC for the material and vendor entered in shopping cart.
    Please help me to find out what could be the problem.
    Thanks & Regards,
    Arun

    Hi Arun,
    Its difficult to tell what is the issue exactly with the information provided by you but neverthless check the following observations :
    1. Did you refer the correct info. record while creating shopping cart for that item ?
    2. Check for the detailed description of error in Application Monitor using RZ20 txn. and also in SLG1 for any error logs.
    Also check in BBP_PD for the status.
    3. Also try to craete a P.R and P.O in R/3 for that material by referring that info record. This is one of the best ways of trouble shooting as you can nail down the issue thats causing this error.
    Please check for the above observations and get back to us for further help.
    Award points for helpful answers.
    Rgds,
    Teja

  • Company code field blank while creating new shopping cart

    Hi ,
    We are in SRM5.0.When we try to create shopping cart , the company code is not getting defaulted even though default attributes are maintained in PPOMA_BBP under BUK.We have a classic scenario.
    Please throw some light to this problem.
    regards
    Supratim

    It all depends where in the org you've created your Purchasing Organisation.
    I tend to create my structure as follows:
    Root
           --> Company
                 --> Department 1
                 --> Department 2
                 --> Department 3
                 --> Purchasing Department
                      --> Local Purchasing Org
                            --> PG1
                            --> PG2
                            --> PG3
                      --> Backend Purchasing Org
                            --> PG1
                            --> PG2
                            --> PG3
    I then maintain the attributes at the Company level.
    Hope this helps.
    Keith

  • Error while creation of shopping carts

    Hi
    Can anyone help me with the following problem.
    Error in price at the time of creating SHC fro catalogue item
    mentioned below article no. 0452202 then a pallet is to cost 3275,05 (you can only order min. 10 pallets).
    The system multiplies up the price by 10 & 10 and at that moment I transfer the shopping trolley it multiplies up again.
    The price for 10 pallets was gladly to be 32720,50 - Buttttttttttttt it turns into 3.272.050.
    Please help me in providing a solution for this
    Best Regards,
    Sairam

    Hi
    Please go through this ->
    Note 739562 Simplified pricing: Price 0.00 if catalog item.
    This is the standard system response as of EBP 3.5 Support Package 05 or Note 569275.
    This also depends on how you uploaded the price in the catalogs ->
    For price details you should use the following characteristics:-
    /ccm/price[1]#/ccm/amount /ccm/price[1]#/ccm/currency_code
    Perhaps you have to maintain field pricechangeable in BADi-InterfaceIF_EX_BBP_CATALOG_TRANSFER in method - ENRICH_ITEM_DATA. This will make sure you can edit the price_
    Other useful pointers ->
    Re: Price determination
    Re: free item shopping from catalogue....product with zero price
    OSS note 550071 - price for catalog product
    How to Upload Price details for a catalog in CCM 2.0
    Do let me know.
    Regards
    - Atul

  • Error while raising the shopping cart.

    Hi experts,
    Can any one tell me, I get an error message at the time of raising a SC,
    The error is
    Partner 22452 not found with with partner function type goods recipent.
    Account 54102022 requires an assignment to an CO object
    No address found for partner type goods recipient.
    I have checked users consistency he is fine, I checked all the attributes they were fine.
    So where could be problem? can any one suggest?
    Best Regards,
    Sairam

    Hi Sai,
    The issue below is a perfect example of the BP being insconsistent or his Company BP being inconsistent. what version of SRM?? If you are on SRM 4.0, you can use the repairl of level 2 feature and fix this issue.
    <b>Partner 22452 not found with with partner function type goods recipent.</b>
    The BP you logged in with should have an employee role in BP. This is different from the regular role in PFCG. I am poiting at the Role in BP from transaction BP.
    <b>Account 54102022 requires an assignment to an CO object</b>
    This is a data error. You need to populate valid account assignment in the account assignment tab.
    <b>No address found for partner type goods recipient.</b>
    Same as the first error. Your BP is corrupted.
    Hope this helps !
    Pls assign points for usefull answers !
    Sundeep

  • Error while creating  shopping cart. in SRM 7.0

    HI experts,
                         while creating a shopping cart  in SRM 7.00 we r getting following error messages.
    Exception Data
    Date:     17.08.2010
    Time:     13:36:11
    Short Text of the Message:     An exception occurred
    URL:     http://hpsrm.iscodom.com:8001/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    Path:     /sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    Message ID:     
    Message Type:     
    Message No.:     
    Message Variable 1:     
    Message Variable 2:     
    Message Variable 3:     
    Message Variable 4:     
    Error Code:     558
    Error Text:     RABAX_STATE
    Runtime Error:     UNCAUGHT_EXCEPTION
    ABAP Call Stack
    : Method:  ABORT of program /SAPPSSRM/SAPLBO_BASE
    Method:  /SAPPSSRM/IF_BADI_WRAPPER~CHANGE of program /SAPPSSRM/SAPLBO_BASE
    Method:  /SAPPSSRM/IF_BADI_WRAPPER~START of program /SAPPSSRM/SAPLBO_BASE
    Method:  HANDLE_PD_START_EVENT of program /SAPPSSRM/CL_BADI_WRAPPER=====CPForm: PROCDOC_CREATE of program SAPLBBP_PDFunction: BBP_PROCDOC_CREATE of program SAPLBBP_PD
    Method:  CREATE_SC_INT of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method:  CREATE_NEW_INSTANCE of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method:  CONSTRUCTOR of program /SAPSRM/CL_CH_WD_BOM_SC=======CP
    Method:  /SAPSRM/IF_CH_WD_MAP_FACTORY~CREATE_SC_MAPPER of program /SAPSRM/CL_CH_WD_MAP_FACTORY==CP
    Regards,
    vijay/nitin

    Hi NITIN KHAIRNAR  Masayuki Sekihara
    We are also facing the same issue.
    Can you help us out in identifying which BADI is active.
    Please help us in solving the issue as we are getting many short dumps on daily basis because of this.
    Thanks,
    Ramakrishnan

  • Error While Creating Shopping Cart in Portal.

    Hi,
    Users are facing some issue while creating the shopping cart in Portal.
    This issue they are not facing every time.. Some times it is working fine and some times it is not.
    The Error which was logged in the Default trace file is as below:
    java.lang.NullPointerException#
    at java.lang.StringBuffer.<init>(StringBuffer.java:130)#
    at com.sap.portal.pcm.admin.util.StringListTokenizer.<init>(AttributeValueList.java:117)#
    at com.sap.portal.pcm.admin.util.AttributeValueList.<init>(AttributeValueList.java:41)#
    at com.sap.portal.pcm.admin.util.AttributeValueList.stringToValueList(AttributeValueList.java:55)#
    at com.sap.portal.unification.obntargetcreator.ParameterMappingHelper.getRelevantPersistedParametersForSpecificOperation(ParameterMappingHelper.java:414)#
    at com.sap.portal.unification.obntargetcreator.ParameterMappingHelper.loadPersistedParametersForOperation(ParameterMappingHelper.java:366)#
    at com.sap.portal.unification.obntargetcreator.ParameterMappingAccess.loadParameterMappingData(ParameterMappingAccess.java:58)#
    at com.sap.portal.navigation.mapping.OBNParametersMapping.getMappingDesignTimeData(OBNParametersMapping.java:297)#
    at com.sap.portal.navigation.mapping.OBNParametersMapping.getMappedDynamicParameter(OBNParametersMapping.java:106)#
    at com.sapportals.portal.appintegrator.template_processor.ModifierImpl.getOBNMappedParameters(ModifierImpl.java:305)#
    at com.sapportals.portal.appintegrator.template_processor.ModifierImpl.getMappedParameters(ModifierImpl.java:297)#
    at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.processModifier(TemplateProcessor.java:304)#
    at com.sapportals.portal.appintegrator.template_processor.compiler.ProcessModifierAction.execute(ProcessModifierAction.java:16)#
    at com.sapportals.portal.appintegrator.template_processor.compiler.ProcessTemplateAction.execute(ProcessTemplateAction.java:39)#
    at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.processImpl(TemplateProcessor.java:416)#
    at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.process(TemplateProcessor.java:390)#
    at com.sapportals.portal.appintegrator.template_processor.TemplateProcessor.process(TemplateProcessor.java:402)#
    at com.sapportals.portal.appintegrator.template_processor.TemplateProcessorService.processTemplate(TemplateProcessorService.java:54)#
    at com.sapportals.portal.appintegrator.template_processor.TemplateProcessorService.processTemplate(TemplateProcessorService.java:107)#
    at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.processTemplate(AbstractIntegrationLayer.java:442)#
    at com.sapportals.portal.appintegrator.layer.URLTemplateProcessLayer.processLayer(URLTemplateProcessLayer.java:33)#
    at com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:161)#
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:68)#
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:54)#
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:396)#
    at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:249)#
    at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)#
    at com.sapportals.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:799)#
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:652)#
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)#
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)#
    at java.security.AccessController.doPrivileged(Native Method)#
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)#
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)#
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)#
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)#
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)#
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)#
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)#
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)#
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)#
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)#
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)#
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)#
    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:104)#
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)#
    Could any one suggest something how to go ahaead to resolve this issue.
    Thanks in advance.
    Regards,
    Viswes.

    Hi,
             Hope this is not an application error ,its happens some time if portal is down,So if you get this error contact your basis team..
    Regards
    Vishal

Maybe you are looking for

  • How to allow use of special characters in a particular version/Hierarchy

    How do I allow use of special character in nodename description in a particular hierarchy. If I enable InvNameSystem Preference it allows me for all hierarchies and versions,but I want to restrict it for particular version and hierarchy.

  • Security Settings Opening a PDF on Windows 7

    I am running Windows 7 and all of a sudden a security question pops up every time I try to open a PDF. I did not change anything to cause this to occur. It is very anoying. How do I stop this?

  • Mapping O/R

    Hi; I would like to use Hibernate for my web application, with the following contraints : 1- I have already 50% of the SQL requestes (complex select) which are implemented 2- My application is used for only consulting of the data (nothing update in t

  • Analog for remote users with phoneproxy

    I have deployed 7941/7961 IP phones remotely connecting to our enterprise network using phoneproxy and SSL. Some users are requesting analog lines for fax machines. Phoneproxy does not seem to support the ATA-186 for analog. Does anyone have a soluti

  • NetStream Error: NetConnection object must be connected

    I have successfully connected to NetConnection using AMF0 format. I have verified by looking at the Connected property and the admin console. However, when I create a new NetStream object and pass a NetConnection object I get the error listed below..