Displaying Material Characteristic data in MD04

Hi there,
I have a requirement to display Material Characteristic information in the "Additional Data" tab for a given material in transaction MD04. (Screen 100 of Function Group M61K in se80)
What is the best approach to doing this? Can this be configured (without programming), or if not, is it possible to use a BADI such as
MD_ADD_COL_EZPS to achieve this? (from looking in forum, this appears to be an option)
Will I need to modify the screen? - hoping to achieve this without modification...
Any responses are appreciated.
Thanks,
David.

Explore the methods ACTIVATE_ADD_COLUMNS and FILL_ADD_COLUMNS of this BADI.
Example: This code adds a button on tool bar of MD04 and when clicked populates delivery column
Method - ACTIVATE_ADD_COLUMNS
  button1_ez = "DELIVERY".
  ez1_mode = '2'.
Method - FILL_ADD_COLUMNS
Populate the column
  DATA: lv_column1    TYPE mdez-usex1,
        lv_ebeln      TYPE ekbe-ebeln,
        lv_ebelp      TYPE ekbe-ebelp.
Get Delivery Doc# for corresponding PO/STO
  lv_ebeln = ie3mdpslx-delnr.
  lv_ebelp = ie3mdpslx-delps.
  SELECT SINGLE belnr
         FROM ekbe
         INTO lv_column1
         WHERE ebeln = ie3mdpslx-delnr
         AND   ebelp = ie3mdpslx-delps.
  IF sy-subrc EQ 0.
    MOVE lv_column1 TO emdezx_usex1.
  ENDIF.
Thanks,
SKJ

Similar Messages

  • Report to display material master data changes

    Hi,
    Is there a standard report available to display all changes to material master data over a specified time frame i.e all changes made alst week,all chnages made today.
    Please suggest.
    Thanks in advance.

    Hi!
    Appart from MM04, you can also have a look at MM03 or MM02:
    1. Goto MM02 or MM03 transactions and enter the material.
    2. Select the relevant views for which you want to have the details.
         In the Bar menu follow the path Environment -> Display changes.
    Here you will get the list of changes done to the fields with Old and
    New values.
    Appart from these two tools, there is not any other report provided in the standard for this target.
    I hope this helps!
    Esther.

  • To display the reschedule date from MD04

    Hi Gurus,
                             There is a current report which dispalys details of a scheduling agreement (order / due date,schd. qty,qty shipped & qty received). Now user wants to add the reschedule date field which is in MD04 to the report. 
    Is it possible to display the reschedule date to the report. If so, can you please guide me how to proceed further.Thanks.

    Hi,
    Actually rescheduling date is displayed in MRP list, The system only displays rescheduling date in the  the current stock/requirements list if you trigger rescheduling with the appropriate function. As you all know MRP list is static report. Hence the reschedule date will store in the table as i have mentioned in the table MDEZ as i have mentioned in the earlier reply.T he program bname is SAPMM61R. Please join this table in your query to get  rescheduling date. Thanking you.

  • Material available date for a schedule line

    Hi all,
    I got a requirement of manupulating the material availability date in a scheduling agreement (preferably, customer specific).
    For Example : Suppose I  created a scheduling agreement for customer 1 coming under route 1 (and the route1 is defined as a transit time of 1 day ) with the scheduled delivery dates of  12.09.2007 and 14.09.2007; system consider the route value and proposes 11.09.2007 and 13.09.2007 as the material available date for the purpose of MD04, VL10 etc.
    For some customers using the same route no 1, I need an additional day for my preparation, i.e for the above example, I need the system to propose 10.9.2007 and 12.09.2007 as the material availability data for MD04, VL10.
    How to achieve this, I dont find any field in the customer master for this purpose.
    Can some one suggest some solution, it is an urgent requirement.
    Thanks in advance.
    Best Regards
    Ajit Patro

    you have to change either route(CREATE  new route with tranportation lead time) or use another shipping point ( preferable) by  maintaining another shipping condition for these customer ( maintain shipping times), this will solve your pro

  • PR date in MD04 to be displayed with past date. Even if req. is in past?

    Hi All,
    I have scenario where the raw material "X" has Order reservations in past let us assume month as May'11.  The Procurement time is 10 days and GR time is 2 days and the Lot Size is EX. When we run the MRP in month of June the PR which will be created for Order reaservations will have the "Purchase Requisition" scheduled Forward with release date maintained as the current date and the delivery date as 10 Working days ahead of release date and Requirment date will add 2 more days. And This Requirment date will be displayed in MD04 in Date column. let us assume that we have excuted MRP on 17-June, then for all Past requirments the release date willl be 17-june and Delivery date will be 01-July and Requirment date will be 05-July based on setting said above (Rem: - Saturday and Sunday is holiday). 
    Client does not want to see the requirment date planned this way. He wants the date in MD04 for PR to be maintained in Past only.
    is there any way to make this happen?
    Edited by: ANIMESH KUMAR on Jun 17, 2011 7:45 AM

    Hi Vivek,
    But won't this Setting effect the Production order planning. I mean to say that Only PR should be planned this way, But Planned order must not be affected at all.

  • Creditreport that displays Sales Orders with Material Availability Date as

    Hi
    I need input if the following requirement can be met in FSCM credit mgmnt.
    Currently In FDK43 there is a total sales figure that represents the Sales that are consuming the Credit Limit assigned to the customer, unfortunately there is no drill down on this number to see which sales orders are responsible for the consumption of credit
    Do we have any sales report that displays Sales Orders with Material Availability Date as an output in conjunction with Credit limit .

    Not in standard provided. Custom program is required.
    Regards
    Hein

  • How to get the rescheduling date in MD04?

    I need to create a report for buyers to show them the shortage of material. It will help them to determine how to reschedule the delivery of purchase orders. So, I need show the rescheduling date in MD04 on this report as the suggestion from MRP.
    So, would you please help to let me known how and where I can get the rescheduling date (MDEZ-UMDAT) displayed in stock/req list?
    Thanks a lot!

    Hi,
    With the User Exits it may be possible, check the feasibility..
    =============================================
    Programming of additional columns (Customer Exit)
    You can use Customer Exit M61X0002 to program up to three columns for the individual line display and the period totals. These columnscan be filled with additional data, which you can call in the lists using pushbuttons.
    Programming of customer-specific access to the lists (reports)
    By using reports RMMD07EX and RMMD07DB, you can program your own access to the collective display of the stock/requirements list.
    =============================================
    Regards,
    R.Brahmankar

  • Display Material |Attachment File in ALV report

    Dear All,
    I have to make ALV report for mutliple material attachment file.I want to display material wise attachment where user can see in report. We can see attachment list in Service For Object button in MM03 tcode for single material. And i also i do not want attachement list on tool bar where like MM03 is dispalying.
    I need ALV report for materialcodewise image/attachment file like,
    MaterialCode    File
    A101                any filename
    B101                 any filename
    So user can click on file base on material, then file will open and he can see image/attachment.
    Please guide me for above mentioned query.
    Regards,
    Shivam.

    Dear Shivam,
    You can have multiple attachments for a sinlge material. You need to consider that in your report.
    for getting the list of attachments using the static method CL_BINARY_RELATION=>READ_LINKS.
      DATA: lw_BOR TYPE sibflporb.
      DATA: lt_rel TYPE OBL_T_RELT,
                 lw_rel type OBL_S_RELT.
      DATA: lt_links TYPE obl_t_link,
                 lw_links type OBL_S_LINK.
      DATA: lo_root TYPE REF TO cx_root.
      lw_bor-instid = <Materail no.>   "<------- Materail No.
      lw_bor-typeid = 'BUS1001006'.
      lw_bor-catid  = 'BO'.
      lw_rel-sign = 'I'.
      lw_rel-option = 'EQ'.
      lw_rel-low = 'ATTA'.           "<----------Attachments
      APPEND lw_relt TO lt_rel.
      TRY.
          CALL METHOD cl_binary_relation=>read_links
            EXPORTING
              is_object           = lw_bor
              it_relation_options = lt_rel
            IMPORTING
              et_links            = lt_links.
        CATCH cx_root INTO lo_root.
      ENDTRY.
    Once you get the list of attachment populate your output table using the same.
    you can use FM SO_OBJECT_READ to get details of attachment.
    Make the column with attachment as hotspot, so that ALV take action in sinlge user click.
    In the user-command of ALV write the code to open the attachment.
    you can use the FM SO_DOCUMENTS_MANAGER
    Hope this helps you.
    Regards,
    Sachinkumar Mehta

  • Material availabity date showing incorrectly in sales order schedule line

    Hi ALL,
    In Sales order Schedule line(after clicking shipping i.e displaying bottom of the screen)  material availabity date is coming incorrectly . In my material in mrp2 view i selected proceument type as F and i gave planned delivery  time as 19 days and GR processing days as 1 . suppose if i am putting sales order as on today 9-6-2010 it should show material avaialbity date as
    7-7-2010 but it is showing 10 days more (excluding saturday and sunday) . So please give me suggestion where to check in the program SAPMV45A.
    Regards
    R.Vijayakumar

    Check to see if your pick, pack,transportation planning lead time etc are also being included.

  • How to display all available data for KFs from different Cubes

    Hi,
    I am using a MultiProvider that consists of two InfoCubes. KF1 uses Cube1, KF2 uses Cube2 - characteristic Country exists in both cubes. I have the following data:
    KF1 - Country 1: 5
    KF1 - Country 3: 8
    KF1 - Country 4: 10
    KF2 - Coutnry 1: 9
    KF2 - Country 2: 7
    KF2 - Country 5: 3
    I have a query that uses Country as a drilldown characteristic (ROWS) and displays the values of KF1 and KF2 (COLUMNS) for each Country. However, instead of seeing data for Countries 1-5 I only see data where I have results for KF1 (Countries 1,3 and 4). The value for Country 1 for KF2 shows up correctly in the corresponding row, but Countries 2+5 aren't displayed for KF2. If I change the Access Type for Result Values from "Posted Values" to "Master Data" I get the correct result. However this is not feasible in the final setting due to the amount of data that has to be handled (MasterData setting will lead to crashes of the query due to maximum number of cells exceeded).
    Are there any other options to force the query to display values for all characteristic values where I have data for any KF?
    Thanks a lot for your help!
    Best regards,
    David

    As it turned out the issue was due to 2 restrictions on KPI2:
    1) Restriction to InfoProvider "Cube 2"
    2) Constant selection on two characteristics that have filters on a global level but which should not affect the display of the data for KF2
    Removing (1)+(2) provided the desired result.

  • Material Confirmation date in future though the material is in stock

    Dear Gurus,
    Please tell me why the system is giving the material confirmation date in future though the matl is  available in stock.
    System creating two schedule lines one for 15/10 (15 oct) and the second one with the confirmation of quantity on 22/11 (22 Nov) as I have enough stock than the required for this order. In MRP1 view of same  matl Master of same material delivery planning time is 28 days. and in MRP3 view the Replenishment lead time is 20 days.  please tell me what date system considering to shift  the confirmation date in future. the factory calender has Sat-sunday off.
    please tell me the possible reasons for confirmation date change.
    regards,
    Sandesh

    Hi ,
    Please check the  value at MM03-> Sales: General plant Tab ->Availability Check is '02'.
    u201802u2019 will consider all the u2018Individual Requirementsu2019 done before and during the creation of Sales order for the combination of respective Material & Plant.
    Even though Material stock will be visible for you at MMBe for respective plant double click on the Quantity, it will show you multiple Row with one of it will be " On Order Stock" these are the other orders for which Quantity is already confirmed but respective PGI is not yet done.
    The next schedule line date always generated based on the Factory calendar (based on Holidays/Weekly Offs if any).
    AT MD04 Tcode, based on the selection made at Material master for Availability Check you could see all the requirements related to Goods Issue Sales Orders , STO & Production Orders for Goods receipts.
    Hope this will solve your query.
    With Best Regards,
    RB.

  • Authorization Material Master data

    Hello,
    vould you tell me if it's possible to restrict changing Material master data according to material type ?
    Thank's

    Hi,
    Use authorization object M_MATE_MAR - Material type authorization for material master records
    This object determines whether a user is authorized to maintain the material master record for a specific material type.
    Defined fields
    Fields      Possible values         Meaning
    ACTVT       01                      User may create data.
                02                      User may change data.
                03                      User may display data.
                06                      User may flag data for deletion.
    BEGRU                               Here you must specify the
                                        authorization groups from table
                                        T134 for which the materials
                                        concerned may be processed.

  • Changing of material avilable date

    where i change the material avilable date in the sales order or any other place plz tell me the solution
    with regard ,
    phani

    Dear Phani,
    Logistics -> Sales and Distribution -> Sales ->&#61472;Order -> Create
    Transaction Code: VA01
    Order type
    Sales organization
    Distribution Channel
    Division
    You do not need to specify the sales area at this point. The system derives the sales area when you enter the sold-to-party. If the sold-to-party has been defined in more than one sales area, the system requests you to select the appropriate sales area.
    Sold to pary
    PO (Please ensure that you use capital letters when you enter the PO number)
    Purchase order date
    Req Del Date
    Pricing Date
    Material and Quantity
    In the dialog box, you are requested to select an unloading point. Select one of the defaulted options, then choose Copy.
    If the goods ordered by the customer are not available on the requested delivery date, an availability check screen automatically appears. Here you can choose one of the delivery options, for example, Delivery proposal. The overview screen appears.
    If the system displays a dialog box, Click on the Tick mark
    On the overview screen, select the first item, then choose.
    On the Create Standard Order: Item Data screen, select the schedule line with the confirmed order quantity, then choose. Search icon
    Choose the Shipping tab page.
    Make a note of the Material availability date, as you will need this as a selection criterion to create the delivery. If the Transport planning date is earlier than the material availability date, you can create the delivery on this date.
    Choose (back icon) until the Create Standard Order: Overview screen appears.
    Select the first item and choose Goto &#61614; Item &#61614; Billing.
    You now see detailed sales, shipping, and billing data for the first item.
    Note that payment terms (ZB01) have been determined for this item.
    On the Create Standard Order: Item Data screen, to display the data for the second item, choose next.
    To view the pricing conditions for the second item, choose the Conditions tab page.
    Select the line for condition type PR00, then choose Condition rec.
    You now see the price agreed with the customer. The calculated price is less than the standard price for this pump. This is a special price for this customer.
    On the Display Price Condition: Condition Supplements screen, select the line with condition type PR00, then display additional data.
    On the Display (Price): Additional Sales Data screen, you can see that ZB02 was entered in the Payment terms field. These payment conditions are determined if an order item is processed with tis product for this customer.
    Click to Create Standard Order: Overview screen appears.
    Save
    Make a note of the order number.
    • Selct or view the overview tree
    • If a dialog box appears, choose No
    Visit the following link:
    http://help.sap.com/saphelp_crm40/helpdata/en/dd/5607e7545a11d1a7020000e829fd11/content.htm
    Creating a sales order(VAO1)
    http://help.sap.com/saphelp_46c/helpdata/en/e6/4a75329e0311d189b70000e829fbbd/frameset.htm
    Delivering a Sales order:(VLO1N)
    http://help.sap.com/saphelp_46c/helpdata/en/e6/4a75329e0311d189b70000e829fbbd/frameset.htm
    Billing the Sales order: (VFO1)
    http://help.sap.com/saphelp_46c/helpdata/en/e6/4a75329e0311d189b70000e829fbbd/frameset.htm
    Displaying the Document Flow: (VFO5)
    http://help.sap.com/saphelp_46c/helpdata/en/e6/4a75329e0311d189b70000e829fbbd/frameset.htm
    Regards,
    Naveen.

  • MRP is not considering material availability dates for sorting customer ord

    Hello Experts,
    MRP is not considering material availability dates for sorting customer order/ sales order in sequence (thatu2019s is oldest from newest in order) in MD04.
    Please suggest.
    Thanks,
    Om

    Om,
    No.  Aside from my obvious desire to preserve my privacy, it would be a disservice to the other forum members.  No-one else but you and I would understand your problem, and no-one else but you would be able to benefit from any solutions. 
    There are dozens of free public portals suitable for posting pictures on the internet.  I suggest that you use one.
    Best Regards,
    DB49

  • Dates in MD04 not matching with dat00 field of structure MDTBX

    Hi,
         I am trying to populate MDTBX structure using DTNUM field of MDKP as follows.
    "IMPORT mdtbx FROM DATABASE mdtc(ar) ID wa_mdkp-dtnum".
    Now the DATOO field of MDTBX will be same as dates in MD04 for a material , plant and a Vendor.
    But for some vendors DATOO of MDTBX has more dates when compared to dates in MD04 for the same Material and Plant.
    Why it happens so? I need the reply urgently. Kindly help me in this regard.

    Hi,
    To add the filed in the extract strucuure...
    Go to rsa6 find your data source... go to change mode >
    then double click on the extract structure... it will tale youe to the structure screen..
    Click on the Append strucutre button and add your required filed there... activate the append structure... go back and activate the structure also.
    now go back to rsa6 and again go into your data source now you can see the appended field, but it will be hidded. Remove that hiddedn check box... Save.
    Then write the code to pupulate data into that field.
    Regards,

Maybe you are looking for

  • Regarding Conversion of the Charecter field Into Lowercase in an ALV REPORT

    HI ALL, I have created an editable alv Report. In which i have a coloumn with charecter field where i can enter 64 charecters. when ever i have enter and moved to another Tab its converting into Capital Letters. I need to stop it conversion. Can any

  • Problem installing NW2004s ABAP Trial version on windows xp pro SP3

    Good Day. I have drawbacks installing Abap Trial SP12. When it comes to 89% ends abruptly. I set up MS Loopback Adapter. The operating system is Windows XP Professional SP3. 1Gb RAM. Disk Space 50Gb Free. I have installed thousand and once and presen

  • Error categories in SXMB_MONI

    I've been surfing around to find a list of predefined error categories and error ID's used in SXMB_MONI without luck. Ex. Error Category = "MAPPING", Error ID="EXCEPTION_DURING_EXECUTE". Can anybody guide me to such a list? Regards Peter

  • How to make Acquisition Value and Accumulated Depreciation NIL

    Hi Gurus......... I am very new into SAP. Got stuck in one of the problem related to Asset Accounting. My question goes as follows : 1. Acquisition cost of a Machinery $10000 2 Accumulated Depreciation  $2500 3. Net Book Value $7500 as on 31.03.2010

  • Urgent Reset Question--???  --Help???

    I know if I reset my Ipod to correct a Problem I will lose all my Music. My Question is will all my library of songs reload, or will I have to re-buy all my music? Thanks for your help! Dell   Windows XP Pro