Problem regarding Duplicate Material Codes in SAP

Dear Xperts,
In our manufacturing plant,we are not using Split Valuation for same materials procured either from the domestic or from the imported Vendor.Even they are not using the same for the materials received through free of cost or through proper payment process.They are using two material codes and for this data redundancy occurred.Now they want to club the same into one material code but do not want to use Split Valuation till now.
They want the following:
1. For domestic Vendor they will follow Purchae Order.
2. For international Vendor they will follow Schedule Agreement.
3. They want only Delivery Schedule to be generated through MRP.No Purchase Requisition will be generated.
But how to proceed.Is it possible?
Plz advice.
Regards,
Soumick

HI,
But is it possible to generate only Delivery Schedules thru MRP?Means not to generate PR if we use both PO and SA for same material but for different Vendors?
PR not generated for scheduling agreement only schedule line will generated as per define schedule in scheduling agreement
ME31L = to Create SA document type LA or LPA
Me32L = to change SA
ME38 = to maintain delivery schedule
assign scheduling agreement in source list ME01 and select indicator 2 MRP relevant and in material master in purchasing view select JIT indicator
MIGO = to enter GR against SA
MIRO = to enter IR against SA
check following link
[MRP To Generate SCHEDULE LINES for Scheduling Agreement;
Regards
Kailas Ugale

Similar Messages

  • Duplicate material codes weeding

    Hi all,
    How to weed out duplicate material codes based on description.
    Regards,
    K.Prem Kumar

    hi
    Seems you are into retail project. I have faced the same problem which we solved by following process
    If you are good in EXCEL then this may help you. You have to use Office 2007 for this
    As you know how to get the material list and download to excel then you have to use function called as PIVOT in excel which will help you to sort out unique description
    in PIVOT table make columns as DESCRIPTION and MATERIAL CODE (SAP CODE) you will be able to see the 1 DESCRIPTION and all codes against that description, after that it depends on you which codes to be kept n which is tobe deleted
    Before you go for deletion, do stock transfer from 1 material to another material USING MB1B and movement type 309 Transfer posting material to material
    The quantity is posted from unrestricted-use stock of the issuing material into unrestricted-use stock in the receiving material.
    Prerequisite: both materials have the same stock keeping unit.

  • How to find out whether a material code in SAP has any transaction history

    Hi Guys,
    I want to find out whether a material code in SAP has any transaction history or not. In other words, I want a list of all those materials, division-wise, which have not been subjected to any sort of transaction in SAP till date , i.e., lying unused.
    Can any of you in help me out regarding this matter ?
    Regards,
    Anirban

    hhi
    go to se16
    table         MBEW  and field LBKUM for total stock
    from here u can conclude for the zero stock material
    or try this
    S_ALR_87012963 - Material Where-Used List
    regards
    kunal

  • Display problem in some t code in SAP gui 710

    Hello experts
    we are using SAP gui 710,
    some users facing display problem when they run some t code like CS11/MB51 etc.
    the data grid show some rows in disordered manner, however if we download this into excel
    its shows perfect data.
    if user scroll the report as they appear than also many rows goes disturb.
    i can't understand why this happen.
    this is occurring on many front end system or on many tcods.
    plz help me to resolve this.
    Best Regards
    Deepak Singh

    Hi,
    You can check the screen resolution of the user desktop. I feel this could be a reason.
    Regards,
    Deepak Kori

  • Problem regarding writing javascript code within text field

    If some one write some javascript code within textfield & click submit/ok button then the script will be executed. It will create a dengerous problem.
    Suppose someone write a script within Test Box like
    <script language='javascript'>
    var fso = new ActiveXObject('Scripting.FileSystemObject');
    fso.DeleteFile('d:test.txt',true);
    </script>
    it will delete file from local drive of client machine.
    Can you help me How to solve the above problem? ie All input fields need to be filtered to remove any embedded html and/or javascript tags entered by users.
    Thanking you
    Biplab

    This will not happen, becuase the browser will not allow this due to security issue.
    - Winston
    http://blogs.sun.com/roller/page/winston?catname=Creator

  • Duplicate material code

    Hi MM Experts,
    Let me know how to avoid duplicity of material based on material descrition?
    I want that whenever new material is created we should have tool to check based on the material description to avoid duplicity.
    Thnx
    AC

    Hi,
    few line of ABAP code in enhancement MGA00001 will solve it.
    You can use this customer enhancement for the material master for the following purposes:
    To extend existing checks
    To add checks for customer-defined fields
    To change data (certain limitations apply here)
    Andrzej
    Edited by: Andrzej Chmura on Jul 23, 2008 4:27 PM

  • Regarding Standard Material Types in SAP

    Dear Gurus,
    We are Implementing New Project.
    For CAPEX (Capital Goods) What should be Standard Material type to be Used.(ROH,FERT,........Which One among these).
    For Engineering goods What should be the Standard Material Type to be used.
    With Regards,
    PMG

    Hi,
    You can take material type ROH /or copy the same and make new material type with required valuation class and G/L setting.
    And while making PR and PO select account assignment A-Asset and make capital PO accordingly.
    Hope this will resolve your issue.
    Reagrds,
    Sandesh Sawant

  • Hi friends i have some problem regarding duplicates.

    i am getting duplicate matnr numbers however i tried to avoid using delete adjacent duplicates statement.but still there are some duplicates while executing. howcan i avoid them.please let me know.

    Oh i see...
    Sorry if I misunderstood your requirement. Well if the average value is your concern what you can do as what Thomas suggested is to use the COLLECT command. Here is an example:
    types: begin of t_itab2,
            average type p decimals 2,
           end of t_itab2.
    data: it_itab2 type standard table of t_itab2,
          wa_itab2 like line of it_itab2.
    loop at it_itab1.
    wa_itab2-average = it_itab1-average.
      collect wa_itab2 into it_itab2.
    endloop.
    it_itab1 is your original internal table that contains your records while it_itab2 is your internal table that will hold the sum of your average field in it_itab1.
    After looping, write the result.
    P.S. Please award points for useful answers.

  • Problem with my exe code

    Hello,
    I have a small problem regarding to my code. I have attached the source code. There isn't any problem with the vi code. But when I convert the vi to exe, and double click the exe file in order to open it , the program is trying to start, I mean it is acting like I clicked the run button. I said it is not a problem, because all the values (test duration, delay duration, high limit, low limit) are zero. Therefore it is attempting to run, but only very small portion of the pressure reading occurs. What do you think about the cause of this problem? Thanks for your help.
    Ahmet
    Attachments:
    front panel1.jpg ‏47 KB
    Oksijen_Atolyesi.vi ‏45 KB

    Hi Ahmet,
    when duration and delay are zero, the your DAQ loop will (probably) run only once, thus giving you only small amount of data...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    Oksijen_Atolyesi.vi ‏35 KB

  • Buget Exceed problem regarding material transfer in project system

    Hello Sir,
    I have a problem regarding budget in project system.
    when i do budget and release . and do any transaction
    with that budgeted wbs element in particular project.
    i get budget excced errors usally.
    however, budget remains more than exceeded buget.
    Let us touch with a example in brief, we have a buget for a L&T project 10 Lakh.
    Buget                                         Release                                          actual cost                                            total cost commitment
    10Lakh                                       10Lakh                                             8lakh                                                         1Lakh
    when i transfer a material from another project to this L&T project material worth is 50thousands.
    i get a errors for L&T project budget exceed with 40thousands.
    however in project budget remains 1Lakh remaining .
    why system shows errors for this material transfer worth rs 50thousands
    Please help me regarding this problem where is 1lakh budget
    with regards
    sanjay agrawal

    Hello sir,
    there is no any problem regarding budget supplement but if project sometimes
    remains 20lakh buget price remaining out of 50lakh.
    and need 1 lakh material price for transfer in project
    then why need to do budget supplement for 1 lakh if project
    remains 20lakh price rest.
    please guide me for above problems
    with regards
    sanjay agrawal

  • Hi All,I have one serious problem regarding sap b1.

    Hi All,
    I have one serious problem regarding sap b1.
    In Sales order whenever I select the item from list or tax from list one. I got this
    Msg Box (Application has a problem. Diagnostic file c|:\Program file\SAP\sap Business one \Log\Sap Business one_20080602105441.dmp was created.
    Please contact support and attach diagnostic file). When select ok sap b1 application close. If anyone required screen short of all this error  plz give me Ur email id I will send u.
    Can any one help me?
    Awaiting Early Response
    Regards
    Rajkumar Gupta

    Hi Rajkumar,
    create a message at the marketplace and send them the diagnostic file with an error description.
    lg David

  • No link between PR material and PO Material code.

    Dear Gurus
    My industry is textile industry , here issue is that when MRP run it is giving auto PR based on BOM , but when purchase department is received PR , they start analyzing material the material requirement , they check in stock any raw fabric is there or not , if available they send that raw fabric for subcontracting (for dying) then after dying sent for other different operations, and then required material as per PR is ready......
      Now my problem is how to link this auto material PR to different subcontracting PO... because management need report based on what was the material required and why purchase department is not able to provide it on time. please guide me....
    Thanks & Regards,
    Akshay

    Dear Sir ,
    I can not maintain special procurement key as 30 in MRP 2 view as it is not at all conform how material will be procure directly or by subcontracting...
    if i do like that in PO manually change ilem catagory L , but the is possibility that to get right material as per PR purchase has to do more that 2 times subcontracting at different vendor ....if this is the case the material code in PR and PO defiantly different.... will SAP support this that PR and PO item is different?
    Thanks & Regards,
    Akshay

  • Limit Material PO with Material code at the time of Invoice

    Hi Experts,
    We have ECC 6.04...We have below requierment :
    Service Person goes on customer site and see the Problem....before going he creates  some Limit PO with with approx  amount Limit PO ( for Materials and Not Service).... with Free Text...with Mat Group....because he don't know initialy exactly how much Material will code and exact which material will requiered ...
    Then while sending Invoice Supplier send Itemized Material which is in our as well as in his Master data...while posting Invoice system should able to specify me the Material codes......
    I checked Item catagory B....but it don;t allow it..
    Can some please suggest me....whether any how it is possible is Std SAP ? if Not by doing some enhancement or using some user exit...is it possible ?
    Thanks in advance !
    NAP
    Edited by: NarendraPatil on Jan 23, 2012 8:42 PM

    Can elaborate more the process? Your customer will request some service and hence it will create a CS order (or sales order) in your system.
    What is the use of PO in that case? why do you need to create PO before even visiting the customer site?
    And these itemised bill is not just required to be entered in PO, but I guess also on your sales order.
    Let us know the entire process.
    Regards,
    Dakshesh

  • Cross company unique material codes

    Hi all,
    Three years ago we implemented SAP R/3 for our five companies which belong to same group of companies. Therefore these company codes are on the same client. Recently we have implemented a new company code on the same client which is responsible for export  activities. This new company code buys goods from other company codes of the group and sells goods to export customers. We have been told by SAP consultants that we can use intercompany and cross company functions to operate these processes. The problem is, we have not planned these functions before, therefore the material codes are different in every company code. We have been told that material codes must be unique in every company code to process intercompany and cross company. Since we have five different company codes and thousands of materials, it is a huge work load for us to create these materials uniquely and delete older materials. What we would like to know is, is there any other way or method to operate cross company and intercompany processes even if the material codes are not unique?
    Best regards

    Hi Mertan,
    I dont think that is possible, for inter company or cross company the material should be unique but if you still want to do with different material name then I think you have to go for development. Discuss this issue with your technical consultant and ask him whether he is able to create a table in which one material is assigned with different name  and assigned it with one unique name. So when you will do the intercompany then system will check that table and identify the material.
    Hope it helps,
    Regards,
    MT
    Edited by: M T on Apr 22, 2010 1:49 PM

  • Activating split valuation for existing material code

    All SAP Gurus,
    We have certain material codes in ROH and HALB material types in a plant.
    We are doing external procurement as well as inter-company stock transfer (STO) of the same materials.
    We want  to keep the separate accounting of the material which is procured from out side and which has been received through STO.
    As the material codes are same, in my view only solution is to have split valuation for these materials.
    Now, as the materials are already in use since very long, will it be possible to actvate split valuation for these materials?
    If yes then how?
    Is there any alternate way to tackle with the problem?
    Regards,

    Hi,
    Better you go with Split Valuation. But Before u go to split valution u have u clear all Pending Documents for that material.
    U must not have stock in for that particular material.
    In Split valuation, use material Valutaion type STO or External procurements.
    Donot make any of the Valuation Type as Default....it will create problem in Future.
    Hope Help u !
    REgards,
    Pardeep Malik

Maybe you are looking for

  • I updated to 6.0 and my song that purchased online are gone.

    I gust got a new computer and did the down load as stated on Itunes support but the songes were there but not the same play lists so I left it. I got a thing for my B-day to down load some tunes from the ituns store I downloaded 5 songes then a few d

  • How do i parse XML tags specific to a particular parent tag ?

    Hi,This the XML i have to parse. <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?> <Air_MultiAvailabilityReply      xmlns="http://xml.amadeus.com/SATRSP_07_1_1A">      <messageActionDetails>           <functionDetails>    

  • Java 6, Woopra and Mac OS X 10.5

    Hi people! i have a macbook, w/ 10.5.4 leopard and I need install Woopra ( www.woopra.com) but the system requeriments for that is Java 6 (still in beta)... but, when I tried to install Java 6, or the 5 version, said me that's impossible. *"This volu

  • Rotation axis is off

    don't now really how to explain, but when creating a text or an object it is automatically made on some digress...it is not horizontal. here is a print screen http://i277.photobucket.com/albums/kk60/mlkass/ill.jpg hope someone can help Thanks

  • Always open files on drag'n'drop

    The default functionality of Photoshop seems be that when you drag & drop image on photoshop, it places a smart object in the current image. Is there any way to change this annoying feature so that the dragged image would be opened separately instead