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

Similar Messages

  • How to transfer a set of data from Excel spread sheet to an Access database

    hi,
    Can any one please tell me how to transfer a set of data from Excel spread sheet to an Access database using SQL query.I'm using java API currently. I have done all sorts of ODBC connection in administrative tools.The file is in correct location. I have done certain coding but with errors.Help me to get rid of these errors,
    Coding:*
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection datacon=DriverManager.getConnection("jdbc:odbc:exdata","",""); *//For Excel driver*
    Connection datacon1=DriverManager.getConnection("jdbc:odbc:stock1","",""); *// For mdb driver*
    Statement datast=datacon.createStatement();
    Statement datast1=datacon1.createStatement();
    ResultSet excelrs=datast.executeQuery("select item_code,sdata,closing_stock from phy "); *//phy is the excel file*
    while(excelrs.next())
    String ic=excelrs.getString("item_code");
    System.out.println(ic);
    String d=excelrs.getString("sdate");
    double cs=excelrs.getDouble("closing_stock");
    int dbrs=datast1.executeUpdate("insert into second values('"+ic+"','"+d+"',"+cs+")"); *//second is the mdb*
    excelrs.close();
    }catch(Exception e)
    System.out.println(e);
    Error:*
    java.sql.SQLException: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'C:\JavaGreen\phy.xls'. Make sure the object exists and that you spell its name and the path name correctly.
    thanks,
    kumar.

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • How to delete master data of materials from sap tables

    how to delete master data of materials from sap tables...its needed now.
    i know its not recommended but still we need to do this. give me the best possible approach.
    regards,
    suneetha

    Hi,
    I would suggest you not to write your own code to delete the entries.
    BAPI_MATERIAL_DELETE, this would mark all materials selected for deletion. But still the material would exist in SAP.
    Another solution: Delete a material manually and in another session execute the transaction SM04. This would display the tables which get locked when you do the operation, Then you can write your own code to delete the material numbers from all the related tables.
    Regards
    Subramanian

  • How do I stop my ipod touch from cycling from the slide to unlock screen to the black screen with the cycling gear? It does this every two seconds.

    How do I stop my iPod touch from cycling from the slide to unlock screen to the black screen with the cycling gear? It does this every two seconds.

    If not successful try the remaining items of
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • How to exclude the PO matched invoices from entering the Approval Heirarchy

    Hi,
    How do you exclude the PO matched invoices from entering the Approval heirarchy?
    I refered to the note [ID 337714.1], wherein it states that the "In the workflow definition file - apfiawie.wft - the attribute EXCLUDE_PO_MATCHED is to be set to 'Y'".
    When I open the file in the workflow builder, I am not able to modify the attribute as mentioned in the note.
    Can anyone please give a solution to this problem as all the invoices are getting in the approval workflow.
    Thanks & Regards,
    Atul

    Dear All,
    If anybody face the same issue pls give us solution.
    Thanks,
    Atul

  • How to get the list of materials from Sap r/3

    Hi Experts,
    I have one doubt, here iam implementing
    HTTP TO RFC scenario.
    My doubts are------
    1. Should we create DT MT MI and all (OR) not
    2.In Request DT how the message structure wil be to get the list of materials from sap r/3 system as Response(Ex: Fields in the source structure).
    3.Or the second thing is how to get the list of materials start with some alphabate.
    Please reply me for each and every questions mentioned above. Please clarify me.
    Helpful answers wil be rewarded.
    Reagards
    khanna

    Hi Khanna,
    <i> 1. Should we create DT MT MI and all (OR) not</i>
        Yes U need to create for HTTP site...for RFC U need to import..
    <i>2.In Request DT how the message structure wil be to get the list of materials from sap r/3 system as Response(Ex: Fields in the source structure).</i>
        You create your own structres for Request and respoce.. and Map it with RFC..
    <i>3.Or the second thing is how to get the list of materials start with some alphabate.</i>
        I think it will come with acending order....
      for more help go through this link
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    regards,
    Ansar.

  • How to copy a set of tables from a database to another periodically?

    We have a 4 node RAC primary database(10.2.0.2) with a physical standby(10.2.0.2) on our production site. Offlate we noticed that one of the applications(APP2) is causing heavy loads due large data downloads on the primary database servers. Our primary database has 2 schemas,
    1) one being the main schema with all objects, (USER1)
    2) and the other has views that query some set of tables from the main schema. (USER2)
    The application APP2 uses USER2 views to query and download huge data periodically. We need to be able to give accurate data results to APP2, but in the same time take off the load from the database, as APP2 is not our main application.
    We would like to know if there are any cost effective options in oracle to do this, and if so, what is the best option? Anyone has any experience setting up something like this before?
    We have thought of creating another 10.2.0.2 database on a different server and giving it regular updates(like data feeds) from the current database. The current database data changes quiet often, so the data feeds would have to be done often to keep the data current on the new database. So, we are not exactly sure how to go about it. Would a COPY command help?
    Please advice.

    user623066 wrote:
    Our 4 node RAC is already busy with our main application, which has its connections spread across all 4 nodes.
    Our main applications services are the same on all nodes and use all 4 nodes in the same way.
    There are some other utilities that we run from one of the app servers that connect to only 1 of the nodes.
    APP2 uses all 4 servers, which is again controlled by connection pooling and distributes the load.Wouldn't separate services be more beneficial here? If APP2 is locked down to one node during normal operation, that ensures that other connections aren't going to be competing for hardware with APP2 on 3 of the 4 nodes. If APP2 is generating less than 25% of the total load, you can let the other applications use whatever hardware resources are left idle on the node APP2 is locked down to.
    By Large data downloads, I meant both increase in network traffic and the CPU load on the database nodes.
    We are already using resouce manager to limit the resources allocated to USER2 that APP2 uses.
    And we have also limited the large downloads to take place in the early hours of the day when the traffic from our main application is less.
    But this has still not been optimal for the usage requirements for APP2. APP2 is also doing queries all through the day, but has a limit for the number of rows downloaded during peak hours.Can you explain a bit more about why using Resource Manager hasn't been sufficient? That's normally a pretty good way to prevent one hungry user from drastically affecting everyone else. Perhaps you just need to tweak the configuration here.
    Logical Standby seems a good option. But we need to keep our physical standby in place. Is it possible to have a logical standby and a physical standby? (ofcourse on separate servers)Sure. You can have as many standby servers of whatever type you'd like.
    Could we use a COPY command to copy data for the set of tables to a new database? Or is that also a complex option?You could, yes. COPY is a SQL*Plus command that has been depricated for copying data between Oracle databases for quite a while. It only works from SQL*Plus and would only be designed for one-time operations (i.e. there is no incremental COPY command). I can just about guarantee that's not what you want here.
    How do materialized views work? Wouldn't they still reside on the main database? Or is it possible to have remote materialized views?You probably don't want materialized views, but if you decide to go down that path
    - You'd create materialized view logs on the base tables to track changes
    - You'd create materialized views on the destination database that select data over a database link back to the source database
    - You'd put those materialized views into one or more refresh groups that are scheduled to refresh periodically
    - During a refresh, assuming incremental refreshes, the materialized view logs would be read and applied to the materialized views on the destination system to update the materialized views.
    Justin

  • How to exclude Table`s  scroll bar from Drag Source

    Hi
    i have an af:table inside other af:table as its column like below sample
    and user can drag inner table and drop it to other row of outer table but when user click on the scrollbar of inner table to scrolling the inner table selected as drag source and user con not scroll inner table
    so is it possible to exclude scroll bars of table from drag source?
    depart Id
    Dep name
    Emp
    dep1
    IT
    emp Name
    emp email
    emp Tel
    jan
    [email protected]
    8990
    dav
    [email protected]
    8844
    dep2
    Finance
    emp Name
    emp email
    emp Tel
    smit
    [email protected]
    8745
    mary
    [email protected]
    8952

    Hi,
    Always mention your JDev version.
    As Timo mentioned, it would be easier for you if you use a treeTable. Any specific reasons why you don't want to use it? If you want to do it through iterator, you could also use a grid layout (depends on your JDev version) to make it look like a grid.
    -Arun

  • How to exclude sub sites in navigation from C# code

                                                                
    Hi,
    I need show Global navigation items in custom web part, below code is returning global navigations with sub sites. 
    how to exclude sub sites and return only global navigation items links?
    using (SPSite spsite = new SPSite(SPContext.Current.Web.Url))
                        using (SPWeb web = spsite.OpenWeb())
                            SPNavigationNodeCollection colletion = web.Navigation.TopNavigationBar;
                            foreach (SPNavigationNode navigationNode in colletion)
    //Getting all global navigation nodes including sub sites
    please help me to resolve this.
    Thanks.

    This should work
    if(!web.isRootWeb){web.Navigation.GlobalNavigationNodes.Delete(navigationNode);web.Update()}
    Refer to the following post for more information
    http://www.learningsharepoint.com/2010/09/28/add-links-to-top-navigation-sharepoint-2010-programmatically/
    --Cheers

  • How to set movement or transfer block during Physical Inventory

    Hello Team,
    I was wondering if someone could help with how to set
    Material Movement block for the entire plant during physical inventory.
    I will appreciate any input.

    The inventory process in general in equal.
    creating document - printing documents - counting - enter count - (recount) - post difference.
    It is just the step of creating documents which differs between MI01 and MI31.
    MI01 wants that the user to enters the material to be counted manually.
    While in MI31 you have a huge selection screen, that allows you to create inventory documents for several location at the same time, while SAP  takes the materials according to your selection criterias.
    MI31 can be executed to create the documents directly or by batch input, in earlier releases it was only possible thru batch input.

  • 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

  • Bogus print from cycle count batch job

    Hi all,
    We are using cycle count process for certain materials.
    Two std batch jobs are used for this purpose.
    1. To create cycle count document in the system.
    2. To print created cycle count document.
    For last few days we are facing a strange problem. Cycle count print job is printing some documents which are not available in SAP Environment. (Tables IKPF and ISEG)
    Any pointers to solve the issue would be helpful.
    regards,
    Parshuram

    check the settings made for the print job.
    Use SM37 find your print job. Click the step button.
    What program do you use?
    put your cursor onto  the step line, then choose from menu GOTO > Variants.
    What selection criteria are used in the variant?

  • FB60, How to exclude a G/L account from being selected ?

    This is a continuation of a previous thread that was closed by accident!!
    The original question hasnu2019t been answered yet.
    Question
    =======
    I am in need to EXCLUDE a specific G/L account from being selected, from the drop down list, when executing FB60 (Enter Vendor Invoice) to create a new vendor invoice ?
    1) Is this doable ?
    2) Could this be done programmatically (ABAP team) ?
    3) Could this be done at Security Role level (Basis & Security ABAP team)  by using the field BRGRU of the F_BKPF_BES Authorization Object ?
    I have received so far very useful remarks from Paul01, Mauri, SAPFICO, Mohammed Zia, and Sudhaker Gogula.
    THANK YOU ALL!
    Here are my answers to each one:
    To Mauri:
    ========
    YES, we define the authorization Group via FS00 --> Control data, which means the relevant authorization object will be F_BKPF_BES.
    As I said earlier, the corresponding field will be BRGRU and and not BEGRU.
    Then the question is, WHICIH AUTHORIZATION GROUP DO I SET, for the value of BRGRU, there are thousands !!
    To Mohammed
    ============
    How do I "block that GL account for postings in GL master record" ??
    Programmatically (ABAP) or via Security Role(s) ?
    To Sudhaker
    =========
    Could you please elaborate the solution USE VALIDATION.
    I am not familiar with that!
    Is it something that ABAPers do ?
    Could something be done by using Authorization Groups // Authorization Objects ?
    Thank you all, in advance for your comments/ideas/solutions!
    Best regards,
    Tom

    Dear Tom,
    if You insert an authorization Group into FS00 then You should create a role by transaction PFCG to link to Your user.
    Then You have to link to this role the transactions You want the user to use and into the Authorization TAB, You have to insert the relevant intervals of Authorization group, excluding the one to which the user cannot post to:
    Changed    Accounting Document: Account Authorization for G/L Accounts
    Maintained Accounting Document: Account Authorization for G/L Accounts
       Activity                       Create or generate
       Authorization Group            HERE!!!!!!
    Then You have to save and to generate.
    Anyway the easier way, in my opinion, is to build up a validation by OB28 at line item (call up point 2) and define an error
    message in case the use should use the G/L Account in question.
    example:
    Prerequisite
    BKPF-BUKRS = 'MAO1' AND SYST-TCODE = 'FB60'
    Check
    BSEG-HKONT = '160000'
    Message
    Message type   E         Message class     Z1
    Message number  032
    Message text    Please don't use the G/L account 160000
    I hope this can help You.
    Mauri

  • How to Get and Set personalization data from Iview with Java Webdynpro ?

    Hi All,
    I'm trying to get Iview properties from an Iview in the portal, did anyone knows how to do this?
    sample caode?
    Thanks,
    AmitY

    You can use PCD API to access iView properties
    Check this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/314ae7a5-0c01-0010-c198-9c7c5e8cee46
    /people/daniel.wroblewski/blog/2006/08/15/pcd-ii-creating-portal-objects

  • How to exclude invoices matched to receipts from approval workflow (APINV)?

    I am trying to exclude the approvals for invoices matched to receipts. is this something possible?
    Thanks,

    I set the value "NO" to exclude PO matched invoices attribute so that the workflow will consider sending approvals to PO matched invoices. But the requirement is, if an invoice is matched to a receipt then I don't want the workflow to be kicked off.

Maybe you are looking for