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

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • Formatting descriptive task list

    Hi All,
    In version 9.3 we have option to format the task list font (like bold, change color, italics) and even insert a picture in it. But when i try to format a task list in 11.1.2, it does nto show the required result.
    In other words i am unable to format the task list in v 11.1.2 by using the same steps that are used in 9.3. Can somebody tell me how can i do it?
    Regards,
    Umair

    In version 11 they took the ability to add html commands away from the forms and task lists, it is because the instructions are now in a html textarea which do not allow html functions.
    Though saying that in a patch for 11.1.1.3 (11.1.1.3.03) it looks to be reverted back :- 9475065 – Users cannot use HTML commands in data form and task list instructions.
    It has not made its way to 11.1.2, maybe it will in a future release or patch.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 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?

  • Number formatting in ALV list header

    Hi,
    I am using an ALV with a list header. Code is as follows:
    FORM ALV_SHOW.
       DATA G_CALLBACK_PROG LIKE SY-REPID.
       G_CALLBACK_PROG = SY-REPID.
       CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
             I_CALLBACK_PROGRAM      = G_CALLBACK_PROG
             I_SAVE                  = 'U'
             IT_FIELDCAT             = ITAB_FIELDCATALOG
             IS_LAYOUT               = GS_LAYOUT
             I_CALLBACK_TOP_OF_PAGE  = 'TOP-OF-PAGE'
          TABLES
             T_OUTTAB               = ITAB_SUB_SEARCH.
    ENDFORM.  "alv_show.
    FORM TOP-OF-PAGE.
    ALV Header declarations
       DATA: T_HEADER TYPE SLIS_T_LISTHEADER,
             WA_HEADER TYPE SLIS_LISTHEADER,
             T_LINE LIKE WA_HEADER-INFO,
             LD_LINES TYPE I,
             LD_LINESC(10) TYPE C.
       DATA: SHHLDR_INFO LIKE ZSH_SHHLDR.
    Title
       WA_HEADER-TYP  = 'H'.
       WA_HEADER-INFO = 'Some Title'.
       APPEND WA_HEADER TO T_HEADER.
       CLEAR WA_HEADER.
       CLEAR SHHLDR_INFO.
       READ TABLE ITAB_SUB_SEARCH INDEX 1.
       SELECT SINGLE * FROM ZSH_SHHLDR INTO SHHLDR_INFO WHERE FOLIO EQ
          ITAB_SUB_SEARCH-FOLIO.
       WA_HEADER-TYP = 'S'.
       WA_HEADER-KEY = 'Holding '.
       WA_HEADER-INFO = SHHLDR_INFO-SHHOL.
       APPEND WA_HEADER TO T_HEADER.
       CLEAR: WA_HEADER.
       CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
             IT_LIST_COMMENTARY = T_HEADER.
    ENDFORM.   " top-of-page
    The problem is that the number for 'Holding' is displayed in the ALV header without any formatting, i.e.
    SOME TITLE
    Holding 2375385
    I want it to be displayed like:
    SOME TITLE
    Holding 2,375,385
    Is there any way to achieve this? Help is appreciated, thanks.
    Regards

    Hi
    Use WRITE statament
    WA_HEADER-TYP = 'S'.
    WA_HEADER-KEY = 'Holding '.
    *WA_HEADER-INFO = SHHLDR_INFO-SHHOL.
    WRITE SHHLDR_INFO-SHHOL TO WA_HEADER-INFO.
    APPEND WA_HEADER TO T_HEADER.
    If SHHLDR_INFO-SHHOL is amout, it would be better you used CURRENCY option
    WA_HEADER-TYP = 'S'.
    WA_HEADER-KEY = 'Holding '.
    *WA_HEADER-INFO = SHHLDR_INFO-SHHOL.
    WRITE SHHLDR_INFO-SHHOL CURRENCY <currency> TO WA_HEADER-INFO.
    APPEND WA_HEADER TO T_HEADER.
    Max

  • 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

  • Changing Date Format in ALV List for VKM1 transaction

    Hi All,
    I have to change date format to MM/DD/YY in the ALV list display of VKM1 transaction. There are user exits available.
    I am trying to use EDIT_MASK option of the field catalog.. Without changing the code, I give value as __:__:__ or MM/DD/YY in the EDIT_MASK field of the fieldcatalog during DEBUG. Just before the RESUSE_ALV_LIST_DISPLAY is called.. but it is NOT showing any change in the display.
    Please advice any alternate way to do the same.
    Thanks a lot.

    Hi,
    If u`ve access to User parameters, try tcode SU01 and give ur user name in the first parameter. Navigate to the defaults tab and you can find options for Date display and decimals display. Now identify the date format to your liking and change the same. From the next logon in ur user name, changes are reflected on your reports.
    Reward points if my answer is worthfull.
    Regards

  • Changing date/time format in mail list

    If listing my mails in the standard view, the date for the received mails shows in the long date format (i.e., Thursday, November 11, 2005). Since I am working on my iBook, I want to show the date in the short format (i.e., 11/11/2005) in order to save space on the screen - some people have long subjects in their mails.
    I have checked out preferences etc, but I could not figure out how to change the format. I do not want to completely hide the date received column.
    Any ideas? Thanks for your help!
    iBook G3, 500 MHz   Mac OS X (10.3.9)  

    That did the trick - sometimes the easiest thing to do is hard to see. Seems I have been working too long on a Windows machine (unfortunately, I have to do so at work)...
    Thanks for the quick help!

  • Printing A3 page format using ABAP List from SAP is a problem...

    Hi Experts,
    I am trying to print a standard output (ABAP List) A3 page size from SAP.
    I used SWIN, SAPWIN, I9HP4 device types, but none of them worked.
    I created page format type ZYEVMIYE 290MM – 420MM and the page format L120, W200. In order to make it usable with page size is A3. Unfortunately this did not work either.
    The behaviour of the problem is when I tried to print with the device types that mentioned above then printer indicator comes to an error. And nothing comes out from the printer.
    Just to be on the safe side I made a test from windows self test, it resulted success with A3 page size format. So from this point of the view I got a thought that somehow SAP (selected device types) is not able to send correct signal to Printer for page size A3, because on the printer information screen displays ‘load Tray2 for A4’ this is showing that SAP sends Printer a signal for page format A4.
    I need help on how to make SAP (selected device type) send a correct signal to Printer in order to printout A3 page size format.
    Quick reply will much be appreciated.

    Hi,
    At last i got a Solution to my Question.
    The Problem is that in my SAP-Code they have been translated the PDF into 255 string.But i am retreiving using 132 string.So, i resolved in this way.
    <b>For Each dr As DataRow In ds.Tables(0).Rows
    Dim dataline As String = dr(0)
    If dataline.Length < 255 Then
    dataline = dataline.PadRight(255, " ")
    End If
    sb.Append(dataline)
    Next.</b>
    May be this Thread is useful to Others.
    Regards,
    Rajender.

Maybe you are looking for

  • Using 2 Identical SuperDrives with DVDSP in Mac Pro

    Hello- I recently installed 2 new identical Pioneer 118 Superdrives in my 2006 Mac Pro. In DVDSP, I'm having problems selecting a drive and burning discs. The Burn dialog box allows me to select either drive, but both have identical names. When the t

  • Configuration Problem on IDOC Adapter

    Hi, I am trying to configure the IDOC Adapter and am badly stuck. On the sender system: I have configured -RFC destination, ports and partner profile. - I have also configured the SLD as per documentation On the Integration Server: -RFC Destination,

  • Vendor address in RFQ

    While creating a RFQ, the system gives an me error "Please first maintain vendor address". When I search for vendor, it does not allow me to pick the vendor in selection mode.

  • Silent startup for 2600 Classic

    Is there any way to prevent my Nokia 2600 Classic from playing an infurating tune every time I turn it on? I've managed to find set-up functions to eliminate other annoying noises, such as the bip every time I press a key, but failed to find a way to

  • Finder window is frozen, how do I fix this?

    I open Finder and the Finder window comes up, but the window doesn't respond to anything - mouse clicks, scrolling, resizing by grabbing the corner - no response, except the green, yelllow and red buttons at the top left display color when moused ove