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.

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.

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

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

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

  • 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

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

  • Create Limit Shopping Cart from Catalog Item

    Hi,
    Can i create limit shopping cart for catalog item (External catalogs)
    Thx,
    jai

    Hello,
    For your specific achievment, you can use the following OCI parameter NEW_ITEM-CUST_FIELD to bring some additional data from external catalog (details which is related to limit) and modify the DOC_CHECK_BADI accordingly(to mix the catalog and limit SC type)
    Velrajan.S

  • How to change the default delivery day when i create a shopping cart?

    hi,dear
    i got some trouble when i was creating a shopping cart.
    i want to change the default delivery day when i reference an old template.
    pls see the pictures and take the details.
    it seems that this forum dont support the [img][/img],so pls clike the link to open the picture.
    if you cant see the picture ,pls tell me,thank you
    step1:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111119338649_0.jpg
    step2:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111119432170_0.jpg
    step3:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111119557507_0.jpg
    step4:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111120079773_0.jpg
    Edited by: ming yu on Sep 11, 2009 5:22 AM

    Hello Ming,
    Have a look at following thread concerning BAdI BBP_CHANGE_DEFAULT:
    [Change the delivery date (Required on) of SC|Change the delivery date (Required on) of SC;
    You will have to check in which SC transaction you are in order to distinguish creation from reference to old template.
    Regards.
    Laurent.

  • Error while Creating External definition with WSDL file

    Hi ALL,
    I need to create a External defination with a WSDL file in PI 7.1.so i selected the Option WSDL & From all available message defination while creating External defination  & imported the WSDL file.
    I am getting an error
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.sap.aii.utilxi.wsdl.api.WsdlHandler.parseWsdlWithOrderRearrange(Lcom/sap/aii/utilxi/xml/xdom/XElement;Z)Lcom/sap/aii/utilxi/wsdl/api/Wsdl; java.lang.RuntimeException: java.lang.NoSuchMethodError:
    Note : i checked the WSDl file in altova its no error's ,i know there is no problem with the WSDL file ,i tried importing the same in other XI 3.0 system it has no problem.
    help me in solving this ..
    Regards
    Shakeif

    Hi Tony,
    Somehow I solved this issue. I dont remember what exactly I did, as it was sometime back in December. I think I used the Wizard initially to do the configurations in Solution Manager and again i tried to do the same manually as the earlier one threw some errors.
    It seems the wizard proceeded half-way through and hence the entry was made in the database already and hence that error.
    Anyways thank you for replying me.
    best regds,
    Alagammai.

  • Dump while adding a shopping cart in work area in Carryout Sourcing

    Hi Experts,
    We are getting dump while adding a shopping cart to the work area in Carryout Sourcing.
    We want to replicate the Purchase Requisition from R/3 to SRM. And SC contains the limit item with free text service.
    The dump details are as follows :
    The exception 'CX_BBP_PD_ABORT' 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 'SAPLBBP_PDH' has to be
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_BBP_PD_ABORT', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        Buffer table not up to date
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_BBP_PD_ABORT"
        "SAPLBBP_PDH" or "LBBP_PDHU08"
        "BBP_PD_ABORT"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLBBP_PDH" - in "BBP_PD_ABORT".
        The main program was "SAPLBBP_SOCO_UI_ITS ".
        In the source code you have the termination point in line 73
        of the (Include) program "LBBP_PDHU08".
      READ TABLE lt_callstack INTO ls_callstack2 INDEX 4.
      CONCATENATE   '/' ls_callstack2-eventtype
                    ls_callstack2-eventname ls_callstack2-progname
                    INTO lv_msgarg3 SEPARATED BY space.
      CALL FUNCTION 'BBP_ALERT_INTERNAL_OT'
        EXPORTING
          msgid   = gc_msgid_bbp_pd
          msgno   = 047
          msgarg1 = lv_msgarg1
          msgarg2 = lv_msgarg2
          msgarg3 = lv_msgarg3.
      MESSAGE ID gc_msgid_bbp_pd TYPE c_msgty_i NUMBER iv_msg_no
              WITH ls_callstack1-eventtype
                   ls_callstack1-eventname
                   ls_callstack1-progname.
      rollback work.
    get the messages from the application log
      TRY.
          CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES'
            TABLES
            e_messages = lt_messages.
        CATCH cx_bbp_pd_abort.
          REFRESH lt_messages.
      ENDTRY.
      RAISE EXCEPTION TYPE cx_bbp_pd_abort EXPORTING
          worked_on_document = lv_guid
          t100_msgid = gc_msgid_bbp_pd
          t100_msgno = iv_msg_no
          t_appl_log_messages = lt_messages.
    ENDFUNCTION.
    Could you please help me on this, how to rectify the dump ?
    Thank you very much in advance.

    Hello,
    I have seen this dump many times because the ERP version defined in table BBP_BACKEND_DEST was not correct.
    Please, check the following note related to this configuration:    
    1230789 - Dump: BBPSOCO01 at include LBBP_PDH_TEOF0B               
    Kind regards,
    Ricardo

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

Maybe you are looking for

  • Clicking on download doesn't open usual dialog window on some websites

    Firefox 26 in Xubuntu 13.10. When I download files (.pdf, .rar, .txt, or whatever) from most sites a dialog window opens asking me what I want to do with said file, e.g. open with Default utiliy for that file type, or save file to local disk. This do

  • Question mark on iPhoto icon

    Where the iPhoto icon is, there is now a question mark. Clicking on the icon does nothing... Here is a screencapture of the icon: http://tinypic.com/r/zyd6qx/7

  • Iphoto 4 books & help

    First, I just wanted to find some more details about iphoto 4 books. Like in classic mode, what is the actual image size? It doesn't look very big. Second, are the photos just on one side of the page or both sides? Next, my iphoto 4.0.3 help has been

  • How Refine Selection When It's Similar to Background?

    CS6 What's a good way to refine a selection when it's a similar color to the background? I  have a photo of a dark skinned, black haired person in a white hoodie  against an off-white background.     I got a pretty good overall   selection with the Q

  • Why won't the new keynote allow me to center images?

    Since the new download it has taken away the yellow lines that allow you to center the item. Please help me know how to get these back. Thanks