SRM and Inventory with a Contract

Using ECC 6, SRM 7(Extended Classic)
Contracts maintained in backend and replicated into SRM.
Inventory Contract created in a 'bulk' fashion - e.g. - without a specific Material.
Contract is setup in ECC with an Item Category of 'M' (Material Unknown) and an Account Assignment Category of blank.
If using ECC we then raise a Purchase Order - this works fine.
When replicating the Contract into SRM it fails error is 'BL001' - Item type error.
General Scenario - We have a contract for numerous goods (Clothing) , so we enter one (1) line in the Contract. We can't define a specific material on the Contract as the goods required vary ecah Shoppnig Cart - e.g. - Shirt Blue Size 10 on 1 SC, then next day may be Trousers Grey Long - whatever. All of the various types of clothing are covered under one (1) Contract.
We can;t specify a particular Material on the Contract because the SC (and subsequent PO) will validate against the Contract Material. This all works fine in SRM and it seems that our problem is the inability to replicate teh contract into SRM since it does not recognise the 'M' Item Type category.
Any guidance appreciated.
Thanks.
Gerry Steer

Hello Gerry
I dont know the answer but i am telling the fact of SRM
SRM has three Item types
Material
Product category
Services
but i understand you use this report BBP_CONTRACT_INITIAL_UPLOAD program to transfer all ECC contract to SRM as a repository upon your business rule,
SAP SRM dont have idea how material unknown M item category mapped in SRM
as of i know there is no option in SRM for this MATERIAL UNKNOWN item type .
SERVICE - AVAILABLE IN SRM
MATERIAL - KNOWN MATERIAL AVAILABLE IN SRM
MATERIAL GROUP - Available in SRM
Please kindly report to SAP via OSS message  , i think this unknown material mapping must be done as equivalent to ECC or some alternative like product category contract.
Muthuraman

Similar Messages

  • SRM MDM catalog  with Negative contract price

    Hi SRM / MDM Gurus,
    I am facing a problem, when transferring contract data from SRM MDM catalog 3.0 to SRM 7.0 shopping cart process.
    Scenario:
    We have a u201Cnegativeu201D contract Price in MDM and the same I can able to see in the SRM MDM catalog. When trying to add that contract item to shopping cart the price is always positive. For example the SRM MDM catalog contract price is -100.00, when trying to add that item to shopping cart it is always 100.00.
    Is there any configuration or OSS to resolve this issue?
    Kindly also let me know is it  possible pass negative value to shopping cart?
    Kindly let me know your comments.
    Thanks.
    Regards,
    Magesh Basavaraj.

    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

  • Can we Buy online, return to store and rebuy with new contract?

    My bf is an AT&T customer. I am not.  We want to add me to his AT&T account (making it a family plan).  He wants to get the iphone5 and give me his old 4s to use.  We live in the Lou and we have been to the apple store/AT&T stores a half dozen times trying to get a iphone5 but they are always sold out. They tell us... Order online.  If he buys it online, he will have to pay the higher price for it because he's an existing customer.  Because he wants the phone and we want to be on a family plan.... Can he buy it online (paying full price), return it to the store and then rebuy it at the lower price after he adds me to the contract? Even if I am the new customer, will they allow him to have the 5 and me the 4s? 
    Thanks for the help. 

    You should be able to find a store using the Apple Retail website or the AT&T site. When you use the Apple site, you just choose pickup at store instead of having it shipped.
    Another option would be contact AT&T and ask if they would give you new SIMs, if you were to add a new line to the account and purchase the iPhone 5 online.

  • SRM and MDM for material master in SRM contracts for multiple R/3

    Dear all,
    my question is:
    We are implementing SRM 4.0 in classic scenario with multiple R/3 back-end and we want to set-up Global Outline Agreements in SRM in a multi-backend environment where the Material Master are not harmonized.
    We heard that MDM and COntent Integraton can be a solution.
    Then detailled question is:
    Can we have 2 material numbers (e.g. ABC and XYZ) in 2 different R/3 systems refering the same product.
    Have the mapping done in MDM (Content Integrator?) to a third material number:123
    Replicating the material master 123 to SRM from MDM(?)
    Create global Outline Agreements in SRM for Material Master 123.
    Distribute the GOA as Outline Agreement to R/3 system 1 with the translation to ABC and to R/3 system 2 with the translation XYZ, all of that during the distribution step (or another).
    Have the call-offs quantities correct on 123 in SRM and BW?
    IF yes, how is it working, do you have some documentation discribing the scenario and the config steps to do?
    Thanks in avance

    Hello RD,
    That's a good question.
    You are on the right way. MDM is the tool for you.
    But..
    Content Integrator (CI) was first developped for Shell, to address the need of cross-referencing of material/supplier/category IDs, for:
    - reporting purpose (actual Spend Analysis)
    - mapping purpose (send of XML PO)
    CI was later "fusionned" into the new MDM (1.0) solution.
    So now, you can not order CI without MDM (even if some SRM slides still present CI).
    But mapping API where developped for all inboud/outbound interfaces in SRM, for materials only (good luck for you).
    You will find everywhere this piece of code:
      Call ECI
        CALL FUNCTION 'BBP_PRODUCT_MAP'
          TABLES
            it_input          = lt_mapping_in
            et_output         = lt_mapping_out
          EXCEPTIONS
            logsys_not_found  = 1
            driver_not_found  = 2
            product_not_found = 3
            internal_error    = 4
            OTHERS            = 5.
    So it is ok, you have the mapping call, but I don't know if all the rest of the process was really "finalized" (call of API mapping in CI, via XI). I personnaly never used it, but I assume it should work.
    I my opinion your process is supported by SAP:
    - Extract materials from both R/3 and consolidate them as a single product in MDM.
    - Distribute this product into SRM.
    - Maintain contracts on those products.
    - Distribute them to R/3 (The ECI call is also used during contract distribution).
    - Call offs corrects in SRM and BW
    For MDM documentation, look at netweaver area of service.sap.com.
    For MDM/SRM integration, look at SRM 4.0 spend analysis:
    https://websmp206.sap-ag.de/~sapdownload/011000358700004424262004E/GlobalSpendOverview.ppt
    For SRM contract distribution, call-offs, BW, look at SRM in details in service.sap.com/srm/SRM4.0:
    https://websmp206.sap-ag.de/~sapdownload/011000358700001966382004E/contracten.ppt
    For SRM5.0, see online help on help.sap.com.
    Rgds
    Christophe

  • Condition types in SRM for mapping purposes with backend contracts

    Hello,
    We need to map condition types for the creation of a Backend contract on the basis of a accepted bid.
    We use SRM 5.0 but our products do not have prices in their product master!
    We use the catalog funcion to indicate the prices of the materials. for service-items we manually add the prices in the Shopping cart.
    How can I find out what conditions types we use in these circumstances in SRM 5.0?
    What condition type are we using in the case of materials?
    What condition type are we using in the case of service-items?
    Thanks for any reply.
    Aart

    Hi
    You can map the condition type 01CT (gross price) in SRM with PB00 for Gross Price in contracts. Standard SRM  generally work with simple pricing with gross price condition types and do not have complex conditions unless you customize it. For material or services, it should matter from condition perspective unless you have done some specific customization.
    Regards,
    Sanjeev

  • Transfer additional data together with a contract from srm to srm-mdm

    Hi All,
    I have a requirement to transfer additional data together with a contract, such as price scales, discounts, and discount scales
    If the contract has condition like
    scale Discount
    0-10 20%
    20-30 30%
    from SRM to SRM MDM Catalog.
    As a standard practice, we use report SRMMDM_CTR_TRANSFER in SRM to send the standard Contracts from SAP SRM system to the SRM-MDM Catalog repository via SAP XI.
    But to transfer additional data , we have to use BBP_SAPXML1_OUT_BADI in SRM 7.0.
    If any body worked on the same, please let me know the step by step procedure how to implement BBP_SAPXML1_OUT_BADI.
    Regards,
    Venkat

    Hi Venkat,
       You can have a look at the Note - 1296876
    It gives the step - by -step procedure on what how to Enhance Contract Data Transfer.
    For this, you may have to do the implementation in BADI BBP_SAPXML1_OUT_BADI
    Change the XI mappings and the MDM Import manager mappings.
    Hope this helps.
    Regard,
    Sherfu

  • How to link Sales Order with Service Contract and then with Install Base?

    Hi Friends,
    1) I would like to know the integeration process from sales order to Service Contract and then with Install Base.
    2) I couldn't see anything enabled in Service Tab in Order Lines, its grayed out. Is there any set up/profile option to get it enabled?
    3) How can we create AR invoice from Service Contract?
    Please let me know if anyone has idea on this.
    Thanks in Adavance,
    Vara

    Dear Sid,
    Thanks for your promt response.
    Let me explain you what I did.
    1) I have booked a Bill Only sales order which has one order line, mentioned it as Service Item and provided the same details in Service Tab in Order lines. Now Line status is "Fulfilled"
    2) Then Submitted Workflow Back Ground Process for OM Order Lines and it has created an AR Invoice and closed the line
    3) And then submitted "Service Contracts Order Capture Integration Program" from SErvice Contracts Responsibility and it completed normal.
    4) Now I went in to Launch Contracts Window and queried with the sales order but couldn't see any contract created
    5) Then I went in to Reprocess Order Window and found this order shows an error message as "Referenced Product not present in the Installed Base", then I tried to reprocessed it, but the same error message again.
    Here I have few doubts:
    1) Are the AR invoice and Service Contract Billing Invoices same?
    2) In above scenario AR Invoice has been created, I would like to do the billing from SErvice Contracts and need to create an Invoice in AR? how can I do that?
    because as you explained in one of my questions earlier, A Single Invoice can be created for the whole duration of the contract. I want to do that and trying for the same.
    3) Regarding the above error message, how can I resolve it and create the service contract against that Order?
    Thank you so much for your helpful answers.
    Regards,
    Vara

  • Central contract in SRM 7.0 with ECC 6.0

    Hi
    We are using SRM 7.0 with ECC 6.0
    When we create contract in SRM 7.0 & Trying to distribute to Backend as Contract, It is showing error in BBP_PD as below
    HEADER I1015 Awaiting Approval
    HEADER I1021 Created
    HEADER I1038 Complete
    HEADER I1141 Released
    HEADER I1180 Document Completed
    HEADER I1193 In Distribution
    HEADER I1195 Distribution Incorrect
    0000000001 I1143 Item is Active
    Badi BBP_DETERMINE_LOGSY is activated to define backend system
    No IDOC is also generated.
    No errors in MOnitor also
    Not sure what is message type needs to define & what else is needed
    Regards,
    NNK

    HI
    Need to do following
    1. Keep conidtion types in ECC & SRM same for contract.
    2. Also Add message types BLAORD & COND_A manually in ECC in WE20.
    Then only it works
    Regards,
    NNK

  • Physical inventory with and without handling unit managment

    Hello all,
    I would like to know what is the difference between physical inventory with and without handling unit management.
    Pl. advise.
    Thanks,
    Maxx

    Assuming you are referring to WM inventory, it is very similar.  Inventory is conducted at the SU level in WM if you are HU managed.  One of the most widely known issues is the lack of ability to post differences of nested HUs at the WM level.  If you are not using nested HUs, the process is the same as storage unit management without handling unit management.

  • Can I get an Ipad with wifi and cellular but no contract with a carrier in the US?  I want to use it overseas in Africa with a local SIM card and use the cellular signal for all my internet.

    Can I get an Ipad with wifi and cellular but no contract with a carrier in the US?  I want to use it overseas in Africa with a local SIM card and use the cellular signal for all my internet. 

    Yes you can.  All Ipad's are unlocked and can be used any where in the world. Buy the AT&T version which is GSM in other countries

  • Can i Buy the Iphone4s outright but pay my actually class and texts on a contract with 02?

    I want to buy the iphone4s as a present but I want to buy it outright in store as I do not want to pay for someone elses contract... however the person it is for will not want "pay as you go" they will want to pay for the minutes and texts via a contract with 02... are they able to do this even though i have paid for the phone itself?? 

    If you already have the iPhone and you purchased from Apple direct and no one else
    You can (or recipient) go to an O2 store and buy either a PAYG iPhone sim
    or a month to month contract sim (contract runs for 30 days with auto renew)
    These are Simplicitysims , various prices and benefits
    You are not being very clear about what you already have or have not done

  • I just bought a iPhone 5c with Verizon and I have a contract with Verizon but I don't have a SIM card but the former owner left theirs in it can I use it

    I just bought a iPhone 5c with Verizon and I have a contract with Verizon but I don't have a SIM card but the former owner left theirs in it can I use it

    Waylon07 wrote:
    does the verizon store sell nano sims because inever them on the site
    A Verizon corporate store can provide you with a nano SIM and activate it for you. Corporate stores do not charge for SIMS. I don't know what a reseller might or might not do.

  • I am from argentina and i want to buy an iPhone 5s, but in my country i can only use it if the phone is unlocked , i want to know if i buy one of t mobile with no contract and i travel to mi country ( internationaly) i can use it with a sim from argentina

    i am from argentina and i want to buy an iPhone 5s, but in my country i can only use it if the phone is unlocked , i want to know if i buy one of t mobile with no contract and i travel to mi country ( internationaly) i can use it with a sim from argentina

    You should go onto the Tmobile web site and look around. Very soon a pop up window will ask you if you want to chat. You can try asking for someone who knows Spanish (if you prefer), they might have someone available who can chat with you in Spanish.
    I give this suggestion because I remember on the Tmobile website, you can order on line, but they let you choose to pay only a little money up front, then pay off the rest over 24 months, or you can choose to pay for it in full. However, their ordering process does not say whether the paid for in full phone is going to be unlocked or not.
    It may not be, You may have to make a request and say that since you have paid in full please unlock. I am not so sure that a paid for in full phone is automatically sold in unlocked state.
    This is why I suggest you talk to Tmobile to get a definite answer.
    Unless someone else on this forum knows for sure? Hope someone else jumps in to answer. But the best way is to ask for yourself directly from Tmobile.

  • Iphone purchased and gifted to an india person with non contract apple iphone.  it can use in india or not

    Iphone purchased and gifted to an india person with non contract apple iphone.  it can use in india or not

    If it is an unlocked iPhone, GSM model, it should work though will not likely work on an LTE network...those are not consistent in frequencies.
    But, keep in mind that the warranty is only valid in the country of sale.  If there is a problem with the iPhone, there will be no support for it in India.  It will have to be returned to the country of purchase for service support.

  • If i bought iphone 5s from apple retail store on t mobile with free contract and with full price it will work with egypt's local carrier ????

    If i bought iphone 5s from apple retail store on t mobile with free contract and with full price it will work with egypt's local carrier ????

    Yes

Maybe you are looking for

  • What's the best way to set up new imac for logic etc?

    In brief: Getting new imac (27", 3.4 i7, 8-16GB ram, 1TB HD). Will be using it mainly to run Logic Studio (loads of plugins) and Final Cut Express. I also have 2 external Hard drives one 500G one 1TB. The last imac I bought was my first and just went

  • My facebook password is saved, but I changed it and the old password automaticly inserts, I need to change it.

    I changed my password for facebook. The old password was saved and automatically filled in each time I log into facebook. The old password still fills in and I need to know how to change it to the new one.

  • Will a dive enclosure (or flat lens) be offered for the hdr-az1?

    I recently bought the hdr-az1 at Best Buy.  I had originally gone in to buy a GoPro, but was convinced that the Sony was the better option by the sales associate.  He also assured me that most of the peripherals that the GoPro has, Sony also offers,

  • Clipboard problems in OSX

    Hi! Can anybody tell me why Clipboard.getContents() returns an instance of com.apple.mrj.datatransfer.TranslatedTransferable on Mac OSX (and possibly also on Classic Mac OSes), whereas the same method returns an instance of whatever implementation of

  • Videocard issues in ML

    Hi all just upgraded to ML on my macbook pro 15 2010 and after booting i see that there is an issue with the videocard it glitches so badly that i can barely see anything on the screen stuff is rendered incorrectly and so on something like this only