Shopping Cart replication using Extended Classic?

Dear Experts,
I was wondering if there is a BADI that I could possbily use to replicate SRM shopping carts to ECC Purchase Requisitions using the Extended Classic scenario.
Thanks in advance,
Mark

Hi Mark,
in case of extended classic scenario you can not create purchase requisition (the basic of this scenario, that you create at first the local PO, then this will be replicated into the backend system).
Therefore I would suggest to activate the BAdI BBP_EXTLOCALPO_BADI. With this BAdI you can choose between classic and extended classic scenario depending on your business logic (and create ECC PO or purchase requisition).
E.g. depending on the product category:
method IF_EX_BBP_EXTLOCALPO_BADI~DETERMINE_EXTPO.
clear: bbp_extpo_gl-bbpexpo,
          bbp_extpo_gl-mandt.
  data: cat_guid type COMT_CATEGORY_GUID,
          category type COMT_CATEGORY.
cat_guid = ITEM_DATA-CATEGORY.
  CALL FUNCTION 'COM_CATEGORY_READ'
    EXPORTING
      iv_category_guid = cat_guid
    IMPORTING
      es_category      = category
    EXCEPTIONS
      OTHERS           = 0.
if
* category XYZ
     category-CATEGORY_ID EQ 'XYZ'.
     bbp_extpo_gl-bbpexpo = 'X'.
     bbp_extpo_gl-mandt   = sy-mandt.
    return.
  endif.
endmethod.
Regards,
Peter

Similar Messages

  • Dump while requesting shopping cart after activating "Extended classic"

    Hi ,
    I have been using the system in classic mode. It worked fine.
    Then i turned on the extended classic scenario on.
    i am using the shopping cart wizard.
    i am able to get to the first screen of ordering. when i fill the product cat , quantity and price and click on "Add to Shopping cart", a dump is generated.
    Please find below the dump description.
    What happened?                                                                               
    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                      
          terminated.                                                                               
    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:                                                               
          Übernehmen       
    Please tel me how i can correct this.
    Thanks,
    Vignesh

    hi
    you need to do lot things
    Define Backend System for Product Category
    You perform this step only if you have already specified that you work with more than one backend system. Here you specify the backend system that the documents are posted in, depending on the product category.
    You can also enter the product category generically (for example, Office*).
    what is the settings here ..???
    you can order a cart but for PO . you need take care of number range etc..
    Muthu

  • Hi BC, I have an issue with BC. When the shopping cart is used it takes stock out of inventory and h

    Hi BC,
    I have an issue with BC. When the shopping cart is used it takes stock out of inventory and holds it, regardless of whether or not a customer proceeds to purchase. OK.
    To make matters worse, the stock is only cleared from the shopping cart when the customer closes the browser - not when they close the shopping window.
    Now lets say a customer doesn't close their browser for a month - it happens! .. when their stock is finally returned it may throw out our stock levels that have in the meanwhile been adjusted. So their stock will be added on top of an accurate stock take, putting stock in that isnt really available.
    This is causing us mayhem.
    We have not yet seen if stock is actually returned at all. In the test we did today where we filled a shopping cart then closed the browser without making a purchase, the stock was not returned immediately. So we dont even know when it will be returned - thats IF a customer actually closes their browser. Any solutions out there?
    Jo

    Hi there,
    The way stock is managed in this situation is desirable for many in that case otherwise shopping on a site and adding to cart would not be viable or use friendly.
    What you mention about not closing a browser though is a case that is not true. IF you go into the shop settings in the admin you can see the cart restore timer which is by default 24 hours but you can change this to as low as 1 hour if you wish.

  • Service procurement using Extended classic scenario

    Hi All,
    Can Extended classic scenarion supports service procurement.
    I mean SC with services and PO with services in SRM  without hierarchies
    If not any work arounds
    Abdul Raheem

    Hi Abdul ,
    Service procurement using Extended classic scenario is not possible
    PO wont able to create in SRM .
    Thanks & Regards
    Pradeep Kumar Dondeti

  • SC with Limit Item using Extended Classic Scenario?

    Hello,
    Can we implement SC with Limit Item using Extended Classic Scenario.
    I mention that we replicate the Product Categories from R/3 backend.
    We have tried to create a SC with Limit item, but the data on Quantity, Price and Tax is not picked up at PO level.
    Regards,
    Shaiek

    Hi
    Please try out this.
    For the time-being,
    Try de-activating all the custom BADI Implementations and check, what is happening, in the standard SRM system. How does it behave incase of limit item ?
    Incase it works fine, without any Custom Implementation active in the system, I suspect there is something wrong in your current deactivated BADI Implementation.
    Since i don't have access to your system , Please paste the code here.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Get Shopping cart number using external tracking id

    Hi All,
    I need to get the shopping cart number using external reqmt tracking no using the transaction bbp_pd. I get one entry per external reqmt tracking no in the transaction bbp_pd. I have selected Object type as BUS2121.
    Can you pls confirm the object id that appears in the subsequent screen is the Shopping cart number. Or am I missing some thing here?
    Your expertise id highly appreciated.
    Thanks,
    Jai Shankar

    Hi
    <b>The transaction BBP_PD gives correct details..</b>
    <u>BUS2121 is for Shopping cart details.</u>
    <u>BUS2201 for Local SRM PO details.</u>
    <b>You will find all relevant tables names and field names in this case.</b>
    Do let me know.
    Regards
    - Atul

  • Shopping Cart and PO creation - Classic Scenario

    Hi,
    SRM 5.0 - Classic Scenario
    User U-1 is under the company code C-1
    Shopping Cart SC-1 has been created successfully for the Product Category PC-1
    Product Category PC-1 has been assigned to Purchasing Org. POrg-1
    <b>Question 1)</b>
    But back-end POrg-1 has NOT been assigned to Company Code C-1. What will happen to this SC-1 ? Will the PO be created ?
    <b>Question 2)</b>
    Next....Vendor V-1 has been assigned as Source for the Shopping Cart SC-1.But Vendor V-1 has NOT been extended to the Purchasing Org POrg-1. But it has been extended to the POrg-2.
    Will the above SC-1 will be converted as PO ?
    Please help. Currently I am doing blueprint. I don't have the system to do the above test.
    With regards,
    Pranav

    Hi Pranav,
    Here are answers to your questions;
    Question 1)
    But back-end POrg-1 has NOT been assigned to Company Code C-1. What will happen to this SC-1 ? Will the PO be created ?
    <b>
    Sundeep: No, This PO will be in "Error in Transmission" with a backend application error for a PO. Same as trying to create it directly in ECC, it will error</b>
    Question 2)
    Next....Vendor V-1 has been assigned as Source for the Shopping Cart SC-1.But Vendor V-1 has NOT been extended to the Purchasing Org POrg-1. But it has been extended to the POrg-2.
    Will the above SC-1 will be converted as PO ?
    <b>Sundeep: No, it is same as trying to create a PO in ECC directly, it will not allow you to create it. Also this scenario is not practical, as in reality, when you replicate vendors from a backend, it will replicate all Porgs that the vendor is created with, hence this scenario concern is ruled out !</b>
    Thanks,
    Sundeep

  • Info record mandatory for shopping cart creation in SRM classic scneario

    Hi Gurus,
    We are creating shopping cart in our SRM 7.01 system in classic mode. We have not created any info record for the product category and vendor in the backend ECC system.
    Do we need create an info record for the particular combination of material group/material and supplier in the ECC backend system so that the shopping cart in SRM classic scenario creates a PO directly in the system?
    Thanks and regards,
    Ranjan

    Hi Sam,
    Thanks for your update. So, what you mean that the SRM shopping cart  with a direct vendor or contract can create a PO directly in the backend  system even if the backend system does not have nay info record for the particular combination of the material and vendor.
    Thanks and regards,
    Ranjan
    Ranjan Sutradhar

  • Shopping Cart creation using Upload File

    Hi
    We want to create Shopping cart using the Upload Program in SRM 7.01. We can use the FM BBP_PD_SC_CREATE and BBP_PD_SC_SAVE for this.
    However wanted to understand the check points that we need to keep in mind while creating the SC from any legacy system using Flat File. Are there any constraints, precautions that we should take or some prechecks/prerequisites that need to be fulfilled.
    Any input in this regard would be welcome.
    Regards
    Raj

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Shopping cart aproval using BRF

    Hi experts
    I have to configure a shopping cart approval that must use a Z table to find the approvers, so I have a procees schema the trigger a process level  that have a filter for responsible resolver that must go to a Z table where the approver will be find, so I created a filter called SUP_SC_DD and created an implementation in badi /SAPSRM/BD_WF_RESP_RESOLVER method GET_APPROVERS_BY_AREA_GUID , but it alwais have an error AN ECEPTION OCCURED, but no log is displayed.
    My doubt, is it the best method to use if a get my aprovers in a Z TABLE?
    How to implement the badi and the mentioned method?
    Thanks
    Javier

    Hi,
    Please refer a standard Badi '/SAPSRM/BD_WF_AGENTS_SC in SE19.. SAP has delivered Badi which will give you more details..
    Saravanan

  • Do we still need to use extended classic for 2-tier tender in SRM 7 ehp 1

    Hi All,
    Currently we are implement SRM 7.0 SR1 classic senario. Due to the user request for 2-tier tendering, hence we need to activate the public sector (PS) config. But PS only can work with extended classic. Which means we are doing tendering but the PO will be generate in ECC6.
    Now we are going to upgrade to SRM 7 ehp1. As I know the 2-tier tendering features will be in standard template without activating the PS config. Question here, do we still need to activate the extended classic in SRM 7 ehp 1 if finish end-to-end 2-tier tendering process and going to generate PO at ECC6.
    Best regards,
    Wind

    hello
    Check if you can implemnted the Badi BBP_EXTLOCALPO_BADI. In This badi you can control the scenari clasic extended and clasic.
    Regards
    Alfie

  • Shopping Cart creation using BBPSC01 transaction

    Hi experts,
    We are using SRM 7 standalone scenario and trying to create SC using BBPSC01 transaction. We are able to create SC with no errors and able to see SC number after ordering SC.  SC number which we got in screen BBPSC01 transaction, we tried to check in BBP_PD transaction but it is not showing there.  Can somebody help me with this ?
    Best Regards,
    Kunal Sanghavi

    Hi Kunal,
    Kindly set up a portal to create requests. SRM 7.0 is based on Webdynpro architecture.
    You may refer to the following document to setup the portal.
    http://wiki.sdn.sap.com/wiki/display/EP/SystemCreationin+portal
    Let us know if you still face the issue.
    Regards,
    Nikhil

  • Pass a shopping cart attachmnet to the ERP purchase order using ECS?

    Does anyone know if it is poissible to pass attachments from a shopping cart to the ERP extended classic scenario?
    I know the attachments can be passed when using the classic scenario, I alos know that the attachments will pass to the local SRM purchase order when using extended classic, but we are unable to pass the attachment to the purchase order in the ERP system from the shopping cart when using extended classic.

    Hi,
    Take a look in this blog of Melina da Silva:
    [http://wiki.sdn.sap.com/wiki/pages/recentlyupdated.action?key=SRM|http://wiki.sdn.sap.com/wiki/pages/recentlyupdated.action?key=SRM]
    or this OSS 774092.
    Rgs,
    Pedro Marques

  • Source of supply (info record) in Shopping cart-extended classic

    Hi experts,
    We are on SRM 7.0.
    We have changes from classic scenario to extended classic scenario, and after this a problem has come up?
    When I create s a shopping cart for a product number, I have to allocate the vendor manually. If I activate the source of supply tab, I can't se the info record for the product number, which are created in the back-end.
    I the classic scenarion is was working as this:
    1. Create a shopping cart
    2. Go to the tab 'source of supply'
    3. Choose the vendor from different info records created in the back-end.
    4. order the shopping cart
    In the extended classic it is working as this:
    1. Create a shopping cart
    2. Go to the tab 'source of supply'
    3. There are NO info record to choose from, even though I have created different info records in the back-end. I have to search for the vendor, and can't se any info record number. By this I can't get the right vendor assigned to the shopping cart???
    Kim

    Hi
    in classic inforecord come as sos but not in EXTENDED CLASSIC.
    in ecs  inforecord is not a source of supply.
    br
    muthu

  • Classic ASP shopping Cart

    Can anyone point me in the right direction please?
    I'm looking for a 'comprehensive' shopping cart system
    written in 'Classic
    ASP' and editable in DW8.
    It needs to have a fully functioning admin (backend) system
    and also enable
    me to add asp code as and when required.
    Bit of a tall order I guess, but my reason for the question
    is that at
    present we're using 'Actinic v8' and it is rather restrictive
    in both
    functions and design ability.
    Hope someone can advise.
    Thanks in advance
    Kind Regards
    Andy

    Thanks for that Dave - I've emailed you
    Andy
    "Dave Buchholz" <[email protected]> wrote
    in message
    news:[email protected]...
    > Andy,
    >
    > There are none that I am aware of but if you want to
    contact me offlist
    > I'll see what I can do for you.
    >
    > --
    >
    > Dave Buchholz
    > I-CRE8
    > www.i-cre8.co.uk
    > Skype ID: I-CRE8
    >
    >
    > "Andy" <[email protected]> wrote in message
    > news:[email protected]...
    >> Thanks Dave
    >>
    >> Do you know if they offer any screenshots of this? I
    can't seem to find
    >> any on their site.
    >>
    >> Andy
    >>
    >> "Dave Buchholz"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Not Lee but I can tell you that eCart comes with
    a sample store that
    >>> features a admin backend that you could modify
    for your own needs.
    >>>
    >>> --
    >>>
    >>> Dave Buchholz
    >>> I-CRE8
    >>> www.i-cre8.co.uk
    >>> Skype ID: I-CRE8
    >>>
    >>>
    >>> "Andy" <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> Thanks Lee
    >>>>
    >>>> Excellent review -
    >>>> After looking into WA e-cart, i'm getting a
    little ocnfused with their
    >>>> product range.
    >>>> Does the e-cart come with a back-end system?
    or do you have to purchase
    >>>> another ackage from them to do this?
    >>>>
    >>>> Thanks Again Lee
    >>>>
    >>>> Andy
    >>>>
    >>>> "Lee" <[email protected]> wrote
    in message
    >>>> news:[email protected]...
    >>>>> I've been using WebAssist. It's good and
    bad depending on what you
    >>>>> need it to do. It offers a lot of
    flexibility but when you want
    >>>>> something unique it can be difficult to
    implement.
    >>>>>
    >>>>> For me, it wasn't so much the cost of
    the program but the time it took
    >>>>> to build what I needed. Had I a
    programmer sitting next to me, I would
    >>>>> have been very satisfied with WebAssist.
    Since I am not a programmer I
    >>>>> often ran into brick walls with much of
    the process.
    >>>>>
    >>>>> Don't count on too much help from them
    unless you are ready to pay for
    >>>>> help. I don't blame them, this is very
    difficult stuff. Their help
    >>>>> files are adequate but often lack the
    resource that is needed to
    >>>>> really understand the workings of the
    cart. They have a forum but
    >>>>> essentially, the responses to the posts
    only suggest a solution and
    >>>>> often it's not as soon as you might
    wish. In order to get real help,
    >>>>> you have use help credits that come with
    the original purchase. Once
    >>>>> those are gone, you can buy more. They
    also have a good mentoring
    >>>>> program that you can purchase for, I
    think, $150 a shot. It's helpful
    >>>>> and I would just budget a few of those
    right off the bat. In my case,
    >>>>> doing this earlier on would have saved a
    lot of grief. I wish I would
    >>>>> have gotten help earlier, instead, I
    built some things in a way that
    >>>>> didn't mesh very well with the cart.
    >>>>>
    >>>>> In many ways I wonder if I should have
    gotten something that was more
    >>>>> canned but it's hard to say what the
    right answer is. Something that
    >>>>> was canned may not have offered what I
    needed to have. If you're not a
    >>>>> programmer, for simple carts without a
    lot of complicated programming
    >>>>> needs, WebAssist is probably pretty
    good. If you are a solid
    >>>>> programmer, WebAssist is even a better
    choice. However, if you have a
    >>>>> complicated project/s and you have
    little programming skills, beware.
    >>>>>
    >>>>>
    >>>>>
    >>>>> The pluggins can be a little buggy
    sometimes but on average, I am
    >>>>> satisfied.
    >>>>>
    >>>>>> Thanks Guys!
    >>>>>> Anyone got any thoughts or
    experience with using 'cartweaver' or
    >>>>>> 'webb assist's e-cart'?
    >>>>>>
    >>>>>> Thanks
    >>>>>> Andy
    >>>>>>
    >>>>>>
    >>>>>> "Andy" <[email protected]> wrote in
    message
    >>>>>>
    news:[email protected]...
    >>>>>>> Can anyone point me in the right
    direction please?
    >>>>>>> I'm looking for a
    'comprehensive' shopping cart system written in
    >>>>>>> 'Classic ASP' and editable in
    DW8.
    >>>>>>>
    >>>>>>> It needs to have a fully
    functioning admin (backend) system and also
    >>>>>>> enable me to add asp code as and
    when required.
    >>>>>>>
    >>>>>>> Bit of a tall order I guess, but
    my reason for the question is that
    >>>>>>> at present we're using 'Actinic
    v8' and it is rather restrictive in
    >>>>>>> both functions and design
    ability.
    >>>>>>>
    >>>>>>> Hope someone can advise.
    >>>>>>>
    >>>>>>> Thanks in advance
    >>>>>>>
    >>>>>>> Kind Regards
    >>>>>>> Andy
    >>>>>>>
    >>>>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

Maybe you are looking for

  • PDF attachment in mail adapter

    Hi I am reading mailbox using mail adapter. But i cannot read the PDF attachment in that mail. I use "PayloadSwapBean" in the module, but it is packing the mailbody to the text file, but they is no sign of PDF attachment. How to read the attachment.

  • Periodic housekeeping/data deletion in OLAP cube

    Hi All, We have a cube partitioned on date.Our agreed retention period of data is one year.Can you please suggest any standard daily housekeeping way to drop all the partitions older than 365 days.(Grateful if you give little details as-well). NB. We

  • How to change the background

    I convinced my wife to udate to the new ios 7 and she hates the white washed out looking backgrounds for the texting, phone, mail and setting page backgrounds. I told here I could fix this but I have been a failure so far. Can anyone help or am I up

  • Extracting records from an XML

    Hi All, I have an XML in this format. <?xml version="1.0" encoding="UTF-8" standalone="no"?> <pm testval="1" xmlns:xsi="http://urltest"> <mid>15</mid> <mname>Info</mname> <mrid>145</mrid> <fs id="11"> <fd> <fd-id>73</fd-id> <pfd>23</pfd> <pfn>Test de

  • MBP won't access WiFi

    my MacBook Pro (circa 2008 running Snow Leopard) all of a sudden will not access my WiFi (ATT U-Verse gateway). My iPhone & Roku access the internet fine. I tried Network assistant and restart. The router ID is seen on the MBP but it cannot gdet to i