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

Similar Messages

  • How to get Shopping cart number from TECH_INFO Guid approval offline

    Hi,
    When a user approves a shopping cart via e-mail (offline approval), then in transaction SOIN we can the mail which is like this:
    TECH_INFO_A=00F3D1395134D34D34D37DFBE75E81512DB5DB5FBE&submit_a=Approve by e-mail&TECH_INFO_R=444244093D34D34D34DF7EF9D7A0544B6D76D7&NOTM_OUT=&EOM=1
    How can I retrieve shopping cart number from these guids ?
    Thank you very much.
    Regards,
    Peggy

    Hello,
    E-mail data extraction is done by method EMAIL_DATA_EXTRACT from class /SAPSRM/CL_OFFLINEAPP_INBOUND.
    With the exporting parameter EV_WIID, call function BBP_PDH_WFL_OBJECT_WI_GET: you will get the Shopping Cart number.
    To have an idea of the whole mail data extraction process, check report /SAPSRM/OFFLINEAPPROVALGET
    Regards.
    Laurent.

  • Get Shopping Cart number from Bid invitation

    Hi everybody,
    I got a problem when I extract the data from SRM system.
    I was trying to extract the Bit invitation data from SRM.
    I'd like to get related shopping cart number for each bid inviation.
    I didn't see it in our content.
    Could you please tell me the solution for this?
    Thank you very much.
    Best regards,
    Seven Jin

    Hi Seven,
    You have to add the field 'Cart Number' and  to your data source and replicate and get the data.
    Regards,
    Venkat

  • BADI-Shopping cart number to Tracking Number in PR

    Hi,
    Is there any BADI  is  used for populating shopping cart number in the tracking field in the backend PR.We are using classic scenario.
    or how a shopping cart number can be populated in the bakend(R/3) in tracking number field.
    With Regards
    Sri.
    Edited by: sri ram on Mar 24, 2009 12:14 PM
    Edited by: sri ram on Mar 24, 2009 3:14 PM

    Hi,
    To transfer sc no to Traking number in PR use the BADI  BBP_CREATE_BE_RQ_NEW
    method FILL_RQ_INTERFACE
    Another way of transfer..
    Use the BBP_DOC_CHANGE_BADI for this, method BBP_SC_CHANGE.
    Then something like this, replace {work area} with a variable of your own choice.
    DATA: {work area} TYPE bbp_pds_sc_item_icu.
    LOOP AT it_item INTO {work area}.
    Selecr single object_id INTO
    {work area}-be_tracking_no FROM
    crmd_orderadm_h WHERE
    guid = is_header-guid.
    MODIFY it_item FROM {work area} TRANSPORTING be_tracking_no.
    ENDLOOP.
    et_item = it_item.
    at the end of your code to transfer the import parameters to the export.
    Thanks,
    prasad .s

  • Shopping Cart Number from Purchase Order

    Hi Ppl,
        Santosh here. Does anyone have any idea of the Function Module(or possibly any other solution) to get the Shopping Cart Number from the Purchase Order.
    I have an requirement where in i need to determine the Shopping cart number from a purchase order.
    Please provide me with some solution ASAP if anyone is aware of it.

    Hi Santosh,
    To directly get the SC ID from the PO ID, you can use FM BBP_PD_OBJREL_READ_VIA_REF, with:
    - IV_OBJECTKEY = your PO ID
    - IV_OBJECTLINE = only if you aggregate N SC into one PO
    - IV_OBJECT_TYPE = BUS2201 for SRM PO, BUS2012 for R/3 PO
    Rgds
    Christophe
    PS: please reward points for helpful answers

  • FM to retrive Shopping cart number from Confirmation

    Hi All ,
    We are using SRM 5.0 and classical scenorio.
    I have created confirmation for a PO and i need to retieve the appropriate shopping cart number for the PO which i created confirmation in SRM system itself
    Could you please any one tell me the table name or function module name to retieve the shopping cart number from the confirmation.
    Assured Points.

    Hi
    You can use following logic;
    Use FM BBP_PD_CONF_GETDETAIL to get the PO number for the confirmation from ES_Header-be_refobj field.
    Then get the PO guid from table CRMD_ORDERADM_H using PO number. Then use FM BBP_PD_PO_GETHISTORY with PO guid to get all the PO history data. You would get all the history from shopping cart to confirmation here.
    Regards,
    Sanjeev

  • Transfer Shopping cart Number

    Hi SRM Experts,
    We have one business rek where the shopping carts number needs to transferred to the PR in the back-end R/3. that is, business wants to see the shopping cart number inside the PR tracking number.
    Any ideas.
    Thanks.
    NB: Will reward all helpful answers!

    Hi Imitiaz,
    I have implemented the BADI ZBBP_CREATE_BE_RQ_NEW, and wondering what code I need to put in method FILL_RQ_INTERFACE so that shopping cart number can be transferred to the back-end PR tracking number field ??,
    I know that BAPI_REQUISITION_CREATE is called in the back-end ??,
    I am not an ABAPer, so any code would be of great help!!
    Thanks.
    Edited by: Rahul Azi on Apr 8, 2008 10:52 PM

  • Add Shopping Cart Number to Purchase Order Data in ERP system

    We would like to be able to send the Shopping Cart number to our ERP system so that it is visible on the Purchase Order details data.  What data / BADI would we have to use to transfer this shopping cart number to our ERP system?
    Thanks,
    Jim

    Hi Jim,
    You need to create customize FM which can fill the shoping cart data and send it to R/3 backend system.
    e.g.we have one customize FM (ZBBP_CRT_PO_FILLPO) so  along with this FM you can call SC attributes to fill customize FM and will pass this information to PO created.
    Sachin.

  • Get Shopping Cart Detail

    Hello,
    I create a shopping cart with an item and save it.
    I modify it by adding a second item.
    In the Badi BBP_DOC_CHANGE_BADI~BBP_SC_CHANGE :
                  I try to get the old data of my Shopping Cart by using the MF BBP_PD_SC_GETDETAIL in order to compare it with the
    entry parameters table "IT_ITEM".
    In the table output table ITEM of the MF BBP_PD_SC_GETDETAIL, I have not the old data of my shopping cart ... Changes are yet applyed.
    Is it normal ? What is the method to get the old value of my shopping cart ?
    (Initial requirement is : Restart the workflow when add/Remove Item in a Shopping Cart)
    Version Component : SRM 5.00
    Thx.

    Hi,
    > (Initial requirement is : Restart the workflow when add/Remove Item in a Shopping Cart)
    How about setting BBP_WFL_SECURITY value? Is it not enough?
    Please check the BBP_WFL_SECURITY personalization key in personalization tab of PFCG or SU01 transaction.
    BBP_WFL_SECUR_BADI is also available.
    No authorization
    Changes to the document are not allowed while it is being approved.
    Low
    Changes can be made to the document. The approval workflow is restarted after every change.
    Medium
    Changes can be made to the document. After every change, the approval workflow either continues or is restarted.
    The system evaluates the start conditions and restarts the workflow if a new approval is required as a result of the change. If this is not the case, the approval workflow continues.
    High
    Changes can be made to the document. The current approval process always continues. A new approval workflow is not started when the document is changed.
    Regards,
    Masa

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

  • My shopping cart number increasing everytime 2.

    Dear All,
    My shopping cart number range is increasing everytime 2.
    Per example as of now my shopping cart number 0000001 if i create next shopping cart nmber is coming 3.
    Can you please suggest me where we have control on this
    Thanks
    Ravi

    Ravi,
    I looked at Define Number Ranges for Shopping Carts and Follow-on Documents in the IMG and didn't see anything about an increment factor.  There are some BADIs, BBP_BS_GROUP_BE, is one of them, that be implemented to customize number assignments.  See if that is causing your issue.
    Otherwise, unless no one else replies, it could be a bug and you might need to open an OSS message to SAP.
    Regards, Dean.

  • How to get Shopping Cart Name from PO number in EBP ?

    Hi,
    If I have the PO number how I can get the shopping cart name related to this PO? I need technical fields and table relations.
    Regards,
    Achirangshu

    I'm not sure if this will work. I posted an answer to a similar question a while ago, but it didn't work well in the posters system. So maybe we can try this in steps. See if you get results from this:
    REPORT ztest   MESSAGE-ID 00 LINE-SIZE 80.
    TABLES srrelroles.
    PARAMETERS: po_no(10) DEFAULT '3000001977'.
    DATA: xobjkey  LIKE srrelroles-objkey,
          roleid(22).
    CONCATENATE po_no 'X' INTO xobjkey.
    * use PO to obtain the role id
    SELECT * FROM srrelroles
      UP TO 1 ROWS
      WHERE objtype EQ 'BUS2012'
        AND roletype EQ 'BBP_TARGET'
        AND ( objkey >= po_no
        AND   objkey <= xobjkey ).
      roleid = srrelroles-roleid.
      EXIT.
    ENDSELECT.
    You'll have to use a PO that you know exist in your system.
    If you get no results, try removing the WHERE on objtype and/or roletype and see what values are returned for these fields.
    Rob

  • I have just purchased Lightroom 5 and cannot get a serial number as it says the redemption service is unavailable, how do I get my Serial number, using my Abruf-Code pls?

    I am trying to get a serial number for my purchased version of lightroom 5, using the Abruf-code, but keep being told the redemption service is unavailable,a nd the website I am given in the packaging sends me to an error page. Pls help as I am about to launch 130 Euros of software of the balcony.

    I don’t think there are many “must have” features in PSE13 especially if you are doing most of your editing non-destructively in Lightroom and only going to the external editor occasionally.
    https://forums.adobe.com/message/6761649#6761649

  • 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

  • Will do ANYTHING for someone to tell me how to get shopping cart to work ..

    in itunes 6.0.4

    Details?
    Have you checked "Use Shopping cart" in preferences?
    Have you clicked on the little triangle next to "Music Store" in the source list to reveal it?
    What is happening that you need help with. As posted, you are not really giving anyone an incentive to help you. In the words of Number Two "We want information."

Maybe you are looking for

  • Accessing the device discovery options for bluetooth in snow leopard?

    This menu linked below. http://www.gamermade.com/images/toastman/macx_anydevice.jpg I cannot find this screen in the setup assistant anywhere and I NEED it to set up my Microsoft Mouse 8000. Instead of this screen it automatically grabs detected devi

  • Help Exceptions

    This is is program whereby there exiext a button and a textfield , a figure is entered into the textfield , anytime the user presses the button th efolowing procedure is invoked. I have written a try statement to check if the correct numbers are inpu

  • Problems with the count tool, I am getting an error message when I try to use it

    I get the message that there are too many count points on the screen to allow manual editing of the count

  • How to access symbol on main timeline from nested symbol

    I did read the the edge JSAPI but still no way to make it work. Very simple use: you click on a button, a window appears. the button that makes the window appear is supposed to hide some elements which it does. HOWEVER when I want to use a close butt

  • Tips for PS CS2 on Windows 7

    Does anyone have any tips on keeping PS CS2 from crashing upon opening on 7 OS? I've read this: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/windows-7-is-n ot-compatible-with-adobe-photoshop/6f1b4955-7166-4b8f-ad9b-5d19