Linking material master to Aassets

Hi Experts,
                    We are using ECC6.0. We required to link the material to Asset so that whenever assets are procured & recived from vendor, we should be able to monitor stocks of material at plant & storage location level. Is there any functionalities to link the asset to the material so that material stock can be monitored, because we does not want give authorisation to users to see the Asset Inventory directly.
Max points would be rewarded for helpful answers.
Regards,
Basavaraj Patil

Hi Charlie,
       Thnaks for reply,
      Our Scenario is like this,
      we creating Purchase Order with Account assignemnt category A ( Asset).Pls let us know  where the dummy material ( with only quantity updation ) has to be maintained & assigned in  PO transcation. & how to track inventory for the same?
Thanks in advance.
Regards,
Basavaraj Patil

Similar Messages

  • DMS - Object Links (Material master) is showing "Record Locked"

    When looking at an info record in DMS, I am on the Object links tab for Material Master.  There is now a field called "Record Locked".  Haven't seen this field before.  What does this mean that the record is locked?  Is there something that needs to be done to unlock it?

    Dear experts,
    I also seen this column. But problem is I am able to view this in my development client. But could not view in production.
    Also my observation is if I am changing the document from the Objectlink e.g. Material Master this cloumn appears automatically and allows me to do the changes in the DIR.
    But this happens in Development client same functionality I want to use in Production.
    I could not find any config part regarding this.
    Can any body help me on this to resolve this?
    Thanks in advance
    Regards
    Nitin

  • Create list of materials with its purchase order texts from material master

    Dear all
    Simple question I do wanna ask.
    Just need to get out a list with my materials with its purchase order texts from the material master.
    As I do know that PO text is not stored on a table, it might be difficult to get it out from the system.
    Does anyone of you know how to retrieve it simply?
    Regards
    François

    Check this link Material Master Purchase Order Text.

  • Document is not capured from material master to PO

    Hi Gurus
    I created a material in the material master. In the additional data, i have attached the PDF drawing of the material and i have save it.
    Say Material Shaft was created.
    Then i created Purchase order for the material Shaft. In PO i am not able to get the PDF which i stored in material master.I need to send the drawing along with the PO.
    What i have to do ?
    - Pithan
    Edited by: Pithan Pithan on Feb 5, 2009 5:02 PM

    hi Pramod
    Thank you for your reply
    For material X , i have created a Document in CV01N and released it. in the object link - material master, i have attached the X material.
    when i am creating a PO (ME21N), i gave a material 'X'. selecting the PO item and clicking documents icon below that, i didn't find any document, but when i manually enter the document, it is attached..
    I need to know, the document is attached to the material master, when creating the PO, it has to pick the document...
    I am asking why its not picking it... ?
    - Pithan

  • REMINDER FIELD IN MATERIAL MASTER LINK WITH PO

    Sir,
    In Purchasing Views there is Purchase view in which we put reminder 1,2,3
    How is this linked with po and how are alerts been send
    regards
    ameY

    the reminder days are entered in purchasing value key.
    purchasing value key is entered to a material master.
    From material master the values default to a new info record
    from Info record the reminder days flow into the next POs .
    If you want remind a vendor, then you do this with ME91F

  • DMS Link witlh Sales order and Material master

    Hi, all
    here is my?
    Can we link DMS to both sales order and material master, for service feedback of a product from customer.
    rgds
    ben

    hi
    you can link the objects through object link in dms.
    go to  tcode dc10 select the documnet type, click on define object link. click on new entry, select VBAP object for sales order and MARA for material master.
    thanks ,
    regards,
    nitin
    award point if useful

  • Link between Business area and Material master

    Hi guys
    Is there a link between Busines area and material master, i am getting an error when I am trying to Move part of material stock from unrestricted stock to Project stock by 411/Q.
    Error
    Business area xx changed to yy
    Ideas?
    sam

    Hi
    Yes Business area has a link with MMR
    Business area determination is through by three rules
    1. Plant and item division
    2. Sales area( sales orgdistribution channeldivision )
    3. Sales org, distribution channel and item division
    Here item division means the division in MMR that is basic data 1 tab and sales org 1 tab
    This division field forms the main link between Business area and MMR
    Regards
    Raja

  • Need to create a Store Business document type for material master and store a sharepoint link

    Hello,
    I need to create a Store business document type for material master and store a URL link . How do I do that?( or is there any functionality to upload a document for a  store business document that it will automatically saves to sharepoint?)
    Thanks,
    Ran.

    >
    dhayes12 wrote:
    > A)  When I do the (Material Backflush) MFBF for the 04 type, the Inspection Lot gets created OK.  I then can go into QA32 and assign the correct Inspection Plat by clicking the Inspection Lot button.
    >
    > B)  When I do the MIGO via the Purchase Order (type Z01), it will not create the Lot if I have the Multiple Specs selected in the QM Material Master MM02.  If, I turn off the Multiple Specs in the QM Material Master and create a new PO and MIGO, it will create the Lot, however, it automatically assigns the lot to the wrong Inspection Plan (2nd Plan see above)  I need to be able to select the plan like I can with the 04 type.
    >
    > Is their some setting that can be changed in Config or somewhere that acts the same way as example A above?
    For case A, create insp plan with usage "1- production" If you have one IP with this usage for given material then system will assign Plan to lot automatically. In your case for second plan update usage as 1.
    For case B, system should assign 1st plan make sure for both plan udage is correct. for 1st plan usage should be 5 while 2nd plan usage should be 1. Now if your 1st have status 4 and key date before lot date then system will assign plan auto.
    Thanks!!!

  • Unable to update MARA table custom field in Material master

    Hi all,
    I have added one custom field in MM01,Basic View 2.
    For that i have apended that field in MARA table and created one subscreen for that.
    This field is visible in MM02/MM01/MM03 in basic data view 2 .
    The issue is that we are not able to save values in MARA table which we entered in this field.
    I cheked earliar in SDN but couldn't get the proper solution.
    i cheked the below available forum discussion link but couldn't get th proper solution.
    In material master How to add a new field on Basic data 1 view
    Regards,
    Amit

    Hi,
    please trye this :
    Please make sure u implemented: methods PUT_DATA_TO_SCREEN and GET_DATA_FROM_SCREEN as they are  required for data transport. These methods are called from within the program of the application at PBO or PAI .
    See below example code:
    PBO:
    MODULE initialize OUTPUT.
    CLEAR: sflight, ok_code.
    IF exit IS INITIAL.
    CALL METHOD cl_exithandler=>get_instance
    CHANGING
    instance = exit.
    ENDIF.
    CALL METHOD cl_exithandler=>set_instance_for_subscreen
    EXPORTING
    instance = exit.
    ENDMODULE.
    The factory method is used to create an instance of the adapter class. You then declare the instance using the public static method SET_INSTANCE_FOR_SUBSCREEN to allow the data for display on the screen to be used in the function group of the user or in the module pool.
    MODULE data_for_subscreen OUTPUT.
    program = sy-repid.
    dynpro = sy-dynnr.
    CALL METHOD cl_exithandler=>get_prog_and_dynp_for_subscr
    EXPORTING
    exit_name = 'BADI_SCREEN'
    calling_program = program
    calling_dynpro = dynpro
    subscreen_area = 'SUB'
    IMPORTING
    called_program = program
    called_dynpro = dynpro.
    CALL METHOD exit->put_data_to_screen
    EXPORTING
    flight = sflight
    EXCEPTIONS
    reserved = 01.
    ENDMODULE.
    PAI:
    MODULE user_command_0200 INPUT.
    CASE save_ok.
    WHEN 'BACK'.
    SET SCREEN 100.
    WHEN 'SAVE'.
    PERFORM save_flights.
    WHEN '+EXT'.
    CALL METHOD exit->get_data_from_screen
    IMPORTING
    flight = sflight
    EXCEPTIONS
    reserved = 01.
    ENDCASE.
    ENDMODULE.
    The method GET_PROG_AND_DYNP_FOR_SUBSCR and the input/output parameters specified above are used to determine the name of the customer program and the name of the subscreen. The method PUT_DATA_TO_SCREEN which is called at PBO as well as the method GET_DATA_FROM_SCREEN which is called at PAI are used to transport the data to be displayed.
    These methods are implemented by the user:
    When you define a screen enhancement, you are strongly recommended to provide sample code for the methods PUT_DATA_TO_SCREEN and GET_DATA_FROM_SCREEN. This code is automatically copied when you create an implementation and can be added to if required. The user of the BAdI definition should not be responsible for the data transport.
    regards,
    ..Pradeep

  • Material master data complete in bi - infoset or multiprovider

    Hi all.
    for one of the reporting requirement of my client i need to extract the complete material master data in BI - from MARA, MARC, MARD, MSTLB tabls.
    which i have done and stored in the infoobjects - 0MATERIAL, 0MAT_ST_LOC, 0MAT_PLANT, 0MAT_SALES.
    now user want to see all the information against each material in 1 single line the multiple lines will only come in when there is plant.
    which approach i shoul go for this scenario.
    infoset or multiprovider.
    i created infoset by using inner join but then i see only common materials, left outer join is giving me problems.like -
    Invalid or missing ON condition for left outer join (0MAT_PLANT)
    Invalid or missing ON condition for left outer join (0MAT_ST_LOC)
    Invalid ON condition for left outer join (0MATERIAL)
    kindly give your suggesstions on this.
    thanks
    dipika

    Hello,
    There are restrictions regarding left outer join in infoset:
    If a left outer join is used, the following restriction applies to the right table (right operand):
    ·        Only join conditions with exactly one other table can be defined and
    ·        This table in turn cannot be a right table (right operand) of a left outer join.                                       
    Tables connected with left outer joins always form the end of a chain of tables. In this way, as many tables as you want can be linked in an InfoSet with a left outer join to a core of tables that are connected using inner joins.                                                
    The restrictions on the definition of left outer joins are due to the technical limitations of databases. These restrictions do not apply to inner joins. 
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/67/7e4b3eaf72561ee10000000a114084/content.htm
    http://help.sap.com/saphelp_banking60/helpdata/ru/a3/96663bd194a978e10000000a11402f/content.htm
    BR
    Ondrej

  • Archiving material master

    Hello Friends,
    I have put deletion flag for material by MM06 & tried to execute SARA transaction, however While doing archving, iam getting the following errors in the SM37 job log after write step, please let me know how to resolve th same:
    1. MARC:  production order exists
    2. MARC:  use in product group exists
    3. MBEW:  plant is assigned to the valuation area
    4. MARA:  Dependent material master data still exists
    5.50026991526002R ROLLBACK carried out
    6.MARD:  error deleting table MARD
    Thanks,
    Kumar

    Hi Kumar,
    If a purchase order, Open production order or any other Dependency exists for the material, Material master record cannot be archived and deleted at a given organizational level, the reason will be given in the log the log also contains technical data. check all dependencies for the materials and up on clearing them  flag the materials for deletion first and then Archive them.
    Ref the links:
    http://www.sap-img.com/bc003.htm
    http://help.sap.com/saphelp_46c/helpdata/en/ff/515e5449d811d182b80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/8d/3e59bc462a11d189000000e8323d3a/frameset.htm
    Pavan

  • Purpose of Cash Discount field in Material Master

    what is the purpose of Cash Discount field in Material Master. what does it control. do it link to SKTO anywhere?
    please explain

    Hi,
    Cash discount is applicable for this material or not..
    This is for Sales only..
    Pricing Procedure (RVAA01) and if you activate SKTV and SKTO Condition types
    Cash Discount can calculate before tax or after tax
    Condition Type- SKTV(Statistical Condition Type)---If you check requirement is "14" which says Discount before Tax( This will calculate from the Filed Material master "Cash Discount Indicator" ie "SKTOF"
    Condition Type-SKTO-(Statistical Condition Type)--
    >Requirement "9" Discount After tax - here also it will consider filed "SKTOF" ie "Cash discount indicator in material master.
    SAM

  • Error while creating a material master (mm01)

    hi,
    I'm getting this error message when I'm creating a material master in a specific plant/sloc. I'm probably guessing its in config. I really need some help here.
    "Tables TCURM and T001W inconsistent; notify your system administrator" .
    could any one  draw some light on this.
    thanks regards,
    chinta

    HI,
    Before creation of plant 1st check in t.code:OMSA and see your plant assigned to field reference.
    Check in t.code: OMSY, see your company code entry & active for material management.
    Also check your plant is active for your material type in t.code: OMS2 with quantity & value updating.
    ###Check assignment of plant to company code in t.code: OX18 and see activation of your valuation are in t.code: OX14
    Just cross check all material master customisation , refer link with t.codes:
    Re: Material Master
    Regards,
    Biju K

  • How to maintain material master data in plant....

    Hi all,
    while creating BOM I am getting an error "no material master data in plant'  can some one help me how to maintain the material master data in plant
    Regards,
    Balu

    Hi,
    Please check the below link for MMR creaion .
    http://web.mit.edu/sapr3/windocs/bpmdb01m.htm
    Regards,

  • Dump Error In Material Master Transaction

    Dear Experts,
    When i am creating or changing any material master record, i am getting the below dump error while saving the material.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLC1F2" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLC1AX " in include "%_CESPCL
         " in
        line 77:
        "Component called ATWRT already exists. ."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
        Error in the ABAP Application Program
        The current ABAP program "SAPLC1F2" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLC1AX :
        "Component called ATWRT already exists. ."
    Trigger Location of Runtime Error
        Program                                 SAPLC1F2
        Include                                 LC1F2U10
        Row                                     594
        Module type                             (FUNCTION)
        Module Name                             C1F2_SUBSTANCES_SAVE_TO_DB
    Can you please help me out with this?
    Thanks,
    Praveen

    Hi,
    I have not made any changes in the Enhancements/BADIS which are related to ATWRT, but created one ZTable for linking the
    Vendor (LIFNR), Material (MATNR) & Manufacturer (ATWRT).
    Here are the additional details of the dump which i am getting in MM01/MM02 transactions for your reference.
    Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of the dump
    Can you please help me with this?
    Thanks,
    Praveen
    Edited by: Rob Burbank on Feb 2, 2011 9:29 AM

Maybe you are looking for

  • Attachments - "view as icon"

    Is there any way to make "view as icon" the default when attaching files?

  • IPhone backup not showing up when trying to restore my iPhone 4 from my old 3GS but it is preferences

    So I got an iPhone 4 and tried to restore it with my back up from my 3GS but it's not showing up in the drop down menu. The funny thing is my wife got one too and we restored hers just fine. Also when I look in the preferences I can see the backup fr

  • Security tables...

    Hello, I have requirement where I have to scan a role in SAP which has certain combination of T-Code, Object, Field and value. For example: I need to write a query which will find all roles in SAP which has following combination of T-Code, Object, Fi

  • Can pages export as an epub to kindle

    When formatting an epub in Pages, can it be exported to Kindle. All I can see is that it can be formatted as an ePub from the Export>PDF, Word, ePub etc menu. I really need a way to export to Kindle as well.

  • Survivor Space is always full and causes Full GC

    Hi, Gurus, I got full GCs on the server today and when I used jstat to look at it, it quite surprised me that survivor space was always full. Eden had about 40M free, Old Gen had about 1G free. Permant space looks fine. I don't see why there should b