Como trabajar listas de materiales con componentes sin costos.!

Buen día amigos.,
         Una consulta: Como hacer para trabajar con listas de materiales que poseen componentes sin costos; la empresa a la que le estamos implementado el sistema utiliza residuos que son utilizados para la fabricación de artículos compuestos ya que cuando mando a producir un articulo donde interviene uno de estos componentes no puedo cerrar la orden porque uno de sus componentes no tiene costo. el sistema tiene configurado trabajar con costos estándar.
  De antemano agradezco a quien pueda ayudarme.!    Saludos.!!!

Hola
Por qué no pruebas? articulo virtual en datos maestros del articulo
Artículo ficticio
Define el artículo como ficticio.
NOTA
Un artículo ficticio es una clase de artículo en la lista de materiales que sólo tiene una función de ingeniería o de estructuración. Los artículos ficticios no representan ningún componente físico ni subconjunto, por tanto están definidos como artículos de no inventario.
Saludos.

Similar Messages

  • List of materials from the excel which are not posted

    I have written bdc,
    that ware house storage locations should not be allowed.
    All the storage locations in the table T320 are ware house storage locations.
    so i have written
    if not  it_data1 is initial.
    SELECT *  into table iT_320 FROM  T320
      for all entries in it_data1
    where WERKS = it_data1-werks and
               LGORT  = it_data1-lgort.
    endif.
    LOOP AT IT_DATA1 .
      read table iT_320 INTO wa_320 with key werks = it_data1-werks
                                              lgort = it_data1-lgort.
      IF sy-subrc = 0 .
        delete it_data1 index sy-tabix.
      ENDIF.
    endloop.
    So its working fine till then.
    but i wanted a list of materials from the excel wch are not posted,so tht the user is aware tht some items are not consumed.
    How to display that list in bdc.
    Please give the code for that.

    MY EXCEL DATA IS IN IT_DATA1.
    LOOP AT IT_DATA1 .
      read table iT_320 INTO wa_320 with key werks = it_data1-werks
                                              lgort = it_data1-lgort.
      IF sy-subrc = 0 .
        delete it_data1 index sy-tabix.
      ENDIF.
    endloop.
      LOOP AT IT_DATA1 .
        MOVE-CORRESPONDING IT_DATA1 TO IT_DATA_h.
        Collect it_data_h.
      ENDLOOP.
      Clear it_data_h.
    clear : it_data1.
    THEN MY BDC IS LIKE THIS.
    LOOP AT IT_DATA_H .
    perform bdc_dynpro      using 'SAPMM07M' '0400'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RM07M-WERKS'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'MKPF-BLDAT' LV_DATE  .
    perform bdc_field       using 'MKPF-BUDAT' LV_DATE.
    perform bdc_field       using 'RM07M-BWARTWA' '261'.
    perform bdc_field       using 'RM07M-WERKS' IT_DATA_H-WERKS.
    perform bdc_dynpro      using 'SAPMM07M' '0421'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MSEG-WERKS(03)'.
    CLEAR : FLAG1, W_FLAG.
    LOOP AT IT_DATA1 WHERE aufnr = it_data_H-aufnr.
    W_FLAG = 1.
    CONCATENATE 'MSEG-MATNR' '(' W_FLAG ')' INTO W_MATNR_C.
    perform bdc_field       using  W_MATNR_C
                                   IT_DATA1-MATNR.
    CLEAR : QTY.
    QTY = IT_DATA1-ERFMG.
    SHIFT  QTY LEFT DELETING LEADING SPACE.
    END LOOP.
    NOW HOW TO COMPARE THE MATERIALS IN EXCEL AND  BDC POSTED.
    PLEASE PROVIDE THE CODE FOR THAT AND HOW TO DISPLAY.

  • List of materials with total PR, PO qty, and stock

    Dear All,
    Is there any std report to check the list of materials along with total PR qty, PO qty and Current stock.
    This is to check, what is the total requirement of the materials and whether Purchase team has raised the PO or not ?
    Please advise.
    Regards
    Vinoth.

    Hi,
    MD04 gives us the details of individual part no.
    But, we would like to see similar details in the form of list of materials, with cumulative demand, cumulative OPEN PR Qty, Open PO Qty and Stock.
    Please help.
    Regards,
    Vinoth.

  • How to get the list of materials from Sap r/3

    Hi Experts,
    I have one doubt, here iam implementing
    HTTP TO RFC scenario.
    My doubts are------
    1. Should we create DT MT MI and all (OR) not
    2.In Request DT how the message structure wil be to get the list of materials from sap r/3 system as Response(Ex: Fields in the source structure).
    3.Or the second thing is how to get the list of materials start with some alphabate.
    Please reply me for each and every questions mentioned above. Please clarify me.
    Helpful answers wil be rewarded.
    Reagards
    khanna

    Hi Khanna,
    <i> 1. Should we create DT MT MI and all (OR) not</i>
        Yes U need to create for HTTP site...for RFC U need to import..
    <i>2.In Request DT how the message structure wil be to get the list of materials from sap r/3 system as Response(Ex: Fields in the source structure).</i>
        You create your own structres for Request and respoce.. and Map it with RFC..
    <i>3.Or the second thing is how to get the list of materials start with some alphabate.</i>
        I think it will come with acending order....
      for more help go through this link
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    regards,
    Ansar.

  • Stock, Outstanding & Consumption Report for List of Materials

    Dear all,
    Is there any standard transaction / procedure to get the current stock, outstanding PO (external only) & PRs and the consumption (MvT to be selected by the user) of list of Materials (collective) in the selected Time period and Plants & S Locs.
    Thanks & regards,
    Sheeja.

    hi
    what u want cant be avalilable at time
    u can get all std reports in SAP using t code SAP1
    current stock      MMBE
    outstanding PO (external only) ME2N 
    PRs  ME5A
    and the consumption  MB5B
    http://www.sap-img.com/materials/how-to-get-the-total-stock-consumption-data.htm
    http://www.sap123.com/showthread.php?t=398
    regards
    KI

  • Report for list of materials supplying by particular vendor

    How to find vendorwise list of materials supplying by him.

    Hi
    Go to MM03 and in the selection crieteria select MATERIAL BY VENDORS MATERIAL NUMBER and there you give the vendor and the list of materials will be displayed.
    This information will be available once you have any purchasing doucments like inforecords, source list, PO, Contracts, SA etc. because you will no where give the vendor while you create a material master. Other way is to link vendor material number to sap generated material number.
    You can use ME1M, ME2L
    Thanks & Regards,
    Kiran.

  • List of Materials with out POs

    Hi,
    I want to know the list of materials for which no PO was created so far.
    Is there any report or T.code to get the material list.
    Regards.
    Chinna
    Edited by: Chinna Veerappa on Apr 28, 2009 11:03 AM

    Hi,
    do you want to know the open purchase requisitions for which No PO is created , then you can check the same in ME5A and keep Processing Status as "B" or some thing else you want ?
    Regards,
    Vikas

  • Report which gives list of materials

    Hi All,
    I am about to write a report which gives the list of materials.
    Foe\r that I want to know the relations between the tables
                MARA
                MAKT
                MARC
                MARM
                MVKE       
    Its a little bit urgent
    Edited by: ravee indra on Mar 21, 2008 1:57 PM

    Hi Ravee,
    umm...I'm a little reluctant to give you this advice as it sounds a bit like a rant, so please accept it in the spirit it is intended.
    You do not need to know anything about the data model to get a list of materials.
    Way back when ABAP  was a boy, knowing which tables held which data and the relationships between them was a key ABAP  developer skill. It does not need to be now.
    (Yes I know this is not an absolute truth - no flame wars please guys.)
    As a general rule all SAP backend business functionality is exposed via standard and open interfaces. These interfaces can take several forms, but in general they are implemented using remote-enabled function modules.
    In the case of materials (and most of the old ERP  functionality) SAP has "modeled" business objects inside the Business Object Repository (BOR). These models include the data model itself, but also include methods to interact with the model in the form of Business Object Application Programming Interfaces (BAPI's). These BAPI's are implemented as remote-enabled function modules.
    You can use these interfaces to interact with the backend data and be comfortable that SAP will (generally) not change these interfaces. So even if an upgrade makes major changes in the data model the BAPI's should still work as before.
    So taking your example of wanting a list of materials. If you go to the BAPI  Explorer, transaction BAPI , and use either the hierarchical or alphabetic navigator to find the Business Object called "Material" you will see it has a number of methods.
    One of these methods is called GetList and if you double-click on it you will see that it provides a List of Materials with Description. You can display the documentation for the method which shows you to call the method, and in the Detail tab you can see that the method is implemented as a function module called BAPI MATERIALGETLIST. You can even double-click on the function module and to go to the Function Builder where you can test the method.
    If you place these entries in the MATNRSELECTION data structure...
    MATNRSELECTION-SIGN = 'I'.
    MATNRSELECTION-OPTION = 'CP'.
    MATNRSELECTION-LOW = '*'.
    ...and execute the function module it wiull return a complete list of all materials defined in the system in the MATNRLIST itab.
    You may find that you want more details about each material, say for example availability. If you go back to the BAPI  Explorer you can see there is another method called "Availability" that is implemented using function module BAPI MATERIALAVAILABILITY, and so on....
    This is the way you should be looking to do all your development work. Look for the SAP delivered standard interfaces and use them, avoid direct database access as much as possible.
    Cheers
    Graham Robbo

  • Report on list of Materials planned in UCP

    Hi Experts,
    Is there any report available to get the list of Materials planned in Unit Cost Planning.
    Thanks in advance.
    Vinodh

    Hi Vinvidh_18,
    I have also been trying for capturing list of Materials planned in UCP in reports for quantity comparisions.
    If you please explain the development you have done on this along with the linked tables for the same, it will be useful a lot.
    Thanking you in advance,
    Best wishes,
    Mohan, SAP PS

  • Displaying list of materials in module pool

    Hello frds,
    i have senario where i have to select a push button to display list of materials in the next screen based on the range .In reports v write a select query but in module pool its not working.
    PLZ help me out with simple example

    Hi sai,
    Please refer th procedure.
    For the select-options you might have defined a selection screen.
    Next you can fetch the entire data that you wanted to display in a module pool into an internal table.
    you can call the screen you defined for o/p upon the selection.
    Then, You define a screen XXXX  and a table control in the scree, and in the PAI module of the screen
    you write a chain end chain processing in which you can display the contents of your internal table.
    OR
    if you want the selection also to be in the module pool,  then for displaying the O/P you can definr a sub-screen of the initial screen and you can call that sub-screen on selcting, which can be done with a function code.
    Hope this helps

  • How to supplier backlog/advance for a list of materials ?

    Hello,
    in ME38, we manage the purchasing schedule lines and inbound deliveries : user can see backlogs/advance in ME38 for a material.
    How to see supplier backlogs/advance in mass for a list of materials ? is there a transaction for such a thing ?
    Thanks a lot.
    Best regards,
    Romeo.

    There is no T code as you requied.
    please check me2n or me2m.
    if not satisfied go for ABAP development

  • How to find list of materials with customer wise

    hi,
    how to find list of materials with customer   wise. is there any t.code.

    HI
    if you want for one customer  material combination T-code: VD52
    For multiple customer material combination T code:VD59
    Regards,
    Krishna

  • List of materials with respect to Class type/

    Dear all,
    In which Tcode or table can i find the list of materials with respect to any class type ?
    Table name for Batch Class ?
    or
    How to find KLART ?
    Edited by: Shailesh2510 on Feb 22, 2010 10:55 AM

    hiii
    To get the class type and class , go to table TCLA or TCLAT.
    And one more thing , here standard system , there is transaction code to get class wise materials list.
    If u want u can cevelop custom reports with help of ABAPer.
    If u give the functional details to technical consuiltant , they easily build the report how ever and what ever u want in custom transaction code.
    Any clarification revert,.

  • List of materials with no associated routing...report

    Hi all,
    I need to develop a program to display a list of materials that do not have an associated routing. SAP tcode C223 lists materials with associated production versions. Do you think there is another standard SAP transaction that might get me close to my goal?
    regards,
    Mat

    Not sure about a standard transaction, but I have written a program to do this same exact thing in the past.
    Really all you need to do is check against table MAPL.
    Regards,
    Rich Heilman

  • Como puedo actualizar mi iPad con iTunes

            Hola, como puedo actualizar mi iPad con iTunes, lo conecto al ordenador y no se actualiza gracias

    Bienvenido/a
    Usted tiene el iPad de primera generación, y la última versión que soporta es 5.1.1, por lo que no puede actualizar a una versión más reciente. Asimismo, su iPad no tiene una cámara integrada (está incluida en el iPad 2 y más nuevo)

Maybe you are looking for

  • Cannot Back Up IPad to ICloud Drive in IOS 8

    I recently upgraded my IPad to IOS 8, and upgraded my phone to an IPhone 6, setting both up to share my ICloud Drive account using the same Apple ID. There is 4.2 GB of free space available for back ups. The IPhone backs up with no problem. However,

  • New Compact Flash Extreme 16

    I just purchased a new 16 gb SanDisk Extreme CompactFlash card. I have used it a few times. Every time I have used it I have trouble getting the computer to let me read the files. It always tells me I need to format the disk before I can use it. I do

  • Hotsync Produces 3 Calendars

    While trying to iSync my datebook with iCal, I think I did something wrong because I now have three different calendars.  My desktop datebook is the one I work with.  The conduit setting only has Backup, Install, iSync, Media, Memo, Memo Pad, Note Pa

  • 21st century mixed tape?

    For our anniversary I'm getting my boyfriend one of the new iPod nanos. I want to put a 21st century mixed tape on it using my music and iTunes. is it possible? if so how can I do it?

  • Mediasource blocking e

    I want to use EAX effects in my Mediasource 5, but the player seems to block these effects for some file types. All effects run properly?with mp3 files and?with wma stereo files, but when i want to use for example time scaling while playing a wma fil