Material master for packing materials for based on customers

Dear all,
       can any one tell me how to maintain material master for packing materials based on customers to whom finished goods r supplied.
Regrds
harish

Hi Harish,
Option : 1
Create your packing (VERP) material as per the Customer.
E.g.
Packing material   Product   Customer
200000000            ABC         XYZ
200000001            ABC         YZX
200000002            ABC         XZY
200000003            BCD         XYZ
200000004            BCD         YZX
200000005            BCD         XZY
Option : 2
If you are batch managed then and then only this option will work.
Create Characteristic "Customer"
- Assign it a Batch Class (023)
- Assign this batch class to the material
- Now as and when any transaction will be done on this material, you can apply the relevant customer to the batch and separate that particular by customer.
Regards,
Shyamal

Similar Messages

  • WM Material Master Data - extend materials inquiry

    I have a question regarding WM Material Master Data - extend materials
    what is the best practice for extending materials to Warehouse Management views 1 and 2. We have 1 new warehouse with fixed bins 001 Pallet, 002 Racking, 003 Floor, 004 Bins, 005 Chemicals, 099 Quarantine.  My question is should we extend 3000 materials to each of the designated fixed bins to the Plant/Warehouse Number/Storage Type for WM views 1 & 2?
    Thanks,

    Hi
    As suggested by Raj you can use Mass maintenance option MM17 to update the WM1 and WM2 view
    or
    You can use the LSMW option to upload from external  file (e.g. xls, CSV files)
    Regards
    Manish Kumar

  • How to activate the new fields on material master(MM01/MM02/MM03) for existing Materials

    Hi,
    We have a requirement to add  some custom fields as a new tab in additional data option(Descriptions, Unit of measure, etc.) in Basic data of Material master (MM01/MM02/MM03). I have successfully added and these custom fields and they are not part of standard(MARA, MARC) but a custom table and the updates are also done in custom table.
    For new materials, I can see the new tab in additional data screens of basic data view and I could successfully create/change/display using MM01/MM02/MM03. However I cannot see the new tab/fields for existing materials in the system in all 3 tcodes (MM01/MM02/MM03). This is not a main view in material master so that I can extend it by MM01.
    Is there any setting or mass generation program I have top perform so that I can see and maintain these new fields for existing materials. Appreciate any leads or help on this.
    Thanks,
    Harry

    Hello Harry,
    Goto t.code SPRO ---> Display IMG --->  Logistics - General --> Material master --> Configuring the material master --> Create program for customized screens
    Use the above path and create the screen and assign it to the sequence using the below link as reference.
    **************** - Tips - Implementing screen exits for MM01/MM02/MM03
    Regards,
    Thanga

  • Producing item in delivery for packing materials...

    hi all,
    i defined packing proposal. in delivery, i ran automatic packing. four handling units have been formed. in delivery i want to produce an item for packaging materials automatically. which configurations do i have to?

    Hi,
    there are two logics regarding generation of delivery items for packaging materials. You can check those two cases in note 831204.
    case I)
    =====
    1) you should check transaction 0184 if a delivery item category is defined for the combination of your
    *delivery type +
    *item category group that is defined in the material master of the packaging material (should be 'VERP' in standard) -> in case of outbound deliveries it is defined under 'Sales' view of material master, -> in case of inbound deliveries the data in field 'General Item Category Group' is relevant under 'Basic data 1' view of material master) +
    *the item usage 'PACK'
    AND
    2) you should check your settings for the plant determination of the packaging material in tr. vhar -> this should be 'A' or 'B'
    ====================
    OR
    case II)
    ======
    1) same as in case I)
    AND
    2) check tr. 0vlk if 'Gen. pack.matl item' is flagged for your delivery type
    AND
    3) check your settings for generating delivery items for the packaging material in tr. vhar  -> this should be 'A' or 'B'
    Regards,
    Ely

  • 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

  • Error when replicating material master - Value not permitted for PO Unit

    Hi all,
    I am having the following issue. I am trying to replicate material master from ECC 6.0 to CRM 5.0, but I am getting an error to which I am not being able to find the solution:
    Value GFO is not permitted for attribute Purchase Order Unit
        Message no. COM_PRCAT020
    Diagnosis
        You want to specify that the value GFO is allowed for the attribute Purchase Order Unit. However, in attribute maintenance or in the
        higher-level category ('parent category'), you specified that the value GFO is not allowed for this attribute.
    I tried to find where to edit this attribute in Customizing, and also in tcode COMM_ATTRSET, but I have no idea if this was the right direction.
    Has anyone faced this issue before? I would really appreciate any help, since this is preventing me from completing material replication.
    Thanks in advance.
    Best regards,
    Joã

    Hello Sudipta,
    I checked the attribute in COMM_ATTRSET, but there aren't any specific values for it. There is a value table T006, which I believe is standard, and it contains UoM GFO.
    With this being the case, the error I'm getting makes even less sense to me...
    Can you tell me if in there is any other place in CRM where we can set UoM?
    Thank you, once again.
    Regards,
    Joã

  • Collective requirement for Raw materials for the whole week during mrp ru

    hi gurus,
          I have a requirement like this. the raw materials required for on different requirement dates has to be clubbed together  per week and one single purchase requisition for that raw material for that week. I had created a availability checking group and assigned that to check rule. then attached that in material master mrp 3 view of the material master.
       If i run mrp for that product, it is not clubbing the weekly requirement instead it is clubbing only daily requirement and pr is getting generated.
      can anybody give some valuable inputs so that i can proceed further?
    regards,
    senthil

    Hi,
    Try using the Lot Size: WB.
    With this system wil club together all the requirements and propose a single receipt element.
    Regards,
    Siva

  • Foreign trade data - Embargo for military materials for certain countries

    We make a product that can be used in the military. We do not ship anything to UN Embargo countries, we cannot ship certain materials that are military related to a list of about 20 countries, then all other countries for these military materials require an export license.
    I get how to block all UN Embargo countries for all materials and how to determine an export license by export grouping/product classification and destination country but how to I stop a sale to a particular country for a particular export group/product classification or the material group code as was suggested previously??
    It looks to me like I could use the Legal control:product classification by destination country with a specific user exit.
    Does anyone know if one of the standard user's exits cover this requirement or would I need to have one written?? Has anyone else done this in a different manner??
    Any and all help is greatly appreciated!!
    Debbie

    Hi Debbie,
      First of all you need to declare the country as embargo in thry T-CODE -"VE53".
      Most of the settings are done in sdforeign trade customs--legal control.
      Also check item category for export data in t-code "VI58".
      This VI58 would effect on your item category grp in material master and hence should block the material.
      Basically make most of the settings in legal control.
      Reward points if it helps.
    Regards
    Karan
    Message was edited by:
            Karan Bhatia

  • Material  master information -MRO materials

    Hi ,
      We are looking for information related to material master -say in a new instance what are the information that we should look /gather information for the implemented Material masters which can give the macro / micro lavel information particulary for MRO materials which can give feel of how best way material masters have been classified with appropriate structure & reporting at Procurement organisation level.
      Pls share your experiences / best practices /information related to material master -covering end to end from overall perspective.This we need for studying the existing processes & re engineering them within SAP keeping in mind the best industry standards for material masters.
      Thanks in advance for your help.
      Regards
      Krish

    Dear Krish,
    http://www.arcweb.com/C13/ResearchAgenda/default.aspx under
    <b>Best Practices in MRO Materials Inventory Management</b>
    Materials for Maintenance, Repair and Operations (MRO) are a major expense for asset-intensive manufacturers.  Effective MRO Materials Management is critical and it must achieve two opposing goals: to ensure that material is available in the right place and at the right time to reliably support operating plans, and to achieve the lowest possible cost for purchasing, handling and storing of all materials.
    This report provides valuable guidance for individuals responsible for Stores Management by identifying the best practices being used by leading  manufacturers across several key areas: Material Receiving & Inspection, Material Disbursal & Returns, Replenishment & Disposal and Material Control & Audit.
    <b>Best Practices in MRO Materials Master Data Management</b>
    This survey is part of an overall ARC Research initiative to identify the best practices for management of MRO Materials.  MRO Materials are a major expense for asset-intensive organizations and poor management of this activity leads to higher costs and lower asset availability. This study is focused on the critical issue of MRO Materials Master Data Management.
    <b>Best Practices in MRO Procurement Catalog Management</b>
    This survey is part of an ARC Research project to identify the best practices being used by manufacturers in the management of On-Line Catalogs that are used for the procurement of MRO Materials. 
    Our specific focus is on catalogs that are in some way controlled by the manufacturing enterprise (i.e., not direct use of supplier websites).  Within this context, we are investigating practices related to the use of these catalogs for procurement of MRO Materials and the practices used to manage the catalog with respect to content and integration with suppliers and other organizational software applications. 
    <b>Best Practices in MRO Requirements Planning</b>
    Materials for Maintenance, Repair and Operations (MRO) is a major expense for asset-intensive manufacturers.  Effective MRO Materials Management is critical and it must achieve two opposing goals: to ensure that material is available in the right place and at the right time to reliably support operating plans, and to achieve the lowest possible cost for purchasing, handling and storing of all materials.
    This report identifies the best practices being used by leading manufacturers across several key areas of MRO Materials Requirements Planning.   
    Also, visit:
    http://parts.ihs.com/products/intermat/
    Hope this will help.
    Regards,
    Naveen.

  • Urgent need for Study Materials for 1Z0-114 certification

    Hi All,
    I would be taking up the Oracle SOA Foundations, Adoption and Implementation(1Z0-114) certification next month. For study materials & free dumps I did some search over the net but with no luck yet. Can somebody please point me towards the right direction from where i can get these. Also for reference which text books should i follow? Many thanks..
    Regards,
    Tripz

    >
    Hi All,>
    I would be taking up the Oracle SOA Foundations, Adoption and Implementation(1Z0-114) certification next month. For study materials & free dumps I did some search over the net but with no luck yet. Can somebody please point me towards the right direction from where i can get these. Also for reference which text books should i follow? Many thanks..>
    Regards,
    TripzThe first thing the certification candidate needs to understand is there is basically no such thing as right direction and +(brain)dumps
    The dumps to be found on the net, and from most non approved supplied, are non authorized learning material:
    See: [http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html]
    So if you use or continue to search for dumps you will be cheating.
    The post {message:id4015916} seems to refer to some useful books.
    The thread {thread:id=833598} appears to be useful, and has been reviewed by the Certification forum moderator.
    Edited by: bigdelboy on 02-Feb-2010 22:40 (typos)

  • MR21 performance slow on price update for several materials for a company c

    Hi,
    Can you please tell me if anyone has faced the problem of price updates through MR21 being very slow when performing the update for several materials at one go? Is there a resolution to this?
    Thanks in advance

    Check "Note 312013 - Bad performance when material price is changed"is applicable for your sap version ???

  • Material master Standared Business Contents for MDM 7.1 sp 06

    Gurus,
    I am not able to find standared business contents for material repository on service market place. can some one guide me with exact steps and location I can get it from.
    I am missing some step.
    TIA
    deep

    Hi Deepak,
    Please follow the below link to get MDM Business Content, this zip folder contains every Master including Material:
    https://websmp106.sap-ag.de/support --> click on "Software Downloads" > Click on "Support Packages and Pataches" Under SAP Software Download Center>Browse our Download Catalog>Click on SAP NetWeaver and complementary products>SAP MDM >SAP NETWEAVER MDM 7.1>Entry by Component>Business Content>MDM BUSINESS CONTENT 7.1 and then finally--># OS independent (MDMBC71006_9-20004544.ZIP - MDM 7.1 SP06 Patch9 - Business Content )
    Note: For above, you need SAP User ID access to SAP Service Market Place.
    Other relevant links:
    1. [Note 1355137 - MDM Material Content Information (Release 7.1+)
    2. http://wiki.sdn.sap.com/wiki/display/SAPMDM/SAPBusinessContent#SAPBusinessContent-HowcanIusethepredefinedMDMContent%3F
    Kindly revert if you are looking for something else otherwise mark thread as answered.
    Regards,
    Mandeep Saini

  • Miro service tax amount is calculating wrongly for particular materials for import PO

    Dear All,
    I have created import PO with three vendors like foreign vendor, customs duty vendor & Clearing Agent vendor.
    After creating PO with all conditions the PO is posted and MIGO is done.
    While doing MIRO there is no problem for foreign vendor and customs duty vendor (there is no service tax applicable for both)
    While doing MIRO for Clearing agent vendor, we have to calculate service tax for 12.36 %.
    The service tax is properly maintained in the system and its calculating correctly for all other PO's except this PO.
    This particular PO has 32 materials.the values are flowing correctly from PO to MIRO but while calculating service  tax the tax value is higher than the exact value.
    When we do MIRO for same clearing agent with different material the service tax is calculating correctly. But if we use particular materials  with same clearing agent vendor the tax amount is not calculating correctly
    For example:
    for Item 10
    The value is 1062.72 & 12.36 to be calculated on this value.
    The actual tax value is 131.35 but in MIRO its showing as 171.90. The same problem is happening with all other 31 materials.
    The Info record is not maintained for all the materials. On what basis should we check for the above issue. Kindly help with your valuable inputs.
    Kindly refer the screenshot.
    Thanks & Regards
    Subbu

    Hi Ajith,
    Please find the screenshot below
    But for same vendor with different material in another PO the tax is calculating correctly
    9050* 12.36 = 1118. 58
    For this the tax is exactly calculating as 1118.58
    Regards
    Subbu.

  • How to update only Raw material cost(CK11n) in Material Master ?

    Hi Everybody,
    My client has a requirement where only raw material costs from the BOM should get updated in Material Master (Accounting 1 view in Standard Price field).
    But in Receipe & BOM for the Process Order, the client wants all Packing Materials and activites to be maintained.
    Pls help me in this regards,
    Ankita

    Hi Jagdish,
    Let me put it this way to explain you my problem.
    When running CK11n,
    Total Cost is =
    Total Raw Materials used Cost = QTY from BOM * Price from   Material Master
    +
    Total Packing Materials used Cost = QTY from BOM * Price from   Material Master
    +
    Total Utility cost = Qty from receipe * price in KP26
    When viewing the cost componenet view in CK11n tcode, I can view the break up as follows
    Raw Material Cost = XX rs
    Packing Material Cost = XX rs
    Overheads = XX rs
    Total cost = sum of all above XX rs ( this is the cost which gets updated when realasing price thru t code CK40n)
    But my client wants that at time of price relase, system should relase only total raw materil cost as standard price for the Finished Good in Material Master Accounting 1 view.
    I hope now you are getting me.
    Regards,
    Ankita

  • Mass maintainenance of material master for the field MARC-NCOST,SOBSK

    Hi
    While maintaining two fields NCOST and SOBSK for hude materials using MM17 transaction, the transaction executed properly while saving the transaction. There is no warning and error messages for all materials. But it was not updated in material master or in tables. for other field relavent to MRP updated correctly.
    when I am maintaining manually for each material it is taking the value update the same.
    Please explain the problem why it was not updating and let me know the solution.
    Regards
    Kishore

    Hi,
    Thanks for ur response.
    I am getting green light. Please note the application message given below.
    "The material cannot be maintained since no maintainable data transferred
    Message no. MG160
    Diagnosis
    You wanted to maintain an existing material master record as follows:
    By changing it
    However, you have not yet maintained the material master record for the organizational levels and data fields specified, or user departments selected. You can therefore process this data only in Create mode.
    By extending it
    However, you have already fully created the material master record for the organizational levels and data fields specified, or user departments selected. You can therefore process this data only in Change mode.
    In both cases, this message can appear if there is no maintainable user department left. This occurs if you have not set the Check required fields indicator when transferring data (program RMDATIND). Although the absence of an entry in required fields does not then necessarily result in an error, the number of maintainable user departments is reduced accordingly.
    Procedure
    Depending on the cause, maintain the material master record in Create or Change mode, or also transfer the missing required fields."
    where can I find IDoc list for this transaction.
    Regards
    Kishore

Maybe you are looking for