Customize Inventory List in xMAM

Hi,
I am working on customising the Inventory Management Screen in xMAM (version 3.0 SR4 PL0) where I am facing some issues.
The standard Inventory Screen has following fields: Material, Equipment, Serial No, Stge Loc, Qty and Unit as shown [here|http://img512.imageshack.us/my.php?image=capture0103pu5.png]
When I click on the material field information regarding that material pulls up.
We have done the Customer Enhancement (BADI changes) by referring to the xMAM Enhancement guide so the Manuf Part Number gets displayed as shown [here|http://img512.imageshack.us/my.php?image=capture0102no6.png].
This means the complete data is in Inventory SyncBO (Mam070) and Manuf Part NUmber is Mam070Item010.
Now my requirement is to have this field in first Main Inventory List so that users can see first hand and give them alternative so that can search by Manuf part Number as well.
So is it possible to have an Inventory list which displays data from Mam070 and Mam070Item010 at the same time?
Any suggesstions / help will be appreciated.
Chintan

Oliver,
I am using MAM3.0 SR4 and on Patch Level 0.
I am able to get Manuf PArt Num from MAM070Item010 now. There was a typo at my end. All becuase classic Copy-Paste error. I was looping in second for loop with i instead of j and hence the error. I have corrected it and the code is attached.
By the way there is no method elementAt for BOList class hence I am using get(int) method. Here is what I wrote for  Controller.
ZInventoryList.java
     public Forward onLoad(Forwards forwards)
          System.out.println(">>>>>>>> ZInventoryList : onLoad called <<<<<<<<<<<<<<<");
          InventoryCustomController custom = getInventoryCustomController();
          Context context = getContext();
          try
               Mam070Manager manager = (Mam070Manager) naming.lookup(Mam070Manager.class.getName());
               BOList temp = manager.getMam070s();
               Mam070 inv = null;
               if (temp != null)
                    for (int i = 0; i < temp.size(); i++)
                         inv = (Mam070) temp.get(i);
                         String strInvKey = inv.getKey();
                         custom.setSelectedInventory(strInvKey);
                         Mam070 inventory = getInventoryCustomController().getSelectedInventory();
                         Mam070Item010 item = null;
                         BOList itemList = manager.getMam070Item010s(inventory);
                         if (itemList != null)
                              for (int j = 0; j < itemList.size(); j++)
                                   item = (Mam070Item010) itemList.get(j);
                                   if (inv.getMaterial().equalsIgnoreCase("000000000000000865"))
                                        System.out.println("ZInventoryList : Material                : " + inv.getMaterial());
                                        System.out.println("ZInventoryList : Enhancement Flag      : " + inventory.getEnhancementFlag());
                                        System.out.println("ZInventoryList : Mfr Part Num           : " + item.getFieldValue());
                                   ZInventoryListBO bo = new ZInventoryListBO(inventory,item);
                                   bo.setInventory(inventory);
                                   bo.setItem(item);
                                   context.setValue("InventoryList", "true");
                                   context.addValue("inventory", inventory);
                                   context.addValue("item", item);
          catch (BOException e)
               e.printStackTrace();
          return super.onLoad(forwards);
Well Mam070Item010 is the standard BO class and not just for Customer Enhancement. When the value is displayed on Item Detail screen this class has the Customer Enhancement data I mean.
So now I get to see the data I want to (i.e Manuf Part Number) on System Console.
Next thing was to create a new BO class to hold the data as suggested in the Guide.
Here it is : ZInventoryListBO.java
public class ZInventoryListBO extends AbstractBO implements BusinessObject
     public ZInventoryListBO(Mam070 inventory, Mam070Item010 item)
          System.out.println("++++++++++ ZInventoryListBO called ++++++++++ ");
          Hashtable bos = new Hashtable();
          bos.put("inventory",inventory);
          if (item !=null)
               bos.put("item",item);
Am I on right track???? Question is how to show up the values I am getting on System consoles in the Inventory List??
PS: Some screenshots :
[MAM070|http://img162.imageshack.us/my.php?image=capture0103fq3.png]
[MAM070Item010|http://img292.imageshack.us/my.php?image=capture0104zz0.png]
Chintan
Edited by: Chintan Virani on Feb 18, 2008 8:44 PM

Similar Messages

  • Include asset in inventory list - asset master record

    Hi
    What is the importance of "include asset in inventory list" in asset master record.
    Thanks in advance
    prasad

    Hi Hariprasad,
                In industries it is a practice to physically count the assets and keep a record of it as a part of maintenance and it is also a statutory requirement in certain countries. In order to count the assets and cross check with the assets recorded in the system, SAP provides a report for listing the assets. The list is based on plant and cost center. In a real-life situation practice, you would then distribute this list to the persons who are conducting the actual physical inventory.
    The path for this report is as follows:
    <i><b>On the Application Tree Report Selection Assets Management screen, select the following in the report tree: Asset portfolio --> Inventory lists -->Inventory list</b></i>
    <b>Only if the Include asset in inventory list in the asset master record is ticked you can get the output as a part of this list.</b> So if you want to count and verify this asset physically check this box.

  • Inventory listing report to view item balance with the model number in R3

    Hi,
    Anyone have any ideas does R3 provide standard report to view the report with inventory listing on balance,description,model number?
    Kindly provide the t-code.

    Hi Karen,
    Check the below reports (t-code's)
    MB52, MMBE, MB5B, MB51
    If you need additional info revert.
    if helpful award points
    Regards,
    Vivek

  • User default format in printing inventory list

    Hi experts,
    I have a question about the user default print format.
    When I try to print out a output for inventory list, the print format turn to be a format that I donu2019t want to use, I have to change the format manually everytime. Is there any method that I can set the user default print format for a specific output?
    Thanks,
    Nadali

    The SAP form is INVENT
    But you can create your own form.
    You need to assign your own form to RM07IDRU in OMBU
    Then you can use MI21 to print you own physical inventory document

  • Format of Inventory List

    Hi Experts,
    I have a problem when printing LI04 inventory list, after I print an inventory list and go to SP02 to check the output request, I found the print format was set to X_PAPER, can someone tell me where I can make the settings to make the print format always default to X_65_80?
    Thanks,
    Emily

    Inventory list in WM is not a SAPscript form, it is just a report RLLI0400.
    If a spool request is generated without an allocated format,   format X_PAPER is used at printing.
    For more background I recommend to read Oss-notes 25549 and 2374

  • Error in printing Inventory list (LI04)

    Hi Experts,
    I am printing inventory list using Tcode LI04. I have entered the WH number, Inventory record and select the print list.
    However I am getting a runtime error. I would like to ask if there is a limit in the quants to be processed using the transaction?
    Many thanks for your help.
    Mylene

    Hi Mylene
    With this you need to give List name and Print report name also to make output come.
    Amol

  • Can you sell two products from one inventory listing?

    The scenario is as follows:
    We buy one product 'ABC' from our supplier and store this in a location in our warehouse.
    We sell this product to our customers as part number 'ABC'.
    The issue arises because we also sell this product as a different product 'XYZ', which is basically product 'ABC' but it is tested before it leaves the warehouse and supplied with a certificate and is charged out at a higher price.
    Is it possible to set up an inventory listing for product 'XYZ' that will send the picker to product 'ABC' and reduce this items stock level?
    Any help on this would be great as it has been a problem for us for some time.

    Hi Philip,
    I have an idea to do it.
    Create an extension field( Customer Part No) in product master level and fill this field with the customer part no apart from the original material ID. Extend the same to the screens you may work and also to output forms as well.
    Extend this field to all the screens and output forms, so that this will reflect in the output forms. Here you can see 2 fields one is of original material ID and another one is of customer material ID.
    Hence the person who is going to pick the material will have 2 ids in hand and the inventory will be maintained in the Original Material ID(ABC) itself.
    Just check this work around, it may help you.
    If you dont need the Original Material ID(ABC) to reflect in the output forms, then create 2 forms one is with the Original Material ID(ABC) and another one is without Original Material ID(ABC). So that before releasing any transactions we can choose anyone of the document be clicking the Edit Output Settings.
    Regards,
    Samraj

  • Oui inventory list clean-up

    Hi Friends,
    I have deinstalled oracle 9i on our AIX 5L server and remove its
    corresponding file system directory.
    But when i run OUI installer, i still can see on the inventory list of
    installed product home the ora9iHOME. How can I clean it up and remove
    this non-existing home that the OUI shown? What inventory file does it
    read from?
    Thanks a lot

    There are some inventory files that are created when you install Oracle and it creates a log for every successful or unsuccessful installations,
    Maybe, it is taking the values from this file. If you delete those inventory files, they should not appear. Normally, if you see in windows, if you install oracle in a folder like 'd:\oracle\ora92' then inventory files would be created in 'c:\program files\oracle\inventory' like this.
    This could have happened in your AIX box in some other folder. Thats the reason.
    Any one has different ideas?

  • I am having a challenge getting an uploaded Podcast to appear on iTunes inventory list although it is present once I click on a left hand column for Podcasts (the extra step may make it too elusive for listeners to find.)

    Each week, a Radio Program is uploaded from my website to iTunes for access to our community. The December 17, 2012 episode and January 7, 2013 episodes, although they've been uploaded, will not appear on the Inventory on iTunes. When I look to the left of the running list of Inventory, which appears in alphabetical order, the word Podcast appears to the left with a number 1 next to it - as if there's a message waiting. When I click
    there and open, the December 17 episode is listed.
    Is there a way for the Podcast to join the other episode titles in chronological order? There will be another new one from this morning to join the list.
    (I have not heard back from Express Apple, have tried iTunes Support, Blog Talk Support, etc.)
    Thanks for any insights or tips....

    Hi Trukntigger,
    Thank you for visiting the HP Support Forums and Welcome. Thank you for sharing your findings we appreciate you taking the time to post.
    Have a great week.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Inventory list with moving average price

    Hi all,
                 How do I get the list of inventory stock using the valuation method as MOVING AVERAGE.
    Iam able to get the list using last purchase price, But how do I get it using Moving average Price.
    Thanks in advance.

    Moving average price for item might be different by each warehouse.  Inventory Valuation Report can be used to get the whole picture for any single item by moving average price.
    If you want to get more items, you can try this query to see:
    SELECT T0.ItemCode, T1.ItemName, T0.WhsCode, T0.OnHand, T0.AvgPrice, (T0.OnHand * T0.AvgPrice) AS 'Amount'
    FROM dbo.OITW T0 INNER JOIN dbo.OITM T1 ON T0.ItemCode = T1.ItemCode WHERE T0.OnHand > 0
    Thanks,
    Gordo

  • Customize XSLT List View Webpart Styling

    Hello, everyone. I think I know the answer to this, but I'm at wits end so I figured I'd turn to the forums (first time).
    I'm a SP Power User with some minimal coding experience. I know CSS, HTML, some JS, some JQuery. My question, however, involves the XSLTListViewWebPart and customizing the style. Is there anyway to customize the CSS for a specific web part on a page? The
    page I'm using has several web parts, and they were all created prior to the SPD 2013 changeover which removed the WYSIWYG. Now I'm trying to add a new set of web parts and audience target them, but I'm unable to recreate the CSS styling (no matter what class
    I change or style attribute I apply, nothing happens).
    My question is
    For this OOTB ListViewWebPart, do you have to customize the styling using XSL? I know very little about XSL, so if this is the case, does anyone have any suggestions about resources to learn how to create an XSL style sheet? If not, how can I find what classes
    I need to change to affect things like font-size, font-weight, etc, in both the column titles and the list data itself.
    I've already attempted creating a custom nightandday.css, and editing the .ms-vh, .ms-vh2, .ms-vb, .ms-vb2, etc. Nothing seems to work.
    Thanks in advance!

    Hope below links will answer your question:
    https://www.nothingbutsharepoint.com/sites/eusp/pages/web-part-style-in-sharepoint-2010.aspx
    http://msdn.microsoft.com/en-us/library/ee231579.aspx
    http://msdn.microsoft.com/en-us/library/office/hh537935(v=office.14).aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f48746c8-f01b-4a66-ae9c-1f523da58d6a/how-to-make-the-web-part-title-bold-and-increase-the-font-size-and-change-colour?forum=sharepointgeneralprevious
    Use Developer tools in IE to find the ID

  • My button extension appears in add-on list, but not in customize toolbar list

    I have an extension that shows up in the add-on list, but not in the list for customize toolbar. I went exactly through the steps in https://developer.mozilla.org/en/Custom_Toolbar_Button I also downloaded the stumble button extension and had the same issue. I've tried this on a windows xp, and vista machine, no luck.

    Does this version work?
    Copy and paste the full content to the location bar and save as button.xpi
    <pre><nowiki>data:application/octet-stream;base64,
    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</nowiki></pre>

  • Customize Contact List for Text Messaging

    Does anyone know of a way to customize my contact list as it displays when I'm preparing to send a new text? I'd really like to NOT have the 'Home' phone numbers show up since they just get in the way and can't receive texts. Is there a way to only have iPhone or mobile 'types' show up there?
    Thanks!

    Is there a way to only have iPhone or mobile 'types' show up there?
    No
    I'd really like to NOT have the 'Home' phone numbers show up since they can't receive texts.
    They can in some countries where the iPhone is sold.

  • Customize Dropdown lists on the Accounts List Accounts page in IDM

    Hi All,
    There is probably a simple way to do this but haven't had any luck so far.
    I want to customize the drop down lists on the Accounts > List Accounts page which provide the options to Create, Update, Enable, Disable, etc. However I'm not sure which object I need to edit to do this.
    I thought it was the User Actions Configuration object but I have tried changing values and the drop down stays the same.
    Does anyone know the best way to edit the drop down lists? We are using IDM version 7.1.1.8
    Thanking you all in advanced.

    User List Form > 'buttonrowsearch' property of the 'TreeTable' field. place the 'users' map block before 'orgs' map in the list.
    Cheerz

  • To customize Inventory Summary Value Report

    Hi
    I want to update the Inventory Summary Value Report to add another value in the parameter region.
    Pls help!

    I assume you want a new parameter.
    For that, you will have to customize the report.
    1) In the custom report, add the new parameter and the logic to use the new parameter.
    2) Copy the report to the server
    3) Create new conc. executable and program.
    4) Assign the new program to a request group.
    Now you can run the new report with the additional parameter.
    See http://oracle.anilpassi.com/customization-of-reports-in-oracle-apps.html for detailed steps.
    Sandeep Gandhi

Maybe you are looking for