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

Similar Messages

  • 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

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

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

  • 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

  • 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

  • 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

  • Urgent: To add the shopping cart number field to SO10 read text .

    Hi Everyone,
    In my business scenario while creating the po we will send the mail so we have to add the shopping cart field in the standard text (SO10).
    please help on this .
    Thanks Advance,
    Prashanth p.

    Hi,
    Go to SO10.
    Give name of the text.
    then click on create.
    enter the required text.
    Reward if helpful.
    Jagadish.

  • Shopping cart number not generating sequentially

    Hi Gurus,
                  While creating SC the SC number is not generating continuously. It is creating like this 345,346,349,340,345,.... Pls guide as soon as possible.
    Thanks,
    Suguna

    Suguna,
    If main memory buffering is ON, performance is improved but you will have gaps in your numbering assignment.  This can not be avoided f you turn buffering off, then the program will go directly to the atabase server for the next document number and not the application servers.  With this, there would be no gaps in numbering, but performance could be slowed.  Please see also the note 504875.
    To check what is set within your system;                                  
    Enter transaction SNRO -> obj: REQREQ and check whether 'Main memory buffering; is flagged and the value located with the 'no. of numbers in buffer'.      
    Regards,
    Peter

  • Get the confirmation number  of a shopping cart based on its po number

    Hi All,
    I have a requirement where i need to find the confirmation number based on the  shopping cart number .
    I have fetched the po number from BBP_PDBEI table .
    How do i further proceed to get the confirmation number of the shopping cart ?
    Your help is  be highly appreciated .

    Hi,
    There are no of ways:
    Based on PO ;
    If your PO is in SRM (and replicated into R/3), and the GR is created directly in R/3, then there is no reference of this R/3 GR in SRM. The only way to get it it to read the backend PO history.
    To do this, you can try to call the BBP_PD_PO_GETDETAIL is SRM, with I_READ_BE_DATA = 'X'.
    You will get your R/3 reference (R/3 material doc number) in export tables E_HEADER_REL and E_ITMLIM_REL, and actual item values in E_ACTVAL.
    Also you can query the tables BBP_PDHGP and BBP_PDIGP to get the refernce doc no for PO and then use FM BBP_PD_CONF_GETDETAIL to get the details fo a particular confirmation.ALso you can search confirmations by "Reference Document", use BBP_PD_CONF_GETLIST, with parameter I_REF_DOC_NO, and then use BBP_PD_CONF_GETDETAIL for the found confirmations.
    Based on SC:
    You can use the FM 's BBP_PD_CONF_GETLIST to get the list of confirmations for SC's and "BBP_PD_CONF_GETDETAIL" to get details for a specific Confirmation.
    Also you can directly query on table BBP_PDHGP.
    HTH.
    BR,
    Disha.
    Do reward points for helpful answers.

  • Shopping Cart No not displays in Classic PO in ECC

    Hi Experts,
    We are configuring SRM7.0 with ECC6 ( Ehp4) having Classic Scenario .
    Its strange that, in the Classic PO craeted from SRM Shopping Cart, there is no any refernce of Shopping Cart Number anywhere like ECC PR ?
    Can anyone suggest is there is any std way to display the SC No in PO / PR craeted from SRM Shopping Cart ?
    If  not, what is the way ? Is any BADi..etc
    Thanks
    NAP

    Hi Narendra,
    You can implement the BADi mentioned by Muthu for passing the SC# to ECC PO .Sc info not stored in ECC tables but only SRM tables.
    You can get the SC details from the PO number by simply quering the table BBP_PDBEI.
    You must query BBP_PDBEI for each SC item GUID.
    You will find:
    - BBP_PDBEI-BE_OBJECT_TYPE = BUS2201
    - BBP_PDBEI-BE_OBJECT_ID = ECC PO number
    -- BBP_PDBEI-GUID = SC guid
    Another simple way would be implementing BBP_DOC_CHANGE BADI instead. The tracking number field exists hidden in the shopping cart in SRM, and will tranfer as standard to R/3. The field to change is ET_ITEM-BE_TRACKING_NO.
    The above development has been discussed in the below thread..Pls see the below link for code details :
    Pass SC numbber to Tracking number
    HTH.

  • Creation of Shopping cart from CPPR

    Hi,
      While creating shopping cart from Collective processing, we have implemented BBP_DOC_CHECK_BADI for validations. Now, after this BADI, in the standard process the messages are being appended in the /SAPSRM/IF_SOA_MSG_HNDL~GET_ERROR_CODE. The creation is failing in Quality system but it is successful in Development system. Can you please tell me reason for difference in Error Handling process in both the systems.
    The messages are getting cleared in Development system in BBP_PDH_MSG_INTERNAL_SAVE while in Quality system, it is not getting cleared. I found a parameter IV_METHOD in this FM and the sequence of calling this FM with IV_METHOD is differing for both.  Are there any SAP notes?
    In Brief,the error message from the BBP_DOC_CHECK_BADI Implemention are being cleared in Development system and not getting cleared in the Quality system.
    Please provide me some points to resolve this.
    Thanks inadvance,
    Deepthi
    Edited by: Deepthi B on Sep 29, 2010 1:02 PM

    Hi Dennis,
    I really appreciate for quick response. Please input your feedback on the below situation:
    We are currently using the shopping Cart DSO along with PO Account Assignment DSO for reporting (on Multiprovider). Due to heavy load and constant change in user requirements there have been performance issues in the past. Now the end users want separate reports on Shopping Cart and PO Account Assignment. So I came with up the idea of building the Cube on top of Shopping Cart DSO and then built separate Report.
    Present situation of the report:
    Variable Entry:
    Created on Date, Cost Centers, Internal Orders, Purchase Group, SC Created By, Goods Recipient, Requestor, Vendor
    Some of the Characteristics we are using in report:
    Shopping Cart Date, Shopping Cart Number, Purchase Order Number, SC Created By, SC Requestor, Goods Recipient, Purchasing Group, Controlling Area, Cost Center, Chart of Accounts, G/L Accounts, Order, Vendor, PO Line item Number, SC Item Number, SC Status, Shopping Cart Name & many custom fields pulled from the SRM system.
    Please let me know for this scenario the good practice (Reporting on DSO or CUBE)
    Thanks,
    SAPBWI

  • Alpha numeric numer ranges for Shopping Cart based on year and month

    Dear All,
    My client requirement is that Shopping cart number should be generated based on year and month specific.
    Though it is possible through smart numbering, it should generate automaticaly.
    For eg:- Shopping cart generated for March 2011 should be  1103SC00001 to 1103SC99999
                  Shopping cart generated for June   2011 should be  1106SC00001 to 1106SC99999
                  Shopping cart generated for January 2012 should be  1201SC00001 to 1201SC99999
    Is thera any badi available for this.
    Regards,
    Raju

    why dont you add this to description field?

Maybe you are looking for

  • Choppy playback with mxf files...

    Hello.  I have been working with Premiere Pro CS3 for quite sometime until just recently.  Then last week I installed Windows 7, then Premiere Pro CS5.5 along with various updates.  I usually work with DVCProHD (Panasonic), 720p, 60p.  I just started

  • How to transfer edited FCP project back to miniDV tape

    Hi to all. I'm trying this for the 1st time, and it didn't work. I have a feeling I'm missin some connection between my Sony GV-D1000 miniDV deck and the G5 computer. I'm trying to get back to tape my edited version (non-compressed). From FCP I went

  • Do any macbook pro computers have a cd drive

    do any mac book pro computers have a cd drive

  • Reg Facebook chat on nokia lumis 800

    He can I make Facebook chat on Nokia lumia 800

  • Tether issues with a 5D

    Can anyone shed anylight on why Aperture 2 sees my 5D (will even see the images on the card within it) But leaves the capture button Greyed out so I cant capture any? USB leads in- obviously, Project has been chosen, Cameras on, in settings PC connec