Order of git checkout and resource copy

Hi all,
we have an Ooomph setup that is working quite fine with the following small exception:
* We want to copy a single file that is in our git repo to a certain location on disk
So we have a
* resource copy action
* git checkout action
However,
the git checkout action get started when the running eclipse is executed, but the resource copy action is executed by the oomph installer. That means that resource copy is executed before the git checkout action -> the file is obviously not there.
Is there anyway to influence the Oomph behaviour here?
Thanks,
Andreas

Am 23.07.2015 um 10:17 schrieb Andreas Graf:
> Hi all,
>
> we have an Ooomph setup that is working quite fine with the following small exception:
>
> * We want to copy a single file that is in our git repo to a certain location on disk
>
> So we have a
>
> * resource copy action
> * git checkout action
>
> However,
>
> the git checkout action get started when the running eclipse is executed, but the resource copy action is executed by
> the oomph installer. That means that resource copy is executed before the git checkout action -> the file is obviously
> not there.
>
> Is there anyway to influence the Oomph behaviour here?
Of course there is ;-)
*By default* the ResourceCopyTask can perform on all three triggers, i.e., BOOTSTRAP, STARTUP and MANUAL. For obvious
reasons the GitCloneTask can only perform on the STARTUP and MANUAL triggers.
In the advanced properties you can further constrain on what triggers your task is supposed to perform. Select "STARTUP,
MANUAL" there for your ResourceCopyTask and all should be good.
In general the hard-coded priority can also interfere but in your case both tasks have default priority, that means
their order of appearance in your model determines the perform order. If for some reason that doesn't suit your needs
you can, again in the advanced properties, influence the perform order by setting the predecessors or successors of a task.
I hope that helps ;-)
Cheers
/Eike
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper

Similar Messages

  • Copy KOB5 Grid to Variable and later copy to Excel

    Hi Experts,
    I have a situation, where I go to KOB5 by inputting a Order number in SAP, and later copy the contents of a Grid to Excel. This excercise continues for Many Records(ie., Order Numbers). Is There a way around where the Order Numbers are picked from Excel and the output is pasted in Excel back.
    I have written a script, it is picking up the Order numbers from Excel Sheet, but I am struck in pasting the Grid values back in Excel.
    '===========Leave this code alone===================
    REM Set up connection to the SAP screen:
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    REM Set up connection to the Excel data to be keyed into SAP:
    Dim objExcel
    Dim objSheet, intRow, i
    Set objExcel = GetObject(,"Excel.Application")
    Set objSheet = objExcel.ActiveWorkbook.ActiveSheet
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").text = "KOB5"
    session.findById("wnd[0]").sendVKey 0
    For i = 2 to objSheet.UsedRange.Rows.Count     'Assuming there is a header row
    '===========END Leave this code alone=====================
    '===========Declair your variables used here one for every column in your spreadsheet==============================================
    strOrder = Trim(CStr(objSheet.Cells(i, 1).Value))
    '===========End Declair your variables==============================================
    '<==Record actions in SAP using scripting tool and paste the code generated in this section=========================
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    session.findById("wnd[0]/usr/ctxtP_AUFNR").text = strOrder
    session.findById("wnd[0]/usr/ctxtP_DISVAR").setFocus
    session.findById("wnd[0]/usr/ctxtP_DISVAR").caretPosition = 4
    session.findById("wnd[0]").sendVKey 8
    session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").setCurrentCell -1,""
    Cell = session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").selectAll
    '====THIS IS WHERE I AM UNABLE TO COPY THE GRID TO VARIABLE====="
    set ns1=createobject("WScript.shell")
    ns1.AppActivate "Microsoft Excel"
    objSheet.Cells(4, 2) = Cell
    '====================================================================================>
    Next

    Hi ScriptMan,
    Almost there, but with few glitches..
    The script is taking only one value of the Grid, and putting it in Excel. My requirement is to have the whole Grid in Excel.
    I tried For condition too, but no Success..... Hope you can help me out.
    Hat's off to your contributions.
    set GRID = session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell")
    'RowCT = session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").rowCount
    GRID.setCurrentCell -1,""
    ROW = grid.currentCellRow
    For Row = 0 To RowCt-1
    CELL = GRID.getcellvalue (ROW, "WKGRES")
    Next
    set ns1=createobject("WScript.shell")
    ns1.AppActivate "Microsoft Excel"
    objSheet.Cells(i, 2) = Cell

  • 051 routine between sales order and delivery copy control

    Hi,
    The copy control routine 051 in copy control from sales order to delivery defines four combination criteria.
    1) delivery types same in config of sales doc type
    2) sales org same of the sales orders
    3) delivery indicator same
    4) billing type same as defined in sales doc type.
    my question is if i have the follwoing copy control defined between sales order and delivery :-
    sales       del           sales       deliv         bill      routine
    order        type         org        agreement       type     in copy ctrl
    type
    ZOR          ZLF          1000         SAME          ZF2         051
    ZTSD          ZLF          1000         SAME          ZF2         051
    my question is how will the routine combine  all the sales doc type into a single delivery.  my confusion is since the rotuine is attached to every combination of sales doc type and delivery type in copy control, how will the routine identify that it has to combine the sales doc type ZOR and ZSTD into a single delivery.
    one of the statements wriiten in routine 051 is that " check sales org is same for all document ". does this mean that the routine will identify sales orders with doc type ZOR only  if the routine is attached in config for copy contol between zor and zlf and  i remove the routine for copy control belwteen zstd and zlf.
    regards
    sachin

    Sales order is the order from your customer and delivery is when you are delivering the item.
    Shipping: In general  when the item is dispached from the warehouse, we can say the item is shipped,where as delivery is item/product reaching to the end customer.
    Hope it helps,
    Kiran

  • Iphoto question. I have 8 images in an event. One is out of order. I have tried to copy and paste, and to drag and drop, but I cannot get it to move. Can anyone help?

    I have an iphoto question. I have 8 images in an event. One is out of order. I have tried to copy and paste, and  i have tried to drag and drop, but it won't move. Any help?

    IPhoto forum:
    https://discussions.apple.com/community/ilife/iphoto

  • Viewing location and resource details in iCal

    Hi,
    I'm trying to better understand the use of the ICal Server Utlity for creating shared resources and locations. I'm still a SLS Server user (no plan to migration to Lion server soon), and all my users are using Lion.
    Simply put, I have rooms I'd like my users to reserve. I've created them in iCal Server Utility and I can see and reserve them in iCal, so that's fine.
    However, the locations (and resources for that matter) have extra "metadata" such as address, map, location, capacity and even a picture. But I've seen no way to let my users visualize this information. Browsing the directory through Address book does not return any of my resources so all this metadata seems lost.
    Is there a way to let my users access this info? For example, I'd expect my users to right-click the conference room in iCal and view the resources' details, but this clearly doesn't work... :-(
    Have any of you resolved this? Is an extra application required for this, e.g. browse the metadata of Open Directory locations and resources?
    Thanks.

    Hello
    If you are creating the orders using MRP, you should make sure that the field MRP is set to 1 on the source list. The field 'fixed vendor' is not relevant to MRP. When the vendor is selected from the source list, the purchasing organization should be also copied to the purchase requisition.
    The storage location will be copied from the respective field on the material master tab MRP2.
    Also take a look on the following document:
    MRP: Vendor is not selected and general problems on source determination
    BR
    Caetano

  • Itunes allows library to point to other folders and not copy files - WHY DOESN'T iPHOTO?

    Hopefully Terence Devlin and other experts will see this. I really am intrigued as to iphoto behaviour and seek some clarification.
    I just waded through 13 pages of an old thread that was locked where Terence kept saying iphoto was all one needed to work with one's photos and kept getting called on the fact he would not answer the question "where are my photos" (photos = files) because it was so darn dangerous for anyone to touch the actual files in the iphoto library.
    I have a use case I need help on and an example of Apple's utter inconsistency here.
    Inconsistency: iTunes lets me create a library all the while pointing to the original files that *I* have imported and structured in a given directory/folder stucture.  Yes it means I manually manage what is in itunes etc, but that's how I like it. The key thing is that itunes allows the choice to import (copy) files (which makes duplicate and doubles hard disk usage) or not.
    iphoto does not allow that option.
    I just converted to Mac from a PC and copied in over 100gb of photo files - some 16,000 photos. I import new pics to the Mac using Canon native software and store them accoring to a structure/taxonomy that *I* determine and want to control - not some software's predetermined idea of events or locations or whatever.  In itunes I can make 'music' an 'audiobook' or I can make a podcast 'music', I can edit the metadata to order things in the 'library' as *I* choose and the itunes library is coole with this without havign ANY of the soruce files in its library. Naively, I thought iphoto would follow a similar philosophy.
    Use case: I discovered that iphoto has some very effective functionality for management of my uploads and sets etc in Flickr, but to do so I have to import my pics, obviously. So I did import the whole 'Pictures' folder - not for a moment considering that Apple would be dumb enough to copy every pic and make a duplicate, or that I might not get the chance to say yes or no to this in the settings, as per itunes.  Having looed for that optin and failed to find it I imported anyway to see what happened. After I realised that the Mac was heating up and files were being copied and I was going to lose another 100+gb of disk space I forced this to quit.  And thanks to others on that other thread I found the iphoto library and deleted the whole thing, getting back 100bg of drive space. All I want to do is use iphoto for the Flickr sharing/management functionality - I have no use for it otherwise. 
    Why would Apple think that not having to duplicate files is ok for itunes but not a viable option for iphoto? Why would I want to double the disk space used for every photo I store? At the very least iphoto needs to come with a health warning that it should only be used to import from external devices and be the sole manager of photos, unless one wants to use double the disk space.
    So if I want to use the sharing (i.e. Flickr uploading and management of sets etc) capabilities, should I import all or some of my folders, do my work and then delete the library each time to reclaim the disk space?

    If I import photos to iPhoto, the originals are deleted? So if I import from a card I have taken from my camera or if I connect my camera directly, the act of importing into iPhoto wipes them from my card?
    Again, you need to check your facts before getting indignant. This is simply not true. It's an option you have and not one I recommend using. But it's only an option.
    Storage costs money and I do not want to have two copies of every pic on my hard disk - especially given huge filesizes of RAW files today.
    No one is suggesting that you have two copies. You have your iPhoto Library and then you back that up. Again, less indignnation, more careful study.
    I do use other photo managers (e.g. native Canon tools) quite happily and they are far less 'exclusive' - i.e. I can use different apps with the same native file structure.
    Using other photo managers makes little sense, any more than having two address books. How do you keep them in sync. Your comment about file structure is important, we'll come back to that.
    If I want to go back to a Windows PC or any other machine and want to retain the "manual" file labelling and directory structure that I have implemented and been using for years, it seems that having a reference library that *I* know the taxonomy of is actually an advantage if I want to go somewhere else.
    If you want to retain exactly the same filing structure you have now, then don't use any Photo Manager. Stick to the file manager. You'll be missing out on a lot of options, but hey ho, it's what you want.
    That said, if you want to migrate from iPhoto to a Windows Machine then that's what File -> Export is for, and you can export from iPhoto to a folder tree matching your Events.
    And this is a big one: This is true of any Photo Manger. Especially one with lossless processing - iPhoto, Aperture, Lightroom et al.
    Here's the principle: IT IS MY DATA AND I WILL DECIDE HOW IT IS LABELLED - WHAT THE FILENAMES ARE - AND HOW IT IS STRUCTURED INTO DIRECTORIES AND SUB-DIRECTORIES.  I WILL DECIDE WHICH APPLICATION I USE TO DO ANYTHING WITH THAT DATA AT ANY POINT IN TIME
    DId you stomp your foot while writing those block capitals too?
    But here's the thing: It's your data then why the heck are you dealing with Files?
    This is the key difference, and frankly, unless you can geet this you're always going to have problems with Photo Mangers.
    The illustration I use is as follows: In my iTunes Library I have a file called 'Let_it_Be_The_Beatles.mp3'. So what is that, exactly? It's not the song. The Beatles never wrote an mp3. They wrote a tune and lyrics. They recorded it and a copy of that recording is stored in the mp3 file. So the file is just a container for the recording. That container is designed in a specific way attuned to the characteristics and requirements of the data. Hence, mp3.
    Similarly, that Jpeg is not your photo, it's a container designed to hold that kind of data. iPhoto is all about the data and not about the container. So, regardless of where you choose to store the file, iPhoto will manage the photo, edit the photo, add metadata to the Photo but never touch the file. If you choose to export - unless you specifically choose to export the original - iPhoto will export the Photo into a new container - a new file containing the photo.
    See? It's about the data and the data and the file are not the same thing. Organising your photos based on the files is like organising a shoestore based on the boxes and not the shoes.
    And here's the thing: anything you want to do with your Photos can be done either with or via your Photo Manager.
    And again, I strongly stress, this is true of iPhoto, Aperture and Lightroom.
    And please note: either with or via... Want to use a 3rd party editor, that can be done easily and so on.
    Let me correct you. "If you use an APPLE Photo Manager then it's the go-to app for whatever you do with your photos.
    Doesn't matter who makes it.
    Other Photo Managers may have more flexibility and enable greater user control."
    Sure. iPhoto's a $15 app. Aperture is a $70 one. Adobe's Lightroom is about $150. Pay more get more options.
    And remember where we came in here: You said you weren't able to choose where to store your files. You're wrong. You can. All I'm saying is that there's no point and more work to it.
    For many - including me - the Apple way seems way too dictatorial -
    Whoa. Apple are dictating nothing. You don't have to use iPhoto, you don't have to use a Mac. And remember:
    ...where we came in here: You said you weren't able t choose where to store your files. You're wrong. You can. All I'm saying is that there's no point and more work to it
    Are Ford dictatorial demanding you steer the car using a wheel? Sheez.
    and yes there are certainly advantages for some types of users of trusting one piece of software to do everything, however non-transparent it may be what it is doing or why, and with the dangers of trying to do ANYTHING else at all with one's photos.
    And again, everything is quite transparent if you take a little while to understand it. You don't understand it because you're coming from a file management  and not a data management perspective. Also no one is suggesting using "one piece of software to do everything". iPhoto leverages the Finder for storage, QuickTime for display, uses and Open-Source database and so on, it protects your original file like a digital negative.
    iPhoto may well not be the app for you. That's especially true since you don't understand it and are confusing it with a file manager. That's fine. But please, stop saying things that aren't true.

  • PSE12 Organizer - can you copy photo from one folder to another and import copy into Organizer and still have original in other folder

    I have been using folders to organize all my pictures and I will copy photos from folder to folder, often having them in 2 or 3 folders based on use.  I tried to copy a photo in Organizer PSE12 from one folder to another and you can only move it, that means I can only have one copy of the photo.  That is fine if I am using tags and want to search for it, but I want to have mult copies in mult folders. Organizer will recognize that it is there but it won't import it into the new folder. Until I move it, it stays in the original folder.  I can drag it out of Organizer and drop (copy) it into a new folder fine, but it won't show in organizer in the new folder.  Is there any way to copy and have multiple copies show up in multiple folders?

    Hi,
    The organizer works on the principle of not having multiple copies of the same photo.
    If you have multiple copies spread in different folders, then making changes to one doesn't affect the others. The use of tags and albums are there to give different views of your photos.
    You can't have multiple copies with exactly the same name even if they are in different folders. You could select a photo and duplicate it (File -> Duplicate) and then move the copy into a different folder but the name will be different.
    If you want different folders for a specific reason, it is possible to use albums to collect the group of photos and then export them to a new folder outside of the organizer. You can also rename on export which is useful if you want to arrange the photos in a specific order.
    Hope that helps a bit.
    Brian

  • I have iphoto 7. I need to order additional copies of a wedding album. When I try, it tells me that I can no longer order on iphoto 7 and I need to upgrade. When I try to upgrade, it tells me tat I can't upgrade because I have OSX 10.6.8  What can I do

    I have iphoto7. I need to order additional copies of a wedding album I creared LESS THAT A YEAR AGO!!!. Apperently I can no longer order on iphoto 7 and cannot download the upgrade on my OSX 10.6.8 system What can I do?

    Your profile signature is confusing. There it says "iPhoto '08, OS X Mountain Lion (10.8)".  But your question mentions older systems:  " iphoto 7 and cannot download the upgrade on my OSX 10.6.8 system"
    Do you have two different Macs? If you have a second mac with OS X Mountain Lion (10.8), you could upgrade that to MAvericks and buy the most recent iPhoto '11, version 9.5.1 from the App Store. That would be the least expensive solution to upgrade your iPhoto.
    If you only have iPhoto 7 on OSX 10.6.8, you can can buy the boxed iLife '11 installer package from Amazon. This will install an early version of iPhoto '11, that runs well with your current system and will let you print your book.  You will need to run the iPhoto library upgrader to convert your old library, see:  iPhoto '11: About the Library Upgrader
    Also, you  should be aware, that upgrading your library may change the book layout a bit, because the themes have changed between the versions, so you need to keep a backup copy of the library and iPhoto 7, to be able to compare the upgraded version to the original.
    -- Léonie

  • Itunes and cd copying problem

    hey guys
    just wondering if anyone has had similar problems to me...
    when i put an audio cd in my cd drive (real cds), and try to copy, sometimes on a particular track it gets stuck, and after it gets stuck the cd drive keeps spinning and stopping, then spinning and stopping (etc)... if i try to close itunes it goes into the spinning rainbow and it wont close... usually i have to force quit it, but that doesn't stop the cd from spinning... i then have to either put it to sleep and hope the cd stops spinning, or i have to force a shutdown and turn it back on...
    if i try it again the track does it again... i can copy all the other songs but that one... i dont know if it happens to be that the cd is scratched or something (because the cds i tried to copy i guess arent the BEST condition, but not scratched in a way that wouldnt work on my pc)...
    oh.. actually i just spammed my eject button after force quitting itunes and my cd popped out... bu yeah.. anyone know anything about this? had similar problems or know how i can possibly fix it?
    its happened to two of my cds, and ive copied over about.. hm... 5 cds? any help would be mucho appreciated!

    A good thing to try is to take the same cd's into an apple retail store and attempt the same "rip" there.
    If they encounter the same issue then you know where the problem lies, but if all goes well at the store then you've got more work to do.
    Try playing back the same tracks on your computer to see if there's any skipping when they're played.
    It could be something relating to iTunes, so it may help to try the rip in another user account.
    If it happens in two accounts it might be worth it to attempt a PRAM reset, as I've used it to clear up some weird optical drive issues in the past, but try things in the order I've listed and hopefully you get somewhere.
    PRAM reset: http://docs.info.apple.com/article.html?artnum=2238

  • Adding Tunes IN ORDER to Library, Playlists and iPod

    I prefer to browse my iPod and my Library by the preference of DATE ADDED, with the most recent tunes added showing at the bottom of the window. When I convert a CD the songs load in to the library in the order they appeared on the CD, conveniently preserving the sequence of the CD so that if I choose to play all or part of an album from the itunes list with DATE ADDED as the sort preference, it plays in the order of the original CD sequence. BUT, when I drag an albums worth of tunes, or even a playlist of that album, to the iPod, they load onto it in a random, and unpredictable order..how can I make sure that when I bring tunes into the playlist, and subsequently onto the ipod, while keeping my preferred sort order, that they load in and appear in their proper sequence, or the one that I prefer? Thanks, m.

    Once you copy the files to your iPod, click the "Date added" heading at the top of one of the columns on the ipod window in iTunes (if it's not visible go Edit->view options-> and click "date added").
    Now that the songs are in the order you want, control-click the ipod icon and click "Copy to play order".
    Does that work for you?

  • Recently I have switched out computers and had copied/ transferred my I ITunes library to the new computer and encountered problem.  Many of the songs in the library were purchased from my old email address of that I no longer use nor did I remember the o

    Recently I have switched out computers and had copied/ transferred my I ITunes library to the new computer and encountered problem.  Many of the songs in the library were purchased from my old email address of that I no longer use nor did I remember the old password in order to authorize playing from the new computer.   Request advice/assistance to where I am able to play songs acquired through lost password?

    This is a user to user tech support forum.  Posting questions and getting responses here is the extent of the support.
    If you want phone support, call Apple and pay for it.
    Posting your phone number of a public forum is not smart, I have asked the moderators to remove it.

  • Best Extractors for "Open Order Reporting" at Header and Line Level

    Hello Gurus,
    I have a general question for you. For an Implementation in  Sales and Distribution, we have to do some "Open Order Reporting".
    Kindly advise, what are my options for choosing the BEST extractors ( from Application area 11, 12, 13) to track the  "Open Order reporting".
    You can also copy me at [email protected] for same. If this idea has already been discussed, kindly send me the mentioned link.
    Thanks in advance.

    Hello BI project,
    No I am still working on it and Problem is NOT solved. I took this project from the middle. Initial definition of Open Order was to report by tracking "Goods Movement Status" anything other then C as an Open Order. We were using 2LIS_11_VASCl and 2LIS_12_VCITM at that time. This process failed to track the "Partial Open Order"
    It was soon realized that this definition is inadequate. Delivery Status in combination with Goods Movement Status should be accurately define an Open Order. I realized that if we install 0SD_C03 and supporting 7 exractors (Order: 2LIS_11_VAHDR, VAITM, V_ITM , Delivery : 2LIS_12_VCHDR, 2LIS_VCITM and Billing 2LIS_13_VDHDR, 2LIS_13_VDITM) - it will capture an Open Order more accurately. Also the design will integrate easily with future SCM Analytics more easily. I am still working on it and trying to install the Business Content.
    I would like to get feedback and wisdom of someone who had done the same in past. I also want to get a feel, if it needed any additional customization of extractors etc.. If you could share any detail on this forum, it will be a help. You can also share the same on my e-mail: [email protected]
    Your any help is appreciated.
    Thanks,

  • Order header text needs to be copied to Invoice Header text

    Dear All,
                i am putting some header text in the sales order,i want the same to be copied to the invoice header text,pls guide how to do the same as soon as possible.
    Regards,
    AKD

    Dear AKD,
    If you want to copy the sales order header text to the invoice header first you need to copy the sales order header text to the delivery header from delivery you can copy to invoice.
    When you want to copy the Text from Sales order to delivery the Access sequence will place a role
    Through VOTXN you need to do the Text determination settings to the Sales order header,delivery header and invoice header.
    If you want to copy the sales order text to the delivery document The Text Object should be VBBK in the delivery Header Text determination access sequence for that Text ID
    Again you can copy the text from delivery to Billing document through checking the Delivery Text field in the billing document detail screen (Top most bottom of the screen).
    Go to VOFA transaction select your billing document type then go in to the details here you can find the Delivery Text field you just check that check box.
    Now system will copy the sales order header text to the delivery header then it will copy to the invoice header.
    I hope this will help you,
    Regards,
    Murali.

  • Activate the TRM (Task and Resource Management)

    Could you tell me where to activate the TRM (Task and Resource Management) in WM?

    Hi Stefanie,
    First, you create the TRM site in:
    SPRO>Logistics Execution>Task and Resource Management>Master Data>General Settings for TRM
    You can assign your TRM site to you warehouse number here:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Assign Site
    And you can also activate/deactivate the interface WM-TRM for some Source Storage Types / Destination Storage Types / Movement Type:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Control WMS-TRM Interface for Transfer Orders
    Then, you continue with the rest of TRM customizing work.
    Hope this will be helpful for you.

  • TRM (Task and resource management) extractor

    Hi people!!
    I would like to know, if is there some
    TRM extractor for sap bw, or what could be
    the procces to load TRM information in BW.
    Regards!

    Hi Stefanie,
    First, you create the TRM site in:
    SPRO>Logistics Execution>Task and Resource Management>Master Data>General Settings for TRM
    You can assign your TRM site to you warehouse number here:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Assign Site
    And you can also activate/deactivate the interface WM-TRM for some Source Storage Types / Destination Storage Types / Movement Type:
    SPRO>Logistics Execution>Warehouse Management>Interfaces>Task and Resource Management>Control WMS-TRM Interface for Transfer Orders
    Then, you continue with the rest of TRM customizing work.
    Hope this will be helpful for you.

Maybe you are looking for

  • Values from CRCO Table.

    Hi all , I need to retreive some values from CRCO table based on the balues fetched from AFRU table. I am writing a select like this select single KOKRS KOSTL into table itab from CRCO           where OBJTY = 'A'              and OBJID  = AFRU-ARBID

  • Mac Book Pro beeping issue

    when i turned on my macbook pro the screen is blank and it is beeping 3 times on and off and I can't fix? any ideas how to resolve the problem? thanks!

  • LSMW issue

    Hi, I have developed LSMW for the Tcode VK11.It contains two screens 0100 and 1945. Here in the screen 100 i am entering the condition type ZXI2...and in the screen 1945 values i am entering are 5 field values. After saving the record control comes t

  • Host office 365 app

    I have an office 365 app developed with visual studio 2013 and have seen that there is a part that is deployed to office 365 and another part that needs hosting, can I host this aspx part in office365 (I have an Office365 E3 version)? luis molina

  • Problems in calculating querys

    I have a query for which data are in a infocubo and I pass the following: I have records of the type: City Stock Price New York 2 100 New York 1 50 And I want to make the value of the stock, but when you add the query by New York draws 450 proved tha