Requirement Tracking Number Not Transferring to Backend

SRM 5.0 SP 7 - ECS
We've configured our system to allow users to enter the tracking number withing the Basic Data section of the cart, however when the PO is created in the backend the tracking number details are not transferred.
I assumed that this would be standard functionality but obvisouly it's not.
Any ideas / sample code would be gratefully received.
Keith

Hi,
Please check here :
https://forums.sdn.sap.com/click.jspa?searchID=5007432&messageID=3851280
Kind regards,
Yann

Similar Messages

  • Free of charge items, ie price = u00A30.00 are not transferred to backend.

    Free of charge items, ie price = £0.00 are not transferred to backend. PO created with held status, but the SRM PO item IR flag is selected. If we manually amend the SRM PO item to remove the 'invoice receipt' flag, then save the PO, the PO does get to the backend with a price of zero, the IR flag de-selected and the 'free' item flag selected.
    How do we manage to get the PO with free items to the backend without having to manually change the held PO in SRM? We are on SRM 5.0 using extended classic.

    Hi
    <b>We have done this type of requirment.. several times.. This is easily possible ..</b>
    <u>You need to Implement the BADI - BBP_CREATE_PO_BACK using SE18 Transaction.</u>
    <b>Either you can do this sample code inside BAPI (Make changes accordingly) or inside the BADI - BBP_CREATE_PO_BACK / BBP_CREATE_PO_BACK_NEW depending on your requirement.</b>
      LOOP AT po_items INTO ls_po_items WHERE net_price IS INITIAL.
    * Reset the IR Indicator for Items with Zero net price
        ls_po_items_add_data-po_item = ls_po_items-po_item.
        ls_po_items_add_data-ir_ind  = space.
        ls_po_items_add_data-gr_ind  = 'X'.
        ls_po_items_add_data-gr_non_val = 'X'.
        APPEND ls_po_items_add_data TO po_items_add_data.
      ENDLOOP.
    <b>Related link -></b>
    Re: Final Entry/ Final Invoice Indicator to be checked Auotmatically
    <u>Do let me know.</u>
    Regards
    - Atul

  • Suitable Exit/BADI for populating Requirement Tracking Number in PO and PR

    Hi all,
    I need help from you all. I need a single exit or badi which will trigger before saving any PO or PR while creating.
    For PO, it should handle 3 possible cases.
    1. Tcode : ME21
    2. Tcode : ME21N
    3. BAPI function module (Ex: BAPI_PO_CREATE1)
    For PR, it should also handle 3 possible cases
      1. Tcode : ME51
      2. Tcode : ME51N
      3. BAPI function module (Ex: BAPI_PR_CREATE)
    I need to populate Requirement Tracking Number (BEDNR) field in the line item from a custom number range object and also have to update a custom table.
    Please suggest...
    Raj

    Hi
    <b>At runtime, you will get the GUID in the BADI Interface.</b>
    Incase this BADI does not help, go for another BADI
    1) <u>BBP_SEND_MEDIUM_MODE</u>     
    (Determines the Default Settings for the Send Medium)
    2) '<u>BBP_OUTPUT_CHANGE_SF'</u>.
    <u>Here are some related links -></u>
    Re: PO output medium issue
    Re: SRM PO SMARTFORM
    Re: Control PO output to vendor
    Re: Add a Printer ?  -> LP01
    Hope this will help.
    Regards
    - Atul

  • Authorization object for requirement tracking number

    I want authorization object for requirement tracking number in PR ME51N.
    I have to make control over User against requirement tracking number that particular user can use this tracking number only while using ME51N.

    Check the t code su21 whether your requirement is fullfill or  not.
    If not make a authorization object with the help of abaper and assign this object to the particular user in their profile.
    Hope this is help.

  • Requirement tracking number in PO

    Hi Experts
    Despite having all field statuses optional, i am not able to see the field 'requirement tracking number' in PO item.
    Please suggest,
    warm regards
    ramSiva

    Hi,
    In PO item tab this field shown as Reqmt. No (field just before requisitioner )
    assuming you have activated this field as optional entry in screen layout for PO in Reference data, item  tab for
    FSel. ME21N as well as for NBF ( or what ever field selection you assigned to your PO document type) **
    Edited by: redriver on Dec 2, 2011 10:53 AM

  • Supplier Part number not transferred to R/3

    Hello
    The supplier catalog when used for a purchase order is not bringing up the supplier part number. The Supplier Part Number not transferring to the back-end .
    Can anybody help me please?
    Best Regards.
    Jayawant

    Hi
    The field name is either MFRPN or what ? check whether the field is having any data, by holding a shopping cart by ITS and then doing the debugging in SRM GUI itself.
    Is that field value is available on the SRM side, once the user is shopping from Catalog in ITS side. Please confirm the same by debuuging in ITS inside the
    BBP_DOC_CHANGE_BADI  ( inside The custom Implementation you have created  in your system)
    and incase its available, you need to pass the data coorectly by mapping / transfer the same by transferring it to R/3 by implementing the BADI - BBP_CREATE_PO_BACK.
    Let me know your views as well.
    Hope this will help.
    Pls reward suitable points.
    Regards
    - Atul

  • Classic scenario-SC not transferred to backend,short dump in ecc

    hi Guru's,
    Classic scenario, sc not transferred to backend, executed FM bbp_pd_sc_resubmit, short dump occurred in the backend stating call function not found
    please help
    short dump file attached
    regards,
    kiran

    Hi Kiran,
    Could you please send the DUMP for analysis.
    Please try to use this -
    This is the new report BBP_SC_AUTO_RETRANSFER to change the status from
    I1111          Item in Transfer Process
    I1112           Error in transfer/ transmission
    Thanks,
    From RBEI,
    Snehal

  • Requirement Tracking Number - Lower Case Letters

    Hi Experts,
    Generally, Requirement Tracking Number can be saved as Upper case. But i have an issue that in one PR, Requirement Tracking no was saved as lower case.
    By Prabhu

    Try this code which may be helpful.
    DATA : lv_string      TYPE string VALUE 'ABCdWE1@#F',
           lv_string_temp TYPE string.
    lv_string_temp = lv_string.
    TRANSLATE lv_string_temp TO UPPER CASE.
    IF lv_string_temp = lv_string.
    WRITE : / 'All caps'.
    ELSE.
      WRITE : / 'At least one small letters'.
    ENDIF.
    Regards
    Shiba Prasad Dutta

  • Requirement Tracking number used in WM modules

    Dear all,
    What are the different Requirement Tracking number used in WM modules.
    Like we use 632 for auto TO creation for outbound delivery.
    please suggest me
    Regards,
    Rock

    Hi,
    Please check the Following Link may be help you.
    Requirement Tracking Number
    Regrds,
    PK.

  • What is Requirement Tracking Number and MRP Controller

    Hi,
    Can anybody please brief me on the foll:
    What is Requirement Tracking Number and MRP Controller?
    Thanks

    .

  • Contract number not transferred to back-end PO?  Is this an SAP bug?

    System: SRM 4.0 - Classic Scenario
    Problem:
    Iu2019m creating "limit" carts with reference to ECC back-end contracts.  The functionality seems to be available in SRM and I expected it to work in the same way as the "describe requirement" shopping carts (i.e. the contract number added to the shopping cart is transferred to the back-end and the ECC PO is subsequently created with reference to the contract)
    However, for u201CLimitu201D carts, I've added the contract to the shopping cart, but it does not get passed to the follow-on ECC back-end PO.
    These are steps I am following (end-to-end):
    1.     Create contract in ECC (ME31K)
    2.     In SRM, add Vendor and Contract Number/Item to preferred vendor list and Release
    3.     Create u201CLimitu201D shopping cart with relevant material group and vendor
    4.     Search and select contract
    5.     Order and Approve shopping cart as required
    6.     Identify ECC back-end PO number
    7.     Display ECC PO using ME23n, select item and check reference to contract.  **Contract number is blank!**
    If I check table EKPO the Agreement Number field for the PO is blank.  I.e. it has not been transferred from SRM to ECC when the PO is created.
    As I mentioned, the contract is transfered for "describe requirement" carts, but not "limit" carts.
    I have tested this in another system and I have the same problem.  I believe this is a SAP bug.  We have raised an OSS note, but awaiting a reply.
    Has anyone else experience this issue and can provide any guidance?
    Matt

    Hi Matt,
    We have a similar issue. We've implemented SRM 7 in classic scenario with ECC 6.
    A limit shopping cart is created in SRM and assigned contract limits. The shopping is approved and creates a purchase order in the backend.
    1) The contract number is not available in the limits tab on the purchase order. The expectation was that the contract number from the shopping cart shows up here. BAPI_PO_CREATE1 does show that the information is being passed from SRM.
    2) The F4 search for contract in SRM does not retrieve contracts from the backend. The search seems to only look for local contracts.
    I would appreciate your insight on this issue and if you could share any information that SAP provided.
    Thanks,
    Hemanth

  • Repaired Laptop tracking number not found

    I sent my laptop to the Lenovo repair center in Texas and as of July 17th it was repaired and shipped back to me.
    I was given a fedex tracking number but when I go to track it using the number it said not found.
    I called fedex to see what was the problem with the tracking number and the guy I spoke told me that that number is wrong and isn't a tracking number.
    I then called Lenovo and talked to this lady who basically told me to just wait for the package to show up, she didn't know why the number wasn't found on fedex and said just to wait.
    Seeing as my laptop was just shipped yesterday I have no problem waiting but the fact that the tracking cannot be found on the fedex website bothers me.
    Solved!
    Go to Solution.

    Was it a human being that typed the number, or was it an automated email. If the former, I would assume human error. What time was the number sent? Is it possible the machine never really got picked up by FedEx, and it will go out today?

  • Sc not transfered to backend rfc error after bapi_po_create1 ?

    I have one user who's shoppingcarts are not transferred to the backend. when I try to transfer it manually with BBP_PD_SC_TRANSFER I get an rfc error after the bapi_po_create1
    for the rest the whole system is functioning as it should but only for this user the shoppingcarts are not transfered. I also don't get any errors back from the bapi.
    anybody got a clue what can be wrong with this particular user ?
    I checked everything in ppoma but can't find any flaws or errors.
    kind regards
    arthur

    >
    Virender Singh wrote:
    > Hi
    > Did you check the Error Log in RZ20. There has to be something wrong in this shopping cart data. Is the SC Approved? What is the error shown by BAPI_PO_CREATE1?
    >
    > Regards
    > Virender Singh
    I am a bit closer to the answer I guess. no there were no erros given with  BAPI_PO_CREATE1
    fuzzy part however with the sc was that there was only an acc_no of 002. since the last hrsps on the backend the   BAPI_PO_CREATE1 gave errors back that it didn't accept 002 without a 001
    so I checked in a badi if there were acc_no with 02 and 100% costassignment and transfered these back to 01
    with the badi BBP_CREATE_BE_PO_NEW. that was working very nice until one user could not transfer any shoppingcart anymore. I saw that she had a workprocedure that caused the 02 acc_no (she used copy paste) when I let her do it without copy paste and just change it then the shoppingcart created a PO.
    but I'm puzzled what I'm missing here and why it most of the times work but sometimes it just doesn't give any errors back and no purchasenr but just an exception others.
    can I debug this further on in the backend somehow what causes the exception ?
    kind regards
    arthur

  • Zen nee0n 2 listing mp3 by track number not n

    How do I change how the tracks are ordered when i view or play them?Currently its by alphabetical order which is stupid because it plays every album out of order. thanks

    ceez wrote:
    Thanks for the reply guys. I am using an app caled Tag & Rename. All my mp3's are tagged. Under ID3v the track#'s show as , 2, 3, etc... When I click to show the ID3v2 tags the track#'s are listed as 0, 02, 03, etc...
    But when I open the Creative Media Source Organizer (CMSO) and right click on the same mp3 it shows track 0 (zero) for all my mp3's....is there a new ID3v that Tag & Rename does not support? Is there a way to MASS add track info on CMSO?
    Thanks,
    ceez
    PS- SSR, thanks for the link you provided.... but not really answered my Q.... (
    In MediaSource, do you right click the track in PC Music Library or My Computer?
    I know that earlier versions of MediaSource may have problem reading the track number of files tagged by Tag&Rename. However, I have verified that the latest MediaSource v3.30.2 has no such problem.
    If you are using MediaSource v3.30.2 and are still encountering problem with track numbers (tagged by Tag&Rename), I would like to see one or two of your problematic files. If you don't mind, please snd the file(s) to me at:
    [email][email protected]][email protected][/url]

  • Deleted limit item not transferring to backend PO

    Hi,
    I have created Shopping cart of service line item and approved, after that i have added limit item and approved the order,
    Now i dont want that limit item, i have deleted the limit line item.
    the problem is in the SRM PO the value is decresed but in backend it shwing both the prices,
    and one more thing is in the backend i can see only one line item having both service item and limit item as in the srm two line items exists,
    now the user is asking after deleting the limit item in the SRM in the backend why it is not showing only undeleted price in the Po netprice, as in srm the PO price is as per the required.
    Please suggest is this std setting or what to do ..
    Regards,
    jairaj

    Hi
    For limit cart you need to create a seperate cart. It will not mix with any other cart.
    regards
    satish

Maybe you are looking for

  • ITunes keeps trying to download a HD movie I don't want.

    My broadband provider (Qwest) has an issue with large files.  I'm not able to download any single file that is larger than 2 GB, I've called them multiple times on this issue and they say yes, it's real and it's a problem.  Any time I try and downloa

  • The version you requested is greater than the highest version licensed on

    I get this error message when starting fresh installed Labview 8.2. Do I need to update the license file on the license server? How do I get this?

  • How do I deauthorise computers that I no longer have access to?

    That's it really - when in iTunes you go Store>Deauthorise this computer I can only do this PC which I want to be the only authoried PC - before you could deauthorise all PCs? Thanks, Dave

  • TS3276 iPhoto email problem???

    Question: I am trying to send some photos by email from iPhoto. I get an error message: The email server didn't recognize your username/password combination. There is no option tom re-enter an email password - it is supposed to be going from my stand

  • T.Codes for Employ Details - HR Related

    Hai,      Can u tell me the T.Codes for below  Employ Related - HR, its very Urgent. 1) Create Personal Data 2) Create Addresses 3) Create Family Member/Dependents 4) Create Education 5) Create Internal Medical Services 6) Create Previous Employers D