WM Pick mateiral pick / movmenet stragety could setup on bin level ?

Hi experts
  Now we hope to setup on location as two location type , like one place cny mateiral , another is USD material. Is that possible to setup pick mateiarl stragety in sap on bin level ? like bin a is empty , then print TO to move mateiral to Bin B?
for different location type , it could setup different bin number and physcial location ,right?
Thanks
ALice

Putaway and picking stretagy is defined at storage type level, not at bin level.
In your scenario, you can setup replinishment process. The process is as follow:
Replenishing Fixed Bins in the Warehouse
Usage
The replenishment function is used to fill up the stock in fixed bins. The system first creates transfer requirements for the quantities needed. Afterward, you process the transfer requirements to create transfer orders according to the procedures you would normally use to carry out stock movements in the WM system.
Basically, you have two separate replenishment functions at your disposal.
The first function "Replenishment for Fixed Bins" calculates the replenishment quantities that are required to keep stock at appropriate levels in the warehouse in order to be able to meet the requirements as given by the current stock situation and the entries in the material master.
The second function "Replenishment Planning for Fixed Bins" plans the stock replenishment for the fixed bins in that not only the current stock situation is considered, but also future stock picks are taken into account. Here the system includes pending deliveries with fixed bin picking in the calculation process.

Similar Messages

  • Expense Report not routed to Prepay Auditor when PrePay Auditor is setup at header level

    Expense Report not routed to Prepay Auditor when PrePay Auditor is setup at header level, I have attached screenshots of my setup.
    ER is routed correctly if PrePay Auditor is setup at line level.
    Why am I not able to route to header level approval stage?
    I am on Peoplesoft 9.2 Image 10.
    Thanks,
    Jyothsna

    Well, I found something that worked for me.
    I found a blog post by Ryan Nielsen and it included these instructions:
    Original Post
    Article Text:
    Reporting Services - Unable to Connect to Remote Server Error After a restart reporting services, you may come up with Unable to Connect to Remote Server Error when navigating to the web access. Typically an issue like this occurs in the RSWebApplication.config. This file is located in the ReportManager Folder (Example: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager) I checked the <reportserverurl> and <reportservervirtualdirectory> tags were the same as before.
    <ReportServerUrl></ReportServerUrl>
    <ReportServerVirtualDirectory>ReportServer</ReportServerVirtualDirectory>
    <ReportBuilderTrustLevel>FullTrust</ReportBuilderTrustLevel>
    After changing the ReportServerUrl tag to contain both the server URL and the virtual directory, it could then connect to the remote server.
    <ReportServerUrl>http://Server/ReportServer/</ReportServerUrl>
    <ReportServerVirtualDirectory></ReportServerVirtualDirectory>
    <ReportBuilderTrustLevel>FullTrust</ReportBuilderTrustLevel>
    No IP addresses were added or was any IIS settings that I could tell. Leaving the ReportServerUrl tag blank should allow for it to find the server locally.
    End Article Text
    I did this and restarted the Reporting Services service and it now works without a problem.
    I hope this helps someone.
    JB

  • [SOLVED] "warning: could not find /bin/bash, starting /bin/sh instead"

    Hello all.
    I've just installed arch, despite very little knowledge of linux (i had ubuntu for a short while before this), but I like a challenge so i thought i'd throw myself in at the deep end.
    The installation went reasonably smoothly, but now i've got it up and running (with a minimal KDE install) but when I open up the konsole, I get the message
    "Warning: Could not find '/bin/bash/', starting '/bin/sh' instead. Please check your profile settings."
    and subsequently I cannot "su jake" (jake being my username, obviously). It requests my password, but when i press return I get the response
    su: /bin/bash/: Not a directory
    which means i've obviously done something wrong, but I cant make head nor tail of the archwiki on Bash, and from googling, I cant find anyone with a similar issue. I can run from root, but it's not ideal.
    Thanks for any response as to why this might be happening, and how to fix it.
    Last edited by hansolo128 (2012-04-24 08:55:37)

    @oxyd
    sh-4.2$ cat /etc/shells
    # /etc/shells
    /bin/sh
    /bin/bash
    # End of file
    root:x:0:0:root:/root:/bin/bash
    jake:x:1000:100::/home/jake:/bin/bash/
    the output of /etc/passwd is
    root:x:0:0:root:/root:/bin/bash
    bin:x:1:1:bin:/bin:/bin/false
    daemon:x:2:2:daemon:/sbin:/bin/false
    mail:x:8:12:mail:/var/spool/mail:/bin/false
    ftp:x:14:11:ftp:/srv/ftp:/bin/false
    http:x:33:33:http:/srv/http:/bin/false
    nobody:x:99:99:nobody:/:/bin/false
    dbus:x:81:81:System message bus:/:/bin/false
    jake:x:1000:100::/home/jake:/bin/bash/
    usbmux:x:140:140:usbmux user:/:/sbin/nologin
    mysql:x:89:89::/var/lib/mysql:/bin/false
    kdm:x:135:135::/var/lib/kdm:/bin/false
    avahi:x:84:84:avahi:/:/bin/false
    moving my home directory from /bin/bash/ to /bin/bash on the line of my username now allows me to su jake, but it doesnt solve the warning that /bin/bash/ doesnt exist.

  • System is not picking up approvers from BADI in Item level workflow

    Hi All,
    My problem is that
    1. when I creat the shopping cart the system is picking up the correct approver from BADI and showing it in approval preview.
    2. My first level approver is a general task so Workitem going to the correct persons.
    3. after first level approver I am fillng approver in BADI for 2 nd level.
    4. But after first approval the SC is directly getting approved finally as system is not picking up approvers from the BADI.
    I dont understand the problem. even We applied SP9 as well, but the problem is not resolved.
    Please suggest something.
    Thanks
    Smita

    Hi ,
    I am pasting the code of my BADI.  Let me know if i need to do some changes.
    Regards,
    smita
    if lv_wf = '4'.
    1st approval step executed for indices 1 and 0
          IF actual_approval_index LE 1.
    First approval step (General task)
    endif.
    2. approval step executed for indices 2,1 and 0
          IF actual_approval_index LE 2.
    *break-point.
    **get the approver for the commodity
             LOOP AT lt_item INTO ls_item WHERE del_ind IS INITIAL.
    We consider only items, which are not deleted (del_ind = 'X')
    Set the product category
                MOVE ls_item-category_id TO lv_call_value1.
    Find the approver of this item based on the customizing table ZCOMMODITY
    CALL FUNCTION 'ZWF_COMODITY_ITEM_APPROVAL_GET'
       EXPORTING
         SC_GUID                          = ls_header-guid
         ITEM_GUID                        = ls_item-guid
       APPROVAL_DESCRIPTION             =
        HIDE_ITEMS_NOT_RESPONSIBLE       = 'X'
         CRITERION1                       = 'COMMODITY'
         CATEGORY_ID                      = ls_item-category_id
         ITEM_VALUE                       = ls_item-VALUE
         APPROVAL_INDEX                   = '2'
       CHANGING
         APPROVAL_TABLE                   = approval_table
         ITEM_APPROVAL_TABLE              = item_approval_table
        ITEM_APPROVAL_OBJ                = item_approval_obj
    endloop.
    *ELSEIF actual_approval_index EQ 2.
    don't process 2nd step
             no_further_approval_needed = 'X'.
    endif.
    endif. " if lv_wf = '4'.
    FUNCTION ZWF_COMODITY_ITEM_APPROVAL_GET.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(SC_GUID) TYPE  BBP_GUID
    *"     VALUE(ITEM_GUID) TYPE  BBP_GUID
    *"     VALUE(APPROVAL_DESCRIPTION) TYPE  BBP_STEP_DESCRIPTION OPTIONAL
    *"     VALUE(HIDE_ITEMS_NOT_RESPONSIBLE) TYPE  BOOLEAN OPTIONAL
    *"     REFERENCE(CRITERION1) TYPE  BBP_WFL_APP_CRITERION
    *"     VALUE(CATEGORY_ID) TYPE  ZBBP_CATEGORY_ID
    *"     VALUE(ITEM_VALUE) TYPE  BBP_VALUE
    *"     VALUE(APPROVAL_INDEX) TYPE  SWH_NUMC10
    *"  CHANGING
    *"     REFERENCE(APPROVAL_TABLE) TYPE  BBPT_WFL_APPROVAL_TABLE_BADI
    *"     REFERENCE(ITEM_APPROVAL_TABLE) TYPE  BBPT_WFL_ITEM_APPROVAL_BADI
    *"     REFERENCE(ITEM_APPROVAL_OBJ) TYPE  BBPT_WFL_ITEM_APPROVAL_OBJ
    *"       OPTIONAL
    this Function Module is for getting the commodity approvers
    for the commodity items, in the Shopping cart
      DATA:
        ls_approval_table      TYPE bbp_wfl_approval_table_badi,
        ls_item_approval_table TYPE bbps_wfl_item_approval,
        ls_approval_def        TYPE bbpt_wfl_lia_def,
        ls_item_approval_obj   TYPE BBPS_WFL_ITEM_APPROVAL_OBJ.
      DATA:
        lv_app_obj_guid   TYPE bbp_guid_32,
        lv_is_new_approval_object TYPE boolean.
    **structure for commodity data
    data : ls_commodity type zcommodity.
    data : lv_value1 type BBP_WFL_APP_PROPERTY.
      CONSTANTS:
          c_agent_is_user TYPE otype VALUE 'US'.
    First find the right approval object the item belongs to.
    All items of an approval object are approved togheter in
    this approval step, and therefore only one workitem is
    created for this items. IF possible use this standard function
    BBP_WFL_DIN_APP_OBJ_GET for creating the approval object.
    lv_value1 = category_id.
    CALL FUNCTION 'BBP_WFL_DIN_APP_OBJ_GET'
      EXPORTING
        SC_GUID                      = sc_guid
        CRITERION1                   = criterion1
      CRITERION2                   = ''
      CRITERION3                   = ''
       VALUE1                       = lv_value1
      VALUE2                       = ''
      VALUE3                       = ''
    IMPORTING
       APPROVAL_OBJ_GUID            = lv_app_obj_guid
      IS_NEW_APPROVAL_OBJECT       =
      TABLES
        ITEM_APP_OBJ                 = item_approval_obj
                  CALL FUNCTION 'BBP_WFL_DIN_APP_OBJ_GET'
                    EXPORTING
                      SC_GUID                      = sc_guid
                      CRITERION1                   = criterion1
                     CRITERION2                   = ''
                     CRITERION3                   = ''
                     VALUE1                       = lv_value1
                     VALUE2                       = ''
                     VALUE3                       = ''
                     IV_ITEM_VALUE                = ITEM_VALUE
                   IMPORTING
                     APPROVAL_OBJ_GUID            = lv_app_obj_guid
                     IS_NEW_APPROVAL_OBJECT       =
                    TABLES
                      ITEM_APP_OBJ                 = item_approval_obj.
    CALL FUNCTION 'BBP_WFL_DIN_APP_OBJ_GET'
       EXPORTING
         sc_guid                 = sc_guid
         criterion1              = criterion1
      CRITERION2              = ''
      CRITERION3              = ''
         value1                  = category_id
      VALUE2                  = ''
      VALUE3                  = ''
      IMPORTING
    If 2 items of the same shopping cart have the same
    values for the criterias, this function returns the
    same (!!!) approval object guid
        approval_obj_guid       = lv_app_obj_guid
       TABLES
    This table saves the criterias  for which the approval object
    was created. For example:
    |approval object1| "cost center" | 1000   |
    |approval object2| "cost center" | 1200   |
    |approval object3| "prod categ " | office |
        item_app_obj            = item_approval_obj
    Check if this approval object already exists in the approval
    table
      READ TABLE approval_table INTO ls_approval_table
              WITH KEY approval_object_guid = lv_app_obj_guid
                       approval_index       = approval_index.
      IF sy-subrc EQ 4.
        lv_is_new_approval_object = 'X'.
      ENDIF.
      IF lv_is_new_approval_object = 'X'.
    Now read your own approval table based on your criteria's
    **now check whether the category id is a commodity material and
    *find the responsible person for that and
    *check if the amount of item is falling in the approval limit of the comodity manager
    select single * from zcommodity into ls_commodity
    where CATEGORY_ID = category_id
    and ( ZFROMAMT <= item_value and ZTOAMT >= item_value ).
       SELECT * FROM bbpt_wfl_lia_def
                INTO CORRESPONDING FIELDS OF ls_approval_def
                WHERE
                      app_crit_name1  = criterion1 AND
                      app_crit_value1 = value1
       ENDSELECT.
        IF sy-subrc NE 4.
    Fill approval table (who is responsible for which approval
    object in which approval step)
          ls_approval_table-approval_index       = approval_index.
         CONCATENATE c_agent_is_user ls_approval_def-approval_agent1
                                 INTO ls_approval_table-approval_agent.
    CONCATENATE c_agent_is_user ls_commodity-person
                                  INTO ls_approval_table-approval_agent.
          ls_approval_table-name = ls_commodity-name.
          ls_approval_table-approval_description = approval_description.
          ls_approval_table-approval_object_guid = lv_app_obj_guid.
          ls_approval_table-hide_items_not_responsible =
                                  hide_items_not_responsible.
          APPEND ls_approval_table TO approval_table.
         IF ls_approval_def-approval_agent2 IS NOT INITIAL.
    Second approver for the same workitem exists
           CONCATENATE c_agent_is_user ls_approval_def-approval_agent2
                               INTO ls_approval_table-approval_agent.
           ls_approval_table-name = ls_approval_def-agent_string2.
           APPEND ls_approval_table TO approval_table.
         ENDIF.
        ENDIF.
      ENDIF.
    Fill item table (Which items belongs to which approval object)
      ls_item_approval_table-approval_object_guid = lv_app_obj_guid.
      ls_item_approval_table-approval_item_guid   = item_guid.
      APPEND ls_item_approval_table TO item_approval_table.
    **Fill Item approval object
    ls_item_approval_obj-sc_guid = sc_guid.
    ls_item_approval_obj-APP_CRIT_NAME1 = CRITERION1.
    ls_item_approval_obj-APP_CRIT_VALUE1 = CATEGORY_ID.
    ls_item_approval_obj-APPROVAL_OBJECT_GUID = lv_app_obj_guid.
    append ls_item_approval_obj to ITEM_APPROVAL_OBJ.

  • Picking multiple quants from one storage bin

    Hello all,
    I have a client that purchases copper wire in pallets that are stored initially in storage bins.  During goods issues to production the pallets are split up and, when material is put back in the warehouse,  storage bins end up with multiple quants that are partial pallets.  When they issue goods, the system, using FIFO, picks quants from multiple bins even though one bin has sufficient quantity.  That forces the warehouse staff to pick from multiple bins rather than one. 
    Is there a way to make the system pick all of the material from a single bin even if there are multiple quants?
    Thanks,
    Ross

    Strategy A: Partial Quantities First  
    With this picking strategy the FIFO principle is overridden in order to optimize the management of stock in the warehouse
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c6/f844b74afa11d182b90000e829fbfe/frameset.htm

  • Cannot pick up quantities anymore at sales order level or at delivery level

    Dear Gurus,
    For some reasons I do not seem to be able to pick up quantities from the shipping tab of the sales order prior to making a delivery nor to be able to pick them at delivery level when doing VL01.
    This is the message I get from the system:
    12788     100     Material 340000000000000003 does not exist in storage location BER1 ST1
    12788     100     Stor.loc.  was deleted since material is not maintained correctly     
    However I have checked my material in MM02 and you can clearly see that it is maintained in Storage Location ST2 and not ST1
    and that there is enough stock.
    Can you please help me understand where does the problem come from.
    Thanks
    Chris

    hi,
    please use VL01n for creating delivery.
    please check for teh plant BER1 there is storage location ST1 or not.
    please check teh assignment of plant to storage location where for BER1 which SL is assigned.
    it is mentioning that the stock & material is not existing in ST1.
    regards,
    balajia.

  • Could setup the email exch. account in an Iphone but NOT in an Ipod TOUCH

    I have an Ipod Touch since 2007. I bought the 2.1 iphone software a couple of months ago, so I tried to configure the email exchange account of my job. I followed all the steps of the user's gide but it dindn't work.
    A friend of mine that works with me just bought an Iphone, I did the same steps for her and it DID work!
    I've already restored the ipod touch software but It keep not working.
    Indeed I have installed the company certificate profile...
    How can I resolve this problem? I went to the APPLE store and they told me that they have heard some of this issues before and it is supposed to get working restoring the ipod touch software.

    No, you should have Restrictions OFF.
    Computer's iTunes > Preferences > Parental Preferences > everything should be unchecked.
    Are the songs also on computer's iTunes?

  • Could setup VPN but could not connect to the server behind Windows

    Hello, 
    Server 1 and Server 2 are directly connect with cable. Server 1 has 2 NIC.
    I want to configure the following network, already have done most of the steps.
    Install the Role “Network Policy and Access Services.My
    router is configured to assign ip to NIC1 and Linux server. I enabled IP forwarding in Win server from registry. My clients are able to connect to
    VPN ->  and ping Server 1. But they are unable to ping Server 2 through VPN. But
    I am able to ping Server 2 directly from Server 1. Are Server 1 and Server 2 not in same LAN ? Should not outside users be able to ping Server 2 after successful VPN connect  ?
    Please help with conceptual errors.

    Hi,
    According to your description, my understanding is that VPN client failed to ping internal devices after connecting to VPN server.
    Ping command is used to detect network or host communication failures and troubleshoot common TCP/IP connectivity problems by sending ICMP echo request messages and record the receipt of ICMP echo reply messages. Turn off firewalls and protection software(if
    any) and then try to ping again. And, ping IP address instead of name.
    You have mentioned “enabled IP forwarding in Win server from registry”, since you have installed RRAS on VPN server, if you want the remote access clients to have access to resources on the intranet, I recommend you to enable NAT on VPN server.
    Besides, according to the picture, 2 NICs of VPN server and the Linux server are on the same sub network. In general, NIC 2 connects to internal network and NIC1 connect to external network. I recommend you to reference the link below for
    Step-by-Step Guide for Setting Up VPN-based Remote Access in a Test Lab(similar configuration with your VPN):
    https://technet.microsoft.com/en-us/library/cc757206%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • For PO output conditon, Could add po item level field as field catagory?

    Hi experts
      Now we need setup reuturn PO, use item return flag .if we create new output type for return po, How could we setup the ouptut condition? In current conditon, there is no return po flag field.
    Where we could extend this field ? for such po item field, it could be added or not ?
    Thanks
    Alice

    Hi
    Thanks a lot for your help.  if we craete new document type for return PO, It will be big works, we have po document type for each Region. one more docuemnt type will make more work and confuse for users .
    Like Contract / cost assignment PO, it only give the po item flag.which use same output to print the PO?
    Does sap have the same function?
    Thanks
    ALice

  • How to Setup Batch Management Level (Material vs Client)

    Hi Experts,
    I had a question about the level at which I should be setting up Batch Management. The requirements that we have are:
    - We want uniqueness in the batch being created.
    - We have split valuation active at the Batch Level.
    Hence, we have nailed down to the following 2 options: 1. Client level or 2. Material level. (I know that I will not be using Plant level because we do a lot of STO's and we do not want to lose the characteristics in the Batch at the plant level. So the plant level is out of scope.)
    Client Level: Although the client level gives us the uniqueness and supports most of our requirements, my fear with going at the client level is that it is too rigid and MAY cause problems in the future. Is that true? What would be issues/ concerns that you have faced when you have had Batch Management activated at the client level.
    Material Level: If I setup the system at this level, I would like to be able to create a Batch number for a material across the entire client only once. E.g. MAT1 can have BATCH 123 only once across the whole client. MAT 2 can have BATCH 123 but the Material# and the Batch # uniqueness should be maintained thoroughly.
    I would like to try out this level but my problem is I am unable to understand and setup this level completely. I have gone through some pretty good discussion on this topic but still am unable to understand it thoroughly. The link to this discussion is (http://www.sapfans.com/forums/viewtopic.php?f=27&t=80407). If you refer to this link, it says u2013 Client/ Material Level. What does client/material level mean? Can you please help me understand it. Also, if I setup Batch management at this level, I would like the system to auto-generate numbers for me exactly as I have mentioned above. Is there a way to do so? I was trying to setup the BATCH_MAT number range object with the batch level at Material level but the system seems to always default to the BATCH_CLT level and give us numbers. Is there a way to fix the system to check the BATCH_MAT number range object and give the batch numbering per my requirements. What happens if I use the Material Level Batch management with BATCH_CLT number range object?
    Your help is highly appreciated.
    Edited by: TV_SINR on Jul 16, 2010 8:52 PM

    Check following customizing:
    Logistics General --> Batch Management --> Specify Batch Level and Activate Status Management
    If you want to change the batch level, you have to start conversion to activate the change.
    Note that you cannot reset conversion from plant level to a higher level, read the documentation for customizing of
    "Specify Batch Level and Activate Status Management".
    If you want to work with same batches for different materials, you should use "Batch unique at material level".
    Logistics General --> Batch Management --> Batch Number Assignment
    Here you can define how the system should create batch numbers.
    Best Regards, Dirk

  • How To Setup User Row Level Security In Answers From Values In Table

    I am trying to setup row level security when a user logs into BI Answers. Basically I want the user to create any report that they would like but only see the data that they are associated to being retrieved in the Answer Report results. I have users stored in an Oracle authentication table where they have multiple values for schools that they can view. I have data in my RPD file that contain tables with multiple rows for schools. What I would like is to capture the associated school values for the user logged into BI Answers and place a filter on the data being retrieved in the RPD file to only show rows for the user's associated schools. Can I add a WHERE clause on the Business Model and Mapping layer of the RPD that would retrieve the multiple associated schools in my authentication table and filter/match them (IN clause maybe) to the school values in the RPD data being retrieved?
    Thank you in advance for any information you my have to help me along,
    Kyle

    Turribeach,
    I appologize, I did not use those exact words to search on in the forum. I should have and what I did use didn't turn anything up for my situation.
    Thank you for the link. It helped me find the below link which describes the setup in detail and resolved my issue:
    http://oraclebizint.wordpress.com/2008/06/30/oracle-bi-ee-1013332-row-level-security-and-row-wise-intialized-session-variables/
    What I needed was a row-wise variable/initialization block that stored the multiple school values for my logged in user. I then edited the "Content" tab of the Logical Table Source with a WHERE/IN clause that filtered down the result set based on my variable/initialization block SQL query.
    This solution works great!
    Thanks again!

  • Dunning could not update dunning level in customer master data!

    Dear experts,
    I have an issue-that after I ran F150, it did not update dunning level in customer master data. The customer have an overdue invoice and the number of days reached the one of the dunning level. And I did not set the ammount limitation.
    Could anyone tell me the reason?
    Thank you in advance~
    Flora

    Hi Linda,
    You can block the items of a customer without blocking his account completely by allowing his account for dunning program.
    1. Allow the customer account for dunning
    2.Edit the dunning proposal and block the items individually to the customer and save.
    3.Now you can see the dunning notices for only unblocked items of the customer.
    Thank you,
    Ramesh.

  • Windows could not start block level backup engine service

    Hello,
                  Im
     trying to perform system state backup for one of the server its unable to run. Last week we have performed the system state backup without any issue.
    Operating System:2008
    OS Version: R2 Small Business Server 2011 x64 Edition Build 7600
    RAM-32 GB
    Following event ID is reported in the logs;
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          7/2/2013 2:25:35 PM
    Event ID:      754
    Task Category: None
    Level:         Information
    Keywords:     
    User:          SYSTEM
    Computer:      ABC
    The Block Level Backup Engine service has stopped.
    When we try to restart the Block Level Backup Engine service we get error as “Windows could not start the Block Level Backup Engine Service on Local Computer.
    Error 0x800700b7: Cannot create a file when that file already exists.”
    I have already restarted Virtual disk and Volume shadow copy service, but no luck.
    Any help in resolving this issue will be much appreciated.
    Thank you.
    Keshava

    All,
    Here is the solution which worked for me ;
    Services.msc >properties page of Block Level Backup Service Engine
    Changed to Log On tab
    Instead of Log On as Local System Account changed to Log On as
    [email protected] (select the account with admin creds), entered the password of admin and closed the properties page.
    Now restart the Block Level Backup Service Engine and re-run the job, backup completes without any issue.
    Thank you
    Keshava

  • Query to replace old report where I could type in an exe name and pick an OU for it to recurse

    In SCCM 2007 there was a report I always used that allowed me to type in a .exe and then specify an OU, and it would show me all computers in that OU and it's sub-OU's that had that file name, and show me the version of that file.
    I can't seem to find a report that allows that in SCCM 2012, so I'm wondering if someone out there has a query I could setup that would essentially provide the same data to me. 

    Thanks.  I think I did something wrong though.  Here's what I put into the wql box and it says I have a syntax error
    select s.Netbios_Name0,
     max(ou.System_OU_Name0) as OU
    , sf.FileName,
    sf.FilePath
    ,sf.FileVersion
    from v_R_System s
    join v_GS_SoftwareFile sf on sf.ResourceID=s.ResourceID
    join v_RA_System_SystemOUName ou on ou.ResourceID=s.ResourceID
    where ou.System_OU_Name0 like 'my.domain.com/MainOU/SubOuIWant%'
    and sf.FileName like 'firefox%'
    group by s.Netbios_Name0,
     ou.System_OU_Name0,
    sf.FileName,
    sf.FilePath
    ,sf.FileVersion

  • File is not getting picking UP by B2B

    Hi
    I have done a new trading partner setup and I have done below configuration for the new Trading partner. Please find the details
    Business Protocol = EDI X12 over Generic Exchange
    1) Delivery Channel
    2) Document Exchange
    3) Transports
    4) Transport Server
    And I have created below configuration at Host Trading partner side...
    1) Delivery Channel
    2) Document Exchange
    3) Transports
    4) Transport Server
    After droping the file File is not getting pickup by B2B. And I have tested the .trc file (trace file) and b2b.log file. No entries has been recorded.
    Is there any way I can debug to see why B2B is not able to pickup the file.
    Regards
    Kiran

    Ramesh
    We are sending 997 to our trading partners.
    I believe Host will pickup the file so I have sent up Host level delivery channel to pick the file and I have setup trading partner level Delivery channel to send 997 to them.
    Could you please let me know this is correct? If this is correct what could be the problem not able to pickup the file.
    Regards
    Kiran

Maybe you are looking for

  • IMac 24"  Performance/Ram

    Hi. I'm running a G5 2.0 w/2 gigs of Ram, ALS version about 11/2 yrs old and still runs great. Though totally solid and smooth in its operation, Its starting to feel a little slow now, especially since I like to use both Aperture and CS2. I also use

  • Network Adapter not working on Boot camp (windows 8)

    I have recenlty installed Windows 8 via Boot camp and every thing okay except Wireless connection not detect and I found that there is ? mark on Network adapter in the Device manger which means there is a problem installing the device. I have uninsta

  • Where is the Purchased tab in 2nd Generation iTouch's iTunes

    hello Peoples, I'm trying to get an SD version of a TV show on my iTouch using the cloud on iTunes (on the iTouch) but I can't find the purchased tab? Where is it! Would this have to do with restrictions? the tabs I have for iTunes are only: Music, V

  • No data pass in xcontrol

    Hello, It's the first time that I use XControls.  The xcontrol is working fine exept that I can't find a way to get my data out of the xcontrol.   I've attach the xcontrol to this message.  Can you tell me what I did wrong? Thank you, Attachments: Ac

  • Nodemanager not starting

    Hi All, I'm new to weblogic. I'm getting an error while starting weblogic node manager ==> ./startNodeManager.sh . Below is the error. Any help would be appreciated. CLASSPATH=/apps/oracle/bea/patch_wls1033/profiles/default/sys_manifest_classpath /we