How to populate list of materials in IM level Physical Inventory document?

Hi,
Suppose we have maintained 1000 materials in storage location ABCD. Now when I undertake physical inventory process at IM level, I have to create physical inventory document for this storage location ABCD and I will have to input all these 1000 materials manually for count process in the document.
Is there any other way whereby if I select the storage location, all the materials which are maintained in this location will get automatically populated in the physical inventory document.
Thanks in advance,
Sanjog

Hello,
SAP provides standard transaction MI31 to create Physical inventory documents. In the selection screen, you may enter your storage location to include all materials of that location.
Thanks,
Venu

Similar Messages

  • How to populate list component via xml file?

    There is a TextArea component that should show the name and
    the description of the item selected in the list component. But I
    dont know how to populate list with external XML and what should be
    the coding in flash as well as what should be written in the XML.
    Please help.

    Here's an xml file listing a couple of brother comedy teams:
    <?xml version="1.0" encoding="UTF-8"?>
    <team>
    <brothers>
    <Marx>
    <name>Groucho</name>
    <name>Chico</name>
    <name>Harpo</name>
    <name>Zeppo</name>
    <name>Gummo</name>
    </Marx>
    <Howard>
    <name>Moe</name>
    <name>Curly</name>
    <name>Shemp</name>
    </Howard>
    </brothers>
    </team>
    Open a new .fla and save it in the same folder as the .xml
    file. Place a List Component on the Stage and name it (in this
    case, "comicTeams_list"). In the first frame write the following
    ActionScript:
    //create XML object and load external xml file
    var broList:XML = new XML();
    broList.ignoreWhite = true;
    broList.onLoad = processList; // this is a function that will
    be written below
    broList.load("populateList.xml");
    function processList(success:Boolean):Void{
    if(success){
    loadList();
    }else{
    trace("Load failure");
    function loadList():Void{
    var broName:String;
    var listEntries =
    broList.firstChild.childNodes[0].childNodes[0].childNodes.length;
    for(var i:Number = 0;i<listEntries;i++){
    broName =
    broList.firstChild.childNodes[0].childNodes[0].childNodes
    .childNodes[0].nodeValue;
    trace(broName);
    comicTeams_list.addItem(broName);
    //to make something happen when you click on a name in the
    List, create a Listener and function
    var broListListener:Object = new Object();
    broListListener.change = someAction; //"someAction" is a
    function to be written shortly
    //add the Listener to the List
    comicTeams_list.addEventListener("change", broListListener);
    function someAction(evtObj:Object):Void{
    var pickedBrother:String = evtObj.target.selectedItem.label;
    //write actions here, referencing pickedBrother variable
    The names of the Marx Brothers will appear in the box.
    This is written in AS2. When you post a question, it's a good
    idea include which version of ActionScript you're using.

  • How to populate list box in module pool program

    How to populate list box in module pool program.
    Please give me reply as soon as posible
    regards,
    Venu.

    hi,
    go thrugh the folling code .
    TABLES sdyn_conn.
    DATA   ok_code TYPE sy-ucomm.
    Global data
    TYPES: BEGIN OF type_carrid,
             carrid type spfli-carrid,
             carrname type scarr-carrname,
           END OF type_carrid.
    DATA itab_carrid TYPE STANDARD TABLE OF type_carrid.
    *& Processing Blocks called by the Runtime Environment                 *
    Event Block START-OF-SELECTION
    START-OF-SELECTION.
      CALL SCREEN 100.
    Dialog Module PBO
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    ENDMODULE.
    Dialog Modules PAI
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      CASE ok_code.
        WHEN 'SELECTED'.
          MESSAGE i888(sabapdocu) WITH sdyn_conn-carrid.
      ENDCASE.
    ENDMODULE.
    Dialog Module POV
    MODULE create_dropdown_box INPUT.
      SELECT carrid carrname
                    FROM scarr
                    INTO CORRESPONDING FIELDS OF TABLE itab_carrid.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
           EXPORTING
                retfield        = 'CARRID'
                value_org       = 'S'
           TABLES
                value_tab       = itab_carrid
           EXCEPTIONS
                parameter_error = 1
                no_values_found = 2
                OTHERS          = 3.
      IF sy-subrc <> 0.
      ENDIF.
    ENDMODULE.
    the following code should be included in flow logic of screen
    process on value-request.
      field scarr-carrname  module create_dropdown_box.
    in module pool select list box.
    hope it is useful.
    regards,
    sreelakshmi.

  • 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

  • How to exclude a set of materials from  cycle counting physical inventory

    How to exclude a set of materials from  cycle counting physical inventory
    Details:
    Set of material to be uploaded to SAP on say Jan-2011  from another system with cc indicator D:once
    in a year  and fixed,before uploading into SAP physical inventory will be done .
    So we donot want again those materials to fall in the cycle counting in the same year.
    So is there a method to exclude these materials from CC counting for the year 2011
    or is there some way to upload last inventory count date in SAP system so that it will exclude those
    materials?
    Any answers will be appreciated.
    Thanks
    Bijay

    HI Antony
    Thank you for your reply.
    If material count is less than this method is well valid.
    IN our case there are 7lakhs materials and having diff cc indicator A,B,C,D...
    So it will cumbersome for client to keep track of all those materials when to update cc indicator.
    So any other thought? can we upload last count date while updating materials details  or similar
    Thanks
    Bijay

  • How to view details of Deleted physical Inventory document in a site?

    Can anyone throw light on the process to view the details of the deleted physical Inventory document. The status of the document was- Just created , neither counted nor posted. Please let us know the table name or transaction or report to view the same... We are unable to locate the details from ISEG and IKPF table... Is there any other means to find it?
    Thanks in advance.

    Mahesh,
    I am not sure how you have deleted your physical inventory document.
    Let us assume you created a physical inv. doc with 2 line items (materials) as an example.
    - If you either have hit the 'trash can' delete indicator on the MI02 'initial screen' OR if you hit the 'Deletion indicator' (for both the items) from the MI02 'overview' screen, then you have effectively deleted the physical inv. document itself from the database (IKPF or ISEG tables). You CANNOT retrieve the document any longer.
    - If you hit the 'Deletion Indicator' indicator (say for only one item) from the MI02 'overview' screen, then you are simply flagging the item for deletion (ISEG-XLOEK deletion flag is set with an 'X'). In this case, the physical inv. document still remains in the database.
    Hope this helps.
    H Narayan

  • Physical Inventory Document for Materials in Transfer Storloc

    Hi!
    Just want to ask how can you capture materials that are in transit/transfer storage location (313 movt.) when creating Physical Inventory Documents? The material is somehow floating since 315 movt is still pending during PID creation.
    Book value is zero for both sending and receiving storage locations.

    darkblue wrote:
    Hi!
    > Just want to ask how can you capture materials that are in transit/transfer storage location (313 movt.) when creating Physical Inventory Documents? The material is somehow floating since 315 movt is still pending during PID creation.
    > Book value is zero for both sending and receiving storage locations.
    Hi DB,
    It is always practiced that, any movements of goods in and out of the storage location be blocked till the results are posted. This means only the Physically available stocks are put for phy inv counting process, thus transit stocks aren't accounted. You can resume the count after the GR of the transit stocks.
    The very purpose of phy inv is to check the correctness of the physical stock keeping.
    Regards
    Shiva

  • List physical inventory documents by status

    Need to generate a list of physical inventory documents in Not Counted or Counted status, but only need it at the document level.  (This is non-warehouse managed inventory)
    MI20 and MI24 show inventory documents for different statuses, but they all list the output by document line item.  There does not seem a way to compress the list to only the document number without the line item detail.  I've checked the layouts and summation levels without any luck.
    Ideas?

    Hi
    In MI20 and MI24, you will not be able to get the list at document level because the count in a PI doc is done Item wise. In the same PI Doc, some items may have been counted and some not yet.
    However, you can group the list by PI doc from the Selection screen itself and then using the Layout function, view only the PI doc no and Sl no of the item and Count status (Sl no of item is mandatory field and cannot be hidden).
    The other option is through SE16 (Tabl name ISEG). You have many options here. But still you will not be able to get the doc per your requirement. Your requirement has to be a Z report.
    Hope this clarifies.
    Thanks

  • How to populate List Item from the table in a form builder

    I want to know how to populate the List Item (pop up menu and combo box) from a table.
    Supposing I have a table Customer(cust_id,cust_name)
    and now I want to populate it in such a manner that I can update the data back to the database and also access the list on the form.

    This is the method i am using to populate a list.
    1- First of all you need to create a non-database list item for customer_name.
    2-create this procedure
    PROCEDURE populate_list_with_query
    --Populates the given list item with the specified query.
    (p_list_item in VARCHAR2
    ,p_query in VARCHAR2)
    IS
    /* Name the record group after the list item (no
    block prefix). */
    cst_rg_name constant VARCHAR2(30) :=
    GET_ITEM_PROPERTY(p_list_item,item_name);
    v_rg_id RECORDGROUP;
    BEGIN
    v_rg_id := FIND_GROUP(cst_rg_name);
    IF ID_NULL(v_rg_id) THEN
    v_rg_id := CREATE_GROUP_FROM_QUERY(cst_rg_name,p_query);
    END IF;
    IF POPULATE_GROUP(v_rg_id) = 0 THEN
    POPULATE_LIST(p_list_item,v_rg_id);
    /* Force display of first list element label
    in the list item. */
    COPY(GET_LIST_ELEMENT_VALUE(p_list_item,1),p_list_item);
    END IF;
    END populate_list_with_query;
    3- Create When-Create-Record on the block level and write this code
    BEGIN
    POPULATE_LIST_WITH_QUERY('bk1.customer_name',
    'SELECT customer_name, to_char(customer_id) FROM customer');
    END;
    In this example, the customer name is the (visible) list label and the customer ID is the (actual) list value
    i hope this will solve your problem ...

  • Urgent, How to Populate List?

    I'm developing an application using Developer 2000 and I'm using a menu to call other forms within the application.
    My problem is that I have a Main-Form with a foreign-key from another table (e.g. CITY_ID is the foreign key and the DESCRIPTION is in the TABLE CITIES).
    In the main-form, I have no problem retreiving the CITIES from the other table, but when I call within the application the form with the CITIES and insert a new row, going back to the main form the new record is not shown.
    In the main-form I'm using the WHEN-NEW-FORM-INSTANCE trigger with the Set_Up_List(CITY_ID, 'RG_CITIES') and EXECUTE_QUERY statements.
    I've tried to use Populate_List but I get FRM error-messages.
    Can anyone HELP ME?

    Hello,
    Friend, It will be better if you write your code to populate list and error messages here, then and then I can guide you.
    Adinath Kamode

  • How to populate 0PO_NUMBER on the delivery item level

    Hello All,
    Is it possible to populate 0PO_NUMBER on the Delivery item level?
    If yes how to do it?
    Thank you

    PO number at the item level of sc or at the header level of the sc next to description
    Such requirement is going to be difficult to achieve because not only one SC could yield multiple POs, but one SC item could potentially have multiple follow on POs. It's not always a 1:1 relation that can simply be presented in a table row. That is one of the main reasons one separated tab is dedicated to follow-on document.

  • How to populate list in tree view  dynamically

    Hi,
    I am new to  Indesign Plugin creation.
    I want to create list in tree view dynamically.
    I tried wlistboxcomposite sdk sample in indesign cs4.
    I have some doubts in this.
    1. Can i write my own method in  WLBCmpTreeViewAdapter class because it's implements ListTreeViewAdapter
    If it's possible how can i call this method.
    2. In this example they populating static string in constructor like this
    WLBCmpTreeViewAdapter::WLBCmpTreeViewAdapter(IPMUnknown* boss):ListTreeViewAdapter(boss){
    K2Vector<PMString> lists;
    for (int32 i = 0; i< 12; i++){PMString name(kWLBCmpItemBaseKey);name.AppendNumber(i+1);name.Translate();lists.push_back(name);}
    InterfacePtr<IStringListData> iListData(this, IID_ISTRINGLISTDATA);}
    and this list is populating on loading time but my requirement is i have one button "get list" after clicking this button i have to populate the list, how can
    i achieve this.
    Pls do needful.
    Thanks
    Arun

    The TreeViewAdaptor is responsible for mapping your custom data to the tree view itself.  I almost always start by making it return some fixed number of objects with names "item 1" etc. That way you get the tree view working first.
    Then, after you get it laid out and displaying properly, you can worry about using real data.  At that point, you have your adaptor return the actual number of items in your list and each individual item.  Then you can populate your list when you push your button and then invalidate the IControlView of the tree view widget to cause it to redraw.  At that point your adaptor will get called and your data should appear.
    Jon
    "Expert for hire"

  • How to populate list of values on screen load

    Hi all,
    I have a list of values based on another field (ANOTHER_FIELD).
    e.g.
    select value d, value r
    from table_name
    where id = :ANOTHER_FIELD;
    ANOTHER_FIELD has default value.
    But when the screen is opened the list of values doesn't get the default value and the list of values is empty.
    Just when submmiting the form, the list of values is populated.
    Please tell me how can I populate the list of values on screen load.
    Thanks!

    Hi,
    So, you have created a computation for ANOTHER_FIELD but the related list still does not get any values? And, the default value for ANOTHER_FIELD is a valid value that can be used to populate the related list?
    Have you set anything for the "Display Null" settings for the related list? Or, is the default value a value will always be in the list?
    Andy

  • How to populate Lists ?

    I have the following table ADRESSES :
    Create table adresses(
    code varchar2(3) NOT NULL,
    type char(1),
    nom1 ...,
    adresse ...,
    cp ...,
    localite ...,
    primary key (code));
    I want to poulate my list with all the code from the ADRESSES table.
    So, I have created a Record Group 'GROUPE_CODE' with the following SQL statement :
    "select code, code value_code from adresses
    order by code"
    Then I have created the procedure for the update of my List.
    PROCEDURE MAJListeCode IS
    groupeID RecordGroup := Find_Group('GROUPE_CODE');
    listeID Item := Find_Item('Liste_code');
    BEGIN
    IF Populate_Group(groupeID) <> 0 THEN
    MESSAGE ('Impossible de remplir dynamiquement la liste');
    RAISE Form_Trigger_Failure;
    END IF;
    Clear_List(ListeID);
    Populate_List(listeID,groupeID);
    END;
    And finally, I call this procedure in a WHEN NEW FORM INSTANCE trigger.
    But it still doesn't work, I have a FRM-41337 error .. saynig "Cannot Populate the list from group record"
    Could someone help me ?
    Tx in advance,
    Xav.
    null

    Currently using Forms version 6.0.8.21.3 with PL/SQL version 8.0.6.3.0. Is this concoction of products able to populate a list item based on a query based on a table function? I am trying to use the Forms built-in create_group_from_query, with below select-statement, which works fine on SQL Plus (8.0.6.0.0):
    select to_char(pdt_id), sdesc
    from table(get_priceplan_type(2, 47, 1, sysdate))
    In Forms it does not work. An FRM-30351 (No list elements defined for list item) is shown, yet the form is generated "successfully". Any help is much appreciated.
    Kind regards,
    -victorbax-

  • How to populate list item depending another

    hello all,
    Am newbie to using Oracle forms 6i i have 3 list items namely CITY_NAME, STATE_NAME ,COUNTRY_NAME and i want to display city_name depending on state_name and display state_name depending on country_name... help me

    Hi
    Pls Study , try & Test the following...
    http://andreas.weiden.orcl.over-blog.de/article-28957008.html
    Hope this helps...
    Regards,
    Abdetu...

Maybe you are looking for

  • Free cost goods tracking

    Hi MEntors I am sending one projector to one  person to test it. then it's t's ok back to us. Here no cost will effect and .track the generator ( should not be pick any a/l accounts) How can I map this scenario in sap thanks for advance. Regards Laxm

  • Windows 7 Pro 64-Bit on Early 2008 iMac - No CD/DVD Driver error

    Hi, I'm trying to install Windows 7 64-bit on my early 2008 iMac and its failing at the point after I click "Start Install" in the Windows 7 installation. Its complaining that I don't have the required CD/DVD drivers, and prompts me to insert a disk/

  • XP Service Pack 3 cripples live drive

    % Once I upgrade to service pack 3 my li've dri've no longer works. I have tried reinstalling the creative drivers, but Windows seems to re-install broken drivers. After upgrading to service pack 3 none of my li've dri've inputs (mic/line2) show up i

  • Do I need to uninstall FP 10.3.181.34 before installing FP11 Beta?

    Hi All, I am running Windows 7 Ultimate X64, SP1, IE9 with all updates current.  All videos currently play correctly on CNet and You Tube. Do I need to uninstall FP 10.3 before installing FP 11? Thanks, Jim

  • Hindi font half letters getting converted

    Hi, I have some text in Hindi language that should appear as क्या appears as क् या which is not the way I want. I am embedding fonts, but however flash is auto converting the "half letters". These sentences are getting read from an XML (which is UTF-