Distribution of work over duration

Dear All,
In my present set up, when i distribute the work over the duration of the activity, the distribution is linear.
Ex- 50 m3 of excavation in 5 days will get distributed as 10 m3 daily for 5 days.
How can I make the distribution variable ( S-curve, or sinusoidal etc)???
Regards,
VikasDev

Hi Vikas,
To use a custom distribution key you need to make configure the following:
Navigate to the following node in SPRO:
Project System > Resources > Distribution
1. Distribution function - tcode OPB2
The following data is for a S curve distribution. you can use MS excel to distribute % Req values according to the curve equation you want.
% Dur     % Req
10            2
20            5
30            12
40            27
50            50
60            70
70            83
80            92
90            97
100            100
2. Use the distribution strategy that you want to use, normally the standard SAP strategies suffice almost all requirements.
3. Create a new Requirements Distribution key
Use the Startegy decided in number 2 and function from number 1.
You are ready with your S curve distribution key.
Let me know if this helped.
jibat
Edited by: Jibat Sankar De Sarkar on Jan 24, 2009 12:14 PM

Similar Messages

  • Distribution of cost over periods in detailed planning in CCA KP06

    Good Day everyone
    Please advice how to control distribution of cost over periods in Detailed planning in Cost center accounting. KP06.
    When detailed planning is carried out which is integrated with MM, distribution of cost over periods is automatically set (02 distribution as before) and i cannot manually set the distribution key to 0 or 1
    We are using ECC6
    How can i control manual distribution of plan cost while remaining in Detailed planning.

    Hi,
    You can distribute your planned costs at activity level based on the distributionkey you specified. The distribution is done for the entire duration of activity depending on the Dist key you select. If you do not put any Dist key, then the costs would be distributed equally across the entire duration of activity. If you want to have equal distribution of costs, you can use DK- SAP020 which distributes on earliest dates of activity using Factory calender. If you want you can also define your own DK in SPRO under: Production->capacity requirements planning->operations->capacity requirements->distribution.
    Hope this clarifies..
    Best regards..

  • Apple TV 4.4.4 Home Sharing no longer working over ethernet

    My ATV home network setup has gone from working well to not at all over the last few days and I am trying to troubleshoot it, looking for folks with similar experiences.  This appeared to start on or around the time I did the 4.4.4 update, though it could be unrelated, because at that time I also switched my main home sharing server from an old Windows laptop to an old Mac Mini I just aquired for that purpose (which is a sweet little machine for $250 btw).
    Situation is, with the ATV connected via ethernet, it no longer sees any home sharing servers, that are on ethernet or wifi.  It is also not available for airplay for any devices on wifi. This was working fine with the PC iTunes server on ethernet a few days ago. 
    If I connect both the ATV and Mac Mini iTunes server via wireless, it all works fine (but performace can suffer).  Something has changed, as the ATV on ethernet was also fine to access my macbook on the wireless network a few days ago, but again it doesn't unless the ATV is on wireless too.  Finally, the remote app on my iPhone will also only see the ATV if it is on wifi.  To me it is like Bonjour is not working over the ethernet connection. I have done a little port prodding, and this appears to be the case, but it is not conclusive.
    I have reset, restored to factory and re-updated the ATV, turned home sharing on and off a 100 times, cylcled the servers, reinstalled iTunes, all sorts of stuff.
    Honestly, I would more likely put the blame on something weird with the wired vs wifi network routing on my XFinity router/modem, if not for the fact that I haven't touched it for months (save a few power cycles) and I just updated the ATV when this went south.  I tried to ask Comcast about this issue, but that was like trying to explain quantum physics to the cat...
    I've seen at least one other thread on this forum similar, was wondering if anyone else has had this sort of trouble since the 4.4.4 update?
    Thanks

    Any news or updates in your Home Sharing problem? I am experiencing similar issues as well. I have turned on Home Sharing in two of my PCs, and my Apple TV 2 cannot see both of my PCs. I have the Remote application installed on my iPad 1, and it suddenly stopped working as well. The Remote application cannot see both of my PCs and Apple TV 2 anymore. I have also noticed that AirPlay does not work anymore as the AirPlay icon does not appear when I am watching videos on my iPad 1.
    Home Sharing and AirPlay used to work the day before I have updated my Apple TV 2 to version 4.4.4. I have tried restarting, resetting the settings and restoring the Apple TV 2, and it did not resolve my issue. I have also tried disabling/enabling the Home Sharing in both of my PCs, and it also did not resolve my issue. I am leading to believe that the Apple TV 2 update to version 4.4.4 had something to do with my issue.

  • Pinging a printer to see if it works over the network

    I've been printing from a Windows 7 computer to a PSC C6180 over a wireless network.  All of a sudden it stopped printing.  I don't if a power surge or something blew some stuff out (the fax part is already gone) or if it is something else. 
    I removed the printer and removed the installed software in order to put it back in its "initial state." 
    Before I removed the software, I tried to add a network printer to see if that would do it.   At the point in the process where it looks for printers, it didn't find it.  It makes me wonder if it will work over the network at all, but I do note the blue 802.11g LED is lit.
    Before I reinstall the software (AIO_CDA_FSW_Full_Win_WW.130_140.exe is what I have) I want to ping the printer and see if the computer can see it.  What's the ping address?

    Hello ErnieLane,
    Please follow steps 1-4 described in Access the Embedded Web Server to print a configuration page, it will contain the current IP address (if any).
    Hope this will help.
    Regards,
    AndOne
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"
    (Although I am employed by HP, I am speaking for myself and not for HP)

  • WebDAV not working over SSL on CSS11503

    SOME HISTORY
    As you may recall we had an issue with interoperability between our WebCT Vista application and the Cisco CSS11503 Load Balancer. In a nutshell the Load Balancer would inject custom HTTP headers into HTTP packets, but only into the first HTTP packet of a TCP session. With your help we've learned that Cisco will change this in the August release of the CSS software.
    OUR NEW PROBLEM
    We are now having a related problem. In short, we cannot get WebDav to work over SSL. That is, when connect from Client to Load Balancer via SSL, and then Load Balancer to Web Server via plaintext, our application fails. Conversely, when we maintain a clear text connection straight through from Client to Web sever WebDav works.
    After doing some network traces of WebDav connections both with and without SSL I think we've discovered the cause of the problem: the Load Balancer fails to add our custom HTTP header "WL-Proxy-SSL: true" to HTTP "PROPFIND" requests, even though it correctly adds them to the HTTP "OPTIONS" requests.
    HOW WE CONFIGURED THE LOAD BALANCER
    We configured our Load Balancer with the Global configuration of
    http-method parse RFC2518-methods
    and with the command
    ssl-server 20 http-header static "WL-Proxy-SSL: true"
    so that the header "WL-Proxy-SSL: true" will be passed with the HTTP headers used for WebDav was well as with the 'standard' HTTP headers "GET, POST, HEAD", etc.
    Below is the relevant passage from the "CSS Command Reference" at
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_750/cmdrefgd/cmdgloba.htm#wp1432749
    ======================================================================
    "By default, a Layer 5 content rule supports the HTTP CONNECT, GET, HEAD, POST, and PUT methods. Unless configured, the CSS recognizes and forwards the following HTTP methods directly to the destination server in a transparent caching environment, but does not load balance them:
    OPTIONS, TRACE, PROPFIND, PROPPATCH, MKCOL, MOVE, LOCK, UNLOCK, COPY, and DELETE.
    When you enable the CSS to support all RFC-2518 methods, the CSS parses the Request-URI field in an attempt to match a Layer 5 rule. If the contents of the Request-URI field are not in a compliant format of an absolute URI or an absolute path, the CSS tries to match the field to the next best wildcard ("/*") rule. If the match fails, the CSS attempts to match the Layer 4 rule, and then the Layer 3 rule."
    ========================================================================
    I interpret this to mean that when we configure "http-method parse RFC2518-methods" that the load balancer will treat all the HTTP headers in the group "OPTIONS, TRACE, PROPFIND, ...", etc the same as the "standard" HTTP headers "GET, POST, HEAD", etc.
    As I said earlier our network traces show that the "WL-Proxy-SSL: true"
    header present in the HTTP header OPTIONS but *not* in the header "PROPFIND".
    A BUG IN THE CSS COMMAND PROCESSOR?
    By my reckoning, this behaviour must be a bug in the CSS Command processor, because whatever the CSS does for the "OPTIONS" header it should also do for the "PROFIND" header.
    ATTACHMENTS
    I've included three attachments.
    trace.txt
    - text output from Ethereal of the network trace
    on the web server, with comments.
    webdav.ssl.snoop
    - the original network trace in Sun's 'snoop' format.
    css.2.cfg
    - the running configuration on the CSS11503
    Thanks in advance for your help.

    Hi
    I finally discovered what is the issue here. In appears that in case of unsigned applets, the code is unable to access SunJCE provider which contains most of the ciphers used by SSL protocol. This means that a session with SSL server is broken and effectively applet is not initialised.
    This problem is related to configuration of JRE under linux due to export control restrictions. Unfortunately I don't know how to make JRE to use SunJCE by default.
    As a workaround I have set up the following policies using Policy Manager:
    grant {
    permission java.security.SecurityPermission "putProviderProperty.SunJCE";
    grant {
    permission java.lang.RuntimePermission "getProtectionDomain";
    grant {
    permission java.lang.RuntimePermission "accessClassInPackage.sun.security.*";
    I don't know how insecure my actions are, but this definitely fixed problems with applets under SSL / HTTPS.
    Feel free to send me your ideas how to fix this issue in more elegant way.
    Best,
    Marcin

  • AirTunes not working over wireless from Windows 7

    Setup:
    Dell Inspiron 15 laptop (Windows 7 Home Premium)
    Airport Express
    Network:
    ADSL router
    +- Desktop PC (ethernet to router)
    +- Airport Express (ethernet to router)
    +- Dell laptop (wireless to Airport Express)
    The Airport Express creates a wireless network (802.11n, 2.4GHz). The Dell laptop can't see the speakers. My Macbook Pro works fine. I've determined that the problem is that IPv6 isn't working over wireless. The Dell laptop can't see the Airport Express with the Airport Utility either.
    When I plug the Dell laptop into the ethernet on the ADSL router, everything starts working fine. If you look at the interface information DHCPv6 is up.
    Without the cable plugged in my wireless connection says:
    IPv6 Connectivity: No network access
    When a cable is plugged in:
    IPv6 Connectivity: No internet access
    (which is how it should be).
    I am pulling my hair out here and have absolutely no idea why this won't work.
    Firewall is completely disabled. The router also creates an 802.11g network but it's settings shouldn't matter (wireless isolation, which is turned off, and so on).
    Any suggestions?

    Hi,
    Download and install the switchable graphics driver on the following link.
    http://ftp.hp.com/pub/softpaq/sp59001-59500/sp59147.exe
    When the installation has completed, restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Problem about the jmf when working over IPV6

    I write a program about monitoring a RTP stream ,get the feedbacks about the stream by receving the RTCP reports and analysize the paramaters .Now the throny issues encountered is the code working perfect over the IPV4 network .but there are many exceptions when working over IPV6 the exceptions is as follows:
    Exception in thread "RTCP Reporter" java.lang.NullPointerException
    at com.sun.media.rtp.RTCPTransmitter.makereports(RTCPTransmitter.java:200)
    at com.sun.media.rtp.RTCPTransmitter.report(RTCPTransmitter.java:106)
    at com.sun.media.rtp.RTCPReporter.run(RTCPReporter.java:193)
    at java.lang.Thread.run(Thread.java:619)
    the session can be set up and can receive the stream .so I think it is ok of setting up the session with the IPV6 multicast address.strangely , the same particate in the session sends more than one feedbacks with different SSRC which is ought to be single.I cannot figure out.
    I wonder whether there is any special setting when JMF working on the IPV6 network.I did not find materials about the JMF working on IPV6 network in Microsoft xp pc.
    can any guys give me any tips?
    Edited by: judyw115 on Sep 4, 2010 6:08 AM

    judyw115 wrote:
    Is there anyone giving me any advices?You realize this is a free forum and not paid tech support, right?
    Drop the attitude and learn to be patient.

  • HT201359 I purchased a audio book to listen to on my commute to work. It only works over wifi, that does me no good in the car and the book is hours long for audio. That will eat up my data. How can I get a refund?

    I purchased a audio book to listen to on my commute to work. It only works over wifi, that does me no good in the car and the book is hours long for audio. That will eat up my data. How can I get a refund?

    How are you trying to listen to it ? You shouldn't need to be online to listen to it, I don't for any of mine. If you've downloaded it directly on your iPad (or synced it from your computer) then it should be in the Music app (you will get an Audiobooks option under the More button in the Music app when you have audiobooks on it) - is that where you are trying to listen to it ?

  • Gradient Mesh Tool won't work over a standard gradient

    How can I get the Mesh Tool to work over a gradient? If I place an RGB image and create a gradient mesh over it I can select each individual point and then use the color picker to pick a color underneath by clicking the placed image. However, if I create a gradient mesh over a standard gradient I can not pick up the color in the standard gradient that is below. What the color picker does is pick up the entire gradient. It doesn't put any color into the individual points of the gradient mesh.

    Thanks guys for the answers. I appreciate it. I did determine that I could rasterize the gradient so it would be treated like a placed image. That breaks the vector attributes but it does work.
    I swear that I tried all the modifier keys (ctrl, shift, alt, ctrl+shift, etc.) but I guess not. I was crunching out a job at 4AM and I guess I missed something. I do usually try all of them before I look for other options. I thought that I might have overlooked a switch or preference. But I couldn't find one. Using "shift" does in fact work well. Thanks for redirecting me back to the most simple solution.
    It always amazes me how the mind works, although frustratingly. I bet that I tried "shift" and maybe missed the key (I don't look at the keyboard most of the time as I do it by feel) or I didn't push it all the way down. Whatever the malfunction, once my brain thought that I'd tried the "shift" key I never went back and tried it again. It just goes to show you, you need to try each potential solution several times before moving on.
    Thanks for the answers. It has me rolling again and having a great time exploring the world of the gradient mesh.

  • Best Setup for Working over a Network (What is it)

    Curious,
    I'm been using Dreamweaver for awhile now, both at work and
    at home as a hobbyist. My preferred setup when working on a set is
    to be connected via FTP to the set so that I can work on the
    documents directly without have local and remote versions of the
    documents.
    If I do choose a local directory and then also a remote
    directory with and Local/Network connection for the remote files
    that works failry well but I end up getting local copies of files
    and folders that I'm working on, which is good for performance but
    not so good when there is getting and putting of documents and a
    slow connection.
    My preferred method using a Local/Network connection for the
    remote files is to do that and not even have a local folder and no
    local files.
    Like I said, the only remote connection for me that seems to
    work well is the FTP connection.
    Wondering what others experience is and what they recommend.
    I guess I may have to change the way that I work but I would prefer
    not to. I have used other programs as well (e.g. BBEdit (which I
    like, I'm working on a Mac), TextMate). These are a little faster
    but there is still some performance issue when working over the
    LAN.

    As a professional, I would never work in that configuration.
    One silly
    mistake and you have just clobbered your only copy of the
    file. Of course,
    I never make such mistakes, but I've seen others do it! 8)
    I will always work from a local site, and upload to a remote
    site. I test
    from a local networked MySQL/PHP server. My sites are all on
    a shared
    network drive so that I can a) easily back them up, and b)
    access the same
    sites easily from several locations within my peer LAN.
    When you elect to not have a local site, then you lose the
    option to use
    some of DW's basic capabilities, like Templates and Library
    items. While I
    rarely use the latter, I use Templates all the time (along
    with a healthy
    dose of SSI).
    Does that help?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "An Ent" <[email protected]> wrote in
    message
    news:[email protected]...
    > Curious,
    >
    > I'm been using Dreamweaver for awhile now, both at work
    and at home as a
    > hobbyist. My preferred setup when working on a set is to
    be connected via
    > FTP
    > to the set so that I can work on the documents directly
    without have local
    > and
    > remote versions of the documents.
    >
    > If I do choose a local directory and then also a remote
    directory with and
    > Local/Network connection for the remote files that works
    failry well but I
    > end
    > up getting local copies of files and folders that I'm
    working on, which is
    > good
    > for performance but not so good when there is getting
    and putting of
    > documents
    > and a slow connection.
    >
    > My preferred method using a Local/Network connection for
    the remote files
    > is
    > to do that and not even have a local folder and no local
    files.
    >
    > Like I said, the only remote connection for me that
    seems to work well is
    > the
    > FTP connection.
    >
    > Wondering what others experience is and what they
    recommend. I guess I
    > may
    > have to change the way that I work but I would prefer
    not to. I have used
    > other programs as well (e.g. BBEdit (which I like, I'm
    working on a Mac),
    > TextMate). These are a little faster but there is still
    some performance
    > issue
    > when working over the LAN.
    >

  • PM Order method of work completed duration calculation

    Hi
    Please advice how to configure the PM order work completion duration calculation.
    I need to calculate the work completed hours based on the user status.
    Not based on the Order status ( TECHO). It User status = TECHO order work completed hours should be calculated.
    Please advice how to do this..
    Regards
    Kesharika

    Hi
    if you want to calculate the time using user status yo have to create the Z report which will fetch the when the user status has activated ,consult with you technical team on this
    regards
    thyagarjan

  • Airplay not working over wireless, works over ethernet?

    I posted this in multiple forums in which it applies to.
    Just looking for troubleshooting suggestions from my wireless N MBPro, to my wired ATV2. Here is the rundown (all devices running latest updates):
    1)used to work just fine with old router
    2)airplay works in all directions, from wireless devises to the wired ATV2
    3)updated to a much newer N router from cisco
    4)now, airplay works over Ethernet from itunes to ATV2 (and iphone4s to ATV2), ATV2 plays music from my MBPro just fine
    5) however airplay fails to work from itunes to ATV2 over wirelesss
    6)all wireless connections are sound, it is not a bandwidth problem, it literally says "connecting to apple tv" and never stops or connects
    7)itunes sees the ATV2 just fine over both Ethernet and wireless connections, i can select ATV2 as an output even when on wireless
    8)it will even ask for the password once i select it
    So, any suggestions? I just dont know where I am going wrong, somehow the wireless aspect is the broken link. As a side note, all wireless clients and wired clients are on the same subnet.
    Thanks for any suggestions or help!

    I had the same problem.  Disable any IGMP, or IGMP proxy features on your router.  As soon as I disabled IGMP proxy on my router everything came up has been working for a while. Lack of driver support on the wireless clients is likely the cause. oh well, at least its working now.

  • Does Home Sharing only work over wi-fi?

    This may seem like an odd question, but I think it may be the root of my problem. I have a network that uses three Devolo mains network extenders in various rooms (the house has very thick walls). All three Devolo mains plugs connect (via the ring main) to the router. An iMac, laptops, an Apple TV, iPhones, etc each connect wirelessly to these very happily.
    However, no two computers (say an MBA and an iMac) in the same room, or different rooms, can 'see' the other in the normal way - i.e. by having the other device appear in the left hand pane of the finder window. They can, however, if I enter the IP address of the other machine manually. So this is irritating but not insurmountable.
    What does appear insurountable though is that, in a similar way, iTunes cannot 'see' any shared libraries across the network. Because of the issue described above, I had assumed that both problems were probably being caused by some sort of issue with the way the Devolo boxes are configured. But then I realised that, even though each device is connecting wirelessly to the Devolo boxes, I don't actually have a wi-fi network in the same sense that I would if I had an Airport-based system...and if Home Sharing only works over wi-fi, this might explain why it doesn't work for me.
    Apologies for the rambling question, but given the increasing popularity of these mains network-extender boxes, I feel I can't be alone in experiencing these issues. Can anyone shed any light?

    The quick answer to your question is no, for example Home Sharing works over Ethernet as well. Strictly speaking Wi-Fi is not required and iTunes doesn't care either way.
    However, I understand that the Devolo mains adapters have problems coping with this. If I had to guess, the problem might be an inability to carry the required bandwidth. The reason for this is that Airtunes is fairly demanding of bandwidth and if your wireless network's performance is degraded due to any number of variables, Airtunes is the first to suffer.
    You didn't say what kind of computer or OS you are using but Home Sharing uses TCP port 3689 and UDP ports 123 and 5353 to communicate with shared iTunes libraries. Those ports need to be configured in whatever firewall or security settings you may be using. If you are certain you have those ports open on your shared computers then concentrate on the Devolo adapters. Perhaps they are in need of a firmware update or modification of some configuration setting.

  • How to make CGI work over a GSM/GPRS connection?

    I've compiled the G-Server as a stand-alone app.  It works fine.  You can access it from our intranet or the internet using a hardwired PC or a PDA using wireless.
    I'm setting up an application to interact with a pc running G-Server and PDA internet explorer over the GSM/GPRS network.  I'm using a Siemens SX66 PDA running Pocket PC 2003.  The PC will serve as the server and interact with remotes using browsers which will communicate using the CGI vi's from the Internet Toolkit.
    All scenarios work, expect for one.  I can use the PC internet explorer and interact with the server and all is well.  I can use the PDA over the wireless network and all is well.  I went to an outside source and connected to the server via the internet and it worked fine.  The end result needs to work over the cell network (GSM/GPRS).  Ultimately, it must work with PDA's and Blackberries but at this time I would like to see it do any CGI function through the cell network.  Also, I'm using Cingular and Nextel and both react the same, their engineers are researching the problem but neither have came up with anything yet.
    The main page of the server is basically a login page.  After the user enters their password then presses okay the server calls a passwordverify.vi to valid the password.  On the PDA it wants to download a 85 byte passwordverify.vi file.  It doesn't matter what you do it doesn't respond to any choice available.  On the Blackberry, it gives an error number and says "unable to display web page", and it quits there.
    Has anyone attempted to use the Internet Toolkit CGI functions over the cell network (GSM/GPRS)?  The server is working awesome except down this avenue.  Unfortunately, the customers we're dealing with will be using the cell network.
    Thanks
    Michael

    This sounds interesting,
    Since it has been a while since you posted this message, please let me know if you managed to get it to work.
    Have you tried using a PC with a GPRS modem and then trying to access your web server, using the same APN you tried with the PDA's? If you don't have a modem, you can easily connect your mobile phone.
    Some importent notes using GPRS:
    Sometimes there can be a lag when using GPRS, its packet switched. After my own experience with GPRS the max lag I've had between two GPRS devices on the public network can be up to 10 (even heard from others up to 20) seconds, but when the TCP communication is stable and you have a continious packet flow little lag occurs, but lag must be taken into consideration. since you do not have a continous flow to begin with, make sure you set correct timeouts at your server. Also remember GPRS is not perfect.
    Maybe you need to adjust some timers at your server configuration?
    You could also try to put the web server on the GPRS network and the same APN and try to see if communication works between GPRS to GPRS if you have the equipment laying around somewhere..
    I have not used GPRS to access a G-web server, but have worked with both GPRS and CGI, and I would really like to hear if you managed to get this to work.

  • SSRS Web Service: works over wire, but 401 Unauthorized from server.

    I'm trying to port a program from an older system to a new SSRS 2014 installation, and am having trouble with authorization.
    The program uses the SSRS Web Service to get reports from the report server. At present, I can make the web service call from my development machine to the server, and the server responds correctly with the appropriate report. The problem is that I need
    the program (making the report request) to run on the same machine as SSRS. When I deploy and run the program from the server (with the exact same credentials that worked over the wire), I get a 401 Unauthorized response.
    I've been struggling with this all week, and have gotten nowhere. I'm sure there's something (probably something small) that I missed, but I just can't figure out what it could be. Would really appreciate any suggestions.

    Hi sbinder1,
    According to your description, you have a problem which call web services to use report. It works on development environment. When it runs on report server, it get the 401 error even using same credential. Right?
    In Reporting Services, the default authentication type is Windows Integrated authentication. Since we are not clear about your program and the authentication type. If this is an asp.net application with NTLM and you don't bind any credential in the
    code, it may have "double hop" issue so that it will connect report with anonymous credential. In this scenario, please configure the Kerberos authentication for Reporting Services. Please refer to the links below:
    The Kerberos Double Hop Problem
    Enabling Kerberos Authentication for Reporting Services
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

Maybe you are looking for