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

Similar Messages

  • Supplier and Supplier Part Number in standard report BBP_BW_SC3

    Hi All,
    There is requirement like to add new fileds ,Supplier and Supplier Part Number in standard report BBP_BW_SC3(copy to z version).
    From which table i can get these values in SRM system.
    Please suggest.
    Thanks & regards,
    Rakesh

    Hi Walter
    Thank you so much for your reply, which indeed helped us to a great extent.
    The solution works fine for my original example of A & B material. However, we want to find every combination of lower level material used in each rolled up material. In above example, if material B is used in C, and C used in D and D used in final product E.
    The suggested functional module explodes the header material as per itu2019s BoM, and follows Top-down approach, whereas we are looking forward to find a link which shows Bottom-Up approach i.e. where-used approach. In above example, we want to start from lowest level material A, then B, and C till final product E.
    Since the output of functional module has various fields so we are trying to find a field which helps up to establish the bottom-up approach for multilevel BoM materials.
    Any inputs will be highly appreciated.
    Thanks,
    Nirav

  • Materials "Supplier Part number"

    Hi all
    Does anyone have any information on how to pull supplier part number into a designed material report?
    I think I've looked everywhere & cant find the location of the field anywhere within material or supplier data sources
    The field within Materials is located in
    Materials
              Purchasing
                        Supplier Part number
    Thanks

    Hi Scott,
    for one material there can be many supplier part numbers, for each supplier a different one.
    How would you expect the result to look like, in view of this 1:n relaitonship?
    Regards
    Michael

  • Vendor Part Number not visible..

    Hello friends,
      i have to make vendor part number visible also in the basic data frame.. I know this field will be appearing only when the cart create from catalog.. But now we need to make use of this field always.. So make this field appear always i implemented BBP_UI_CONTROL_BADI badi.. But i am trying find the IV_FIELDNAME value of this field but i could not .. Please help me out to find the IV_FIELDNAME value or if you know please..
    Regards,
    John.

    I donot have your system details .
    I feel that you need to make changes in BADI as
    suggested in note Note 974236 - Shopping Cart - Field control
    regards,nishant
    please reward suitably

  • 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

  • Add Supplier Part Number  Special Request in SC

    Hi Experts,
    My req is that need to add Supllier part number (PARTNER_PROD) in SC for Special Request (Describe Requirement.)
    This field is there when you select the Material from Catalog but If you go to special request (Describe Req) will not be there. This is not Custom field . The Partner number field is there in the I_ITEM structure-BBP_PD_SC_GETDETAIL.
    Just I want add this field in special req and store into I_ITEM strucutre.
    Can you anybody help me out this.....
    Regards,
    Kumar S

    Hi
    Which SRM version are you using ?
    <u>We have handled these type of requirements in our earlier SRM implementations.
    As Ramki told, OSS note 672960 and 485891 are for adding custom fields on the shopping cart item level.
    Since this field is not visible in Describe requirement section of the shopping cart, you need to add a custom field as this will not involve any HTML templates modification.
    Incase you don't want to add a custom field then you need to make  modification to HTML templates and it might become quite complex to handle this in future.
    Therefore, it's recommended that you should go with adding a  custom field and map the data coming from catalog values to this custom field inside the BBP_DOC_CHANGE_BADI to suit your requirements.
    Incase you need any help, in order to suit your requirements, do let me know.</u>
    Hope this will help.
    Regards
    - Atul

  • 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

  • Power supply part number for Cisco 2900

    I need to know what are the part numbers for installing the redundant (second) power supply.

    Hi,
    Have you tried sh inventory.
    I am able to see with same command on some different platform
    #sh inventory | inc Power|SN
    NAME: "slot 24", DESCR: ***** AC Power Supply"
    PID: 34-0820-01 rev B0 dev 0, VID: V01, SN: CAB014501HN
    Regards
    Mahesh

  • Slice battery craziness-What part number IS it???

    Last September we purchased 5 slice batteries for our X230 systems.  One of them went bad about a month and a half ago, and I opened a warranty replacement ticket with Lenovo but they can't find a replacement battery to ship me (it's been out of stock for about 6 weeks now).  They shipped out an incorrect battery at first, and I am getting the run around with various warranty, tech support, shipping, and status departments (I've been transfered to them all, have to explain my situation over and over again, only to get more confusion each time).
    The battery I have has TWO part numbers printed on it, but they can't seem to ever cross reference these part numbers with the battery.  The place we ordered these batteries from (CDW) have a Manufacturing Part number which is a completely different part number and which is NOT printed on the battery itself anywhere.  Then, I just got off the phone with another person at Lenovo who gave me a slightly different part number, and then another part number (5 so far).  How can there be so many different part numbers for the same battery and how can Lenovo not be able to cross reference them?
    On the battery itself, I have two part numbers (again, why two???)
    FRU P/N:  42T4967
    ASM P/N:  42T4904
    Then, there is a manufacturer part number (not listed on the battery anywhere) 0A36280
    Then there is a fourth part number they gave me which is 42T4903
    Then they gave me another part number of 45N1035
    How can this be so complicated and why so many part numbers?

    jbobst,
    Given the time elapsed since purchase, this would generally need to be addressed through service.  Service will deal exclusively with FRU or field replacement units.
    During product life, we may introduce newer versions of a component or we may have an alternate supplier which can have a different FRU number but be functionally interchangable.   When newer parts are released, generally the older FRU subs to the newer one so if you order the older number on a product, if we are out of stock on that, the newer one can be sent instead.  Forward substitution.
    I'll agree that this can be confusing and we try to make this seamless for the customer as much as possible.
    Let me look into this overnight and see what we can do to locate stock.   I'll work with bgriffin on what we can do to accelerate this for you.
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Search contract by supplying vendor or manufacture part number

    Hi,
    We have a requirement to keep manufacturer vendor and manufacture part
    number on purchase order.
    Example:
    Vendor (purchasing): 1000010
    Vendors (Manufacturer): AAA, BBB
    Internal Material number: 71000010
    Manufacturer part number: 61000001 (AAA), 61000002(BBB)
    two contracts for 1000010, one with supplying vendor AAA, the other is
    with BBB.
    However, when trying to create a PO(ME21N), contracts can not be
    searched by supplying vendors.  If search by internal material number,
    both contracts show up and user can't tell the difference because they
    don't show manufacturer part number or supplying vendor.  Pls advice. 
    Thanks!

    You can search your caontract by internal number and than in the document overview you can change the layout which can show the MPN mateiral number
    so based on the MPN material use rcan select the appropriate contract
    send me your mail to this forum and i will send you the scrren shot

  • [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]

    Hii ..
    need help on this ..
    This what I am doing ..
    I am using a DATAEXPORT function to export level0 data from my essbase 11.1.2.2 to Microsoft SQL 2008 tables.
    So what I did first I exported the level0 data to a flat file using DATAEXPORT and the created the SQL columns by the same  in that order only in my SQL table.
    When I run it fails with this error:
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021014)
    ODBC Layer Error: Native Error code [213]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Error(1012085)
    Unable to export data to SQL table [dataexp]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021002)
    SQL Connection is Freed
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Warning(1080014)
    Transaction [ 0x1c50001( 0x51ee7d66.0x80342 ) ] aborted due to status [1012085].
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1012579)
    Total Calc Elapsed Time for [test.csc] : [1.44] seconds
    =============================================================
    I did a simple test on my Sample.basic application then ..
    loaded the calc data to it and then used the below script to export to a flat file
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET DATAEXPORTOPTIONS
                    DataExportLevel "Level0";
                    DataExportOverwriteFile ON;
                    DataExportColFormat OFF;
                    DataExportDimHeader OFF;
    FIX(
                "Jan",
                "Sales",
                "Actual"
    /*DATAEXPORT "File" "," "/home/hypadmin/samtest.txt";*/
    DATAEXPORT "DSN" "Abhitest" "sample" "sa" "welcome1";
    ENDFIX
    out put as below:
    "Sales"
    "100-30","California"
    "Jan","Actual",145
    Now In sql I created only 3 columns with name Jan/Sales/Actual and when I run this script again with comments removed .. I get the same error as what I have got in my first test case with other application ..
    but when I create the columns with same name as what its in export
    Sales/100-30/Califirnia/Jan/Actual
    It created the new rows successfully ..
    So with this I think the error which I am getting with my other application might be because of the same column issue  .. but then I have created all the columns by looking at the export file only as I did in sample ..
    Any idea would be helpful ..
    Thanks
    Abhishek
    I

    First make sure you add
    DataExportRelationalFile ON;
    to your set commands it is missing
    I alwats like to also add
    DataExportColHeader dimensionName;
    so I am sure what dimension is getting put into the columns.
    Then count the number of dimensions in your outline (exclude attribute dimensions). You need at least that many columns in your table  -1 + the number of  members you will be returning as columns in the export
    Taking your example Sample basic has 5 dimensions
    Measures
    Years
    Scenario
    Product
    Market
    Since you did not specify a dataexportcolheader it took the dense dimension Scenario as the columns. Your fix statement is limiting that to one member. Doing the math
    5 -1 + 1 = 5 columns in your table which is what you found works.  Suppose you fixed on bothe Actual and budget in scenario then you would need 6 columns 5 -1 +2

  • Correct part number for G4 MDD power supply

    I am in the process of replacing my old Power Mac G4/350 with a G4 MDD 1.0 ghz DP.
    The power supply is missing from the MDD unit. Does anyone know what the correct
    part number for this power supply? 

    http://natramelec.com/g4powersupply/
    Part Number: 661-2816, 661-2816-R, 661-2725
    Manufacturer part: API1PC36
    Apple assembly: 614-0224, 614-0183
    Product EEE Code: NS3, P0V, P0W
    http://www.welovemacs.com/6612816r.html

  • Condition not working if Part Number is not included in result

    Good day
    Please assist with the following?
    A user wants to display a summary of values for different key figures on all Parts belonging to certain vehicle categories. One of the key figures (KF1) must only display values > (greater than) u20180u2019. He does not want the Part number to display in the report, but KF1 must be based on the individual values of the parts, example if Part V001 has amounts u201C-R200.00u201D, u201CR10.00u201D and R20.00u201D, the summary total to be displayed in the result must = u201CR30.00u201D. (u201C-R200.00u201D must not be included)
    I have created a condition on this key figure (KF1) where I indicated the value > 0. When I run the query, the condition does not work on the summary of data, it still includes the values < (smaller than) u20180u2019.
    Is there a way I can display the correct values?
    Thanks in advance.
    Cj

    I am not sure if I understood your problem correctly. But to me seems like your problem can be solved at aggregates. I didnt understand your problem correctly, but let me put some pieces together and see of that helps you.
    Lets say you have 3 different KFs.
    KF1__KF2__KF3
    -200__10___20
    100___20___20
    Now if you create a fourth KF (CKF), you dont want to consider the negative values of KF1. Meanging CKF should display 30 and NOT -190.
    If that is the case for KF1, only, you can create one CKF1 which will calculate either 0 (if KF1 value is less than 0) or the KF1 value (if KF1 value is > 0). After this, your scenario will be,
    CKF1 = (KF1 > 0)*KF1+0
    KF1__CKF1_KF2__KF3
    -200____0____10___20
    100__100_____20___20
    After that create second CKF2 to sum CKF1 + KF2 + KF1
    KF1__CKF1__KF2__KF3__CKF2
    -200_____0___10___20____30
    100____100___20___20____140
    Now if your problem is that if part is not part of query result, you sitll want to perform this calculation at part level. In that case, you can create an exception aggregation for CKF2 as part level. So, even if part no is not in query, the calculation will be performed at part no level.
    - Dhaval.

  • Moved house - phone number still not transferred a...

    We moved house on 23rd March.
    Having previously been with talktalk, I wanted to stay with them but they told me they couldn't keep my phone number and advised me to move to BT.
    I called BT on 18th March and ordered the phone line and broadband and was told this would take until 30th March to activate, which I reluctantly accepted.
    The broadband and phone line were indeed activated on 30th March, but the phone number assigned was a new one.  I called to report this on 30th March and was advised that the problem would be corrected within 24 hours. 
    On 1st April, I called again as the problem had not been corrected (although the phone number had been changed to another diffrent one).  I was advised that talktalk had not released the number and that this would be corrected by midnight on 5th April.
    Today is 6th April and the problem still persists - i.e. I still do not have my old phone number.  Apparently the number portability team has encountered a problem and there is now a cooling off period such that we will not have our phone number until 20th April!
    I have been credited a month's line rental which was nice of BT, but frankly, this is an absolute shambles and I want to be released from the 18-month contract and placed on a month-to-month basis until I find out whether BT is worth staying with.  At this time, I have to say I am not sure.
    This really angers me - in this day and age there is no excuse for being repeatedly promised one thing only to have the promise repeatedly broken.  I'm sure it is simply a case of moving a couple of plugs in the telephone exchange...

    Hi Icrule,
    Welcome to the forum and thank you for posting. I am sorry to hear about the problems you have had in getting your old number back. There are a lot of things that can stop an number being transferred from one address to another, the most common of which would be is if that number is tied to another exchange.
    I would like to take a look at this for you to see if there is anything I can do to help you get your number back. If you can a look at my profile you will find a link to a "contact us" form.
    Please fill in your details making sure to include a link to this post.
    Thanks
    Paddy
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Row Insert Failed - Column name or number of supplied values does not match

    Hi ,
    I am trying add a new field to an existing table in MSSQL and access it in portlets,
    I added the new field in the table, and making necessary updations to the accessing java code seems to look fine. but when i insert the new rwo, fails with exception listed below.
    My code tidbits is as follows.
                   System.out.println("Column Location of outsidePhysician"+ aResultSet.findColumn("outsidePhysician")); // works and returns 24
                   if (anIntake.getOutsidePhysician() != null && !(anIntake.getOutsidePhysician().equals("")))
                        System.out.println("Now Alternate Physician will be added to resultset");
                        aResultSet.updateString(24, anIntake.getOutsidePhysician());
                        aResultSet.updateString("outsidePhysician",anIntake.getOutsidePhysician());
                        System.out.println("Now Alternate Physician already added to resultset"); // also printed
                   }else{
                        aResultSet.updateString(24, "new Physician");
                        aResultSet.updateString("outsidePhysician","new Physician");
                   //NOT NULL
                   aResultSet.insertRow(); // fails here
                   System.out.println("Inserted");
    The table has the right field name too, which is proved when i retrieve the fieldno, based on field name. I tried to delete the field and removing these changes work ok..
    Any ideas would be of help
    Thanks in Advance
    Usha
    [Microsoft][SQLServer 2000 Driver for JDBC]Row insert failed. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source) at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source) at com.microsoft.jdbc.base.BaseImplUpdatableResultSet.executeStatement(Unknown Source) at com.microsoft.jdbc.base.BaseImplUpdatableResultSet.insertRow(Unknown Source) at com.microsoft.jdbc.base.BaseResultSet.insertRow(Unknown Source) at com.microsoft.jdbcx.base.BaseResultSetWrapper.insertRow(Unknown Source) at com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.insertRow(WSJdbcResultSet.java:2181) ... 14 more Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Insert Error: Column name or number of supplied values does not match table definition. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source) at com.microsoft.jdbc.base.BaseExce

    I haven't ever used that method of inserting rows, but from the example in the API documentation it looks to me like you have to callaResultSet.moveToInsertRow();before you callaResultSet.insertRow();Or are you just "inserting" the physician's name into existing rows of the database? If that's what you are doing then you need to callaResultSet.updateRow();Message was edited by:
    DrClap

Maybe you are looking for

  • HOW TO USE Class Interface CL_GUI_FRONTEND_SERVICES

    Dear All, I am working to get output of SMARTFORMS through report into PDF file.Following code i am using inside LOOP. *CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG EXPORTING    WINDOW_TITLE         =    DEFAULT_EXTENSION    = 'PDF'    DEFA

  • My computer detects my ipod as a unknow device

    this is the message my computer says when i plug my ipod in " one of the usb devices attached to this computer has malfunctioned, and windows does not recognize it. for assistance in solving this problem click this message" when i click on it the usb

  • How can I attach the input file in eCATT in ECC6

    Hi, I have created one script using SECATT for transaction F-28. For testing I have created on Test Configuration using this test script and on variant tab I used the external variant and gave the file name. But I am getting the error "Variant that m

  • Uploading to forums

    When I try to up load to a forum it says to resize my pictures, they are too big. How do I do this? I am relying on the the web sites "choose photo" option to up load. I have done it before (same camera same web site) with out a problem. any help wou

  • Schedule 6 requirements

    Hi all Our client has a requirement of getting the Schedule 6 requirements from the system. They want to withdraw the Profit and loss Account plus Balance sheet from the system as  per the Schedulr 6 requirement. My question is that whether we can  f