Copy values between Xellerate User and Resource user

Hi all,
For any user (xellerate) updates, i'm trying to copy these values to the resource user. Now copying string values is simple enough, however I run into problems when I try to copy:
- boolean
- Date
What is the best way of achieving a straight copy from the Xellerate user to the resource user?

Hi all,
For any user (xellerate) updates, i'm trying to copy these values to the resource user. Now copying string values is simple enough, however I run into problems when I try to copy:
- boolean
- Date
What is the best way of achieving a straight copy from the Xellerate user to the resource user?

Similar Messages

  • Copy Control between Sales Orders and Deliveries

    Hi Gurus,
    please can you tell me why copy control between Sales Order and Delivery doesn't work?
    At header level, into copy control, we can set 2 requirement routines, one as general requirement for copying (TVCPL-AUBED) and the other one as requirement for grouping orders into deliveries (TVCPL-AUZUS).
    At header level we can also set a routine for data transfer to define how data are passed from Sales Order header to Delivery header (TVCPL-GRUAK).
    Then we can set routines at item level, one as requirement (TVCPL-AUBED) and one as data transfer (TVCPL-GRUAP).
    When delivery is created with VL10A transaction, at header level only the first  general requirement routine is used (FV50B***). Grouping requirement is not used (we also set a break point and the program is not passing into this routine).
    Then it is used the requirement routine at item level (FV50B***).
    Please can you tel me how we camake working the routine for grouping requirement at header level?
    Thank you very much.
    Kind Regards
    Andrea

    Hi, we used standard routine even if to be sure we run also the generation report you mentioned.
    Please any other suggestions?
    Thank you very much.
    Kind Regards
    Andrea

  • Copy control between Sales activity and Inquiry.

    Hi Gurus,
    Can someone please tell me where copy control between sales activity and Inquiry is maintained? i am not able to find the settings.
    Regards
    Manoj

    Hi, we used standard routine even if to be sure we run also the generation report you mentioned.
    Please any other suggestions?
    Thank you very much.
    Kind Regards
    Andrea

  • Problem exchanging values between a Servlet and Thread???

    Hi Everybody,
    I have got a problem exchanging values between a Servlet and a Thread...
    The actual thing will go like this
    I take a request from JSP which is served by a servlet..
    A thread is invoked in the servlets into which the parameter values taken from JSP page is sent...
    In between the thread needs to be suspended for a moment, relieve the control back to the servlet and then come back with the new values modified in the servlet...
    How is this achieved?
    Please give ur suggestions regarding this...
    Thanks in advance

    I really have no clue how you can use URLConnection to do that!
    Could you please explain in the following scenario how it can help me as an alternative solution to the following:
    Non-Servlet A continously running & saving to some prop regularly
    --> servlet B reads prop file regularly --> display continously on a jsp file
    I wish I could do a servlet A --> servlet B-- > display jsp scenario but I do not know how to have servlet A continously running while keep the servlet B interacting with the jsp.

  • Link between PDS name and resource

    Hi folks,
    I've established a link between /SAPAPO/TRPROD and Setup Matrices using PDS name and resource to use in a custom extractor for BI. This works well starting out at /SAPAPO/TRPROD and working my way over to the Setup Matrix tables using function modules BAPI_PDSSRVAPS_GETLIST and BAPI_RSSRVAPS_GETLIST.
    Now I want to validate that it's correct that I'm getting 0 results in a test system. Since /SAPAPO/TRPROD has some 3000 entries and /SAPAPO/SET_MID only 2, I figured it'd be easier if I take those two matrices and see if I can link them back to /SAPAPO/TRPROD (where I won't get any results). Does this make sense so far?
    Moving on ... I've found that in table /SAPAPO/RES_HEAD I can find the resource associated with a Setup Matrix. I can't figure out though how to link the resources to the PDS. Any ideas?

    Hi Jan!
    You say that you want to link the resources with the PDS, right? Do you mean that you want to find a way to discover the resource associated with the PDS activities? If so, you can do that by reading the activity information of the PDS and getting the resource maintained there...
    But I don't fully understand your business requirement... So let me know if I got your issue wrong.
    Will

  • Average of all values between (first above and last above) a threshold value.

    Currently I have a VI which I programmed a year or more ago, which grabs any value out of a data set that is above a threshold value. This is used for capturing the average of all values over a threshold when there is one peak of values that go above that threshold. However, when there are two or more peaks that go above this threshold, only the values above that value are averaged, so the end result is the average of two or more averages.
    What I need is for every value that occurs after the threshold is reached and before the threshold is dropped below for the last time. Picturing a set of data whose graph looks like the letter "M," for example with the threshold being halfway up the M, I want to show the average of (the first hump, plus the dip below the humps, plus the last hump) but what I'm getting now is the average of (the first hump, plus the last hump). What I get now cuts out the data between the two peaks.
    Any assistance would of course be appreciated.
    Solved!
    Go to Solution.
    Attachments:
    AveAboveThresholdAll.vi ‏15 KB

    Actually I think that Tims solution has a little difference to the stated problem that both limits should be above a threshold value. Since the second array is inverted the rounding should be not towards +Infinity but towards -Infinity in order to really only go up to the last element that is above the threshold. The code as made by Tim takes one sample more, which could or couldn't have any significance.
    Nevermind, I take that back.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Different values between Rich Client and Web Intelligence

    Hi all,
    our landscape is BO Edge 4.1 SP2 Patch 5
    we just create a report in Web Intelligence with a query bics from BW
    We discovered that sometimes the report retrives fake values from BW: the same report refreshed in Rich Client shows correct values.
    BW data are frozen (updated only once a day)
    We tried to:
    - save report with Rich Client and published it in the public folder (but Web Intelligence still shows wrong data)
    - upgrade Java Virtuale Machine to the latest release
    - looking for system and BO log without any clue
    - looking for SAP note (some info only related to BI 3.1)
    Workaround: issue disappear only restarting BO SIA
    Can you help us?
    Any idea?
    Regards.

    Have you seen Web Intelligence and Oracle Java Runtime Environment Known Issues
    There is a wiki inside the blog
    I wonder too if you might get a faster, better response in the Web Intelligence space

  • Share variable value between java script and jsp

    Hi, Firends:
    In my old web page I used a static array to hold a set of values, and now I want to use dynamic value from datbase.
    I created a bean to process database data and return resultset value to an array string.
    I convert my html page into jsp page, use "usebean" tag to call specific method, after done, how can I set the
    resultvaule to my script variable?
    It's urgent!! great thanks!

    Hello,
    Finally, the codes work! thanks for all the suggestion!
    The most important is "J" need <%= tag too. and do not forget the double quotation mark ("") while assigning the value.
    the code like following:
    <jsp:useBean id="ArrayBean" class="myProj.BeanServices"
    scope="page" >
    </jsp:useBean>
    <%! public String[] dataArray; %>
    <%
    dataArray = ArrayBean.getRecordsetReturn();
    %>
    <script language="JavaScript1.2">
    var MCC = new Array(<%=dataArray.length%>);
    <%for(int j =0; j < dataArray.length; j++){ %>;
    MCC[<%=j%>]="<%=dataArray[j]%>";
    <%}%>;
    </script>
    One more question:
    I found on the web server, if I used the same file name (asp file and js file, html file is ok.), seems the server always used the old compiled codes ignoring the code already changed, even after re-complile. I have to change the file name again and again.
    I worked on JDeveloper environment, it has a testing web server environment on my local, I am not sure if this situation will happen in the real server environment.
    How can I make any new updates go into effect immidiately! Do you know web server has some configuration to handle this?
    Thanks a gain!

  • Copying file between non SAP and SAP server in background

    Hi,
    I have written a program to copy files from a non SAP server to our SAP server which works when running in the foreground.
    When I try to run this program in the background, I get the following error ...
    Control Framework: Fatal error - GUI cannot be reached
    Can anyone tell me how to do this in the background.
    Thanks.

    Hello,
    seems that you use some customer controls in your program. These controls are bound to a dynpro - and that doesn't work in background.
    You could try to avoid this and just do the copy without using controls.
    Regards Wolfgang

  • Copy paste between Premiere Pro and After Effects cs5

    I have seen this done but somehow it isn't working for me.
    I have a Premiere Pro project and have created a dynamic link with After Effects.
    I have copied a single edited clip from my timeline in Premiere and have attempted to paste it to After Effects.
    I have seen that after performing a paste command in After Effects it creates a composition and an MPEG clip and also a layer for the clip.
    Well - in my case - the paste only recreates the MPEG clip and nothing else.  No composition... no layer.  Besides I think this clip is the one from my assests and not the edited clip.
    What am I doing wrong?

    http://help.adobe.com/en_US/premierepro/cs/using/WS318FB3AB-E1D1-40f7-9FD9-BB04A6F6A465.ht ml

  • No copy & paster between Playbook Browser and Bridge Email?!

    Can anyone confirm the problem I see and maybe know whether RIM is working on it?
    Quite often I need to paste text portions out of a website and include it in an email and send it.
    In this case I copied the web adress in the PB browser and tried to paste it into the Bridged Email App.
    No success, there is no paste option available. Pasting to a native PB app works!
    This is a huge drawback and I am sure many other will discover this problem, sooner or later.
    Is the adressed to RIM?

    Bridge related issue related to language configuration of the PlayBook was solved by the following steps,
    1.Unpair your devices;
    2.Change language to default English;
    3. reboot PlayBook;
    4.Pair the devices and bridge;
    5.Change the language of the PlayBook to your prefered one.
    Hope that solves your issue.

  • Can I copy messages between a POP and an IMAP account?

    Yesterday in helping me get access to my mail customer service at my ISP [AT&T] created a new account. Subsequently, when I deleted the old account, I lost all the messages in my Inbox and Sent folder. I did not realize when the new account was being created that it's an IMAP account. In the past AT&T mail accounts have been  POP accounts.
    I have a Time Machine. I restored the /Library/Mail folder from a time immediately preceding creation of the new account. I thought I would simply copy the older Inbox and Sent folder into the new /Library/Mail folder. but I noticed that the IMAP and POP folders are structered differently. I have tried copying messages files from the POP account folders into the corresponding IMAP folders, but they still are not showing up in the Inbox and Sent folders.
    Is there a way to solve this problem---to get the missing messages from the POP account to the IMAP account?
    Thanks,

    Format the external drive as FAT32 or ExFAT. Both computers will then be able to read and write to it.

  • Passing values between adf application and web services

    hi i have a situation where i have jsff page which got username,surname,lastname,email i what to pass this value to my webservices how can i do that. this is how i create my webservicesright click viewControler->web services->web services Data Control
    i what to pass the value to webservices workflow i already have a screen in my workflow now i what to pass the adf application values to that webservices am in jdeveloper 11.1.1.6.0
    i try this
    <af:inputText simple="true"
                            required="#{bindings.Username.hints.mandatory}"
                            columns="#{bindings.Username.hints.displayWidth}"
                            maximumLength="#{bindings.Username.hints.precision}"
                            shortDesc="#{bindings.Username.hints.tooltip}" id="it1"
                            value="#{bindings.Username.inputValue}">
                <f:validator binding="#{bindings.Username.validator}"/>
                <af:setPropertyListener from="#{bindings.Username.inputValue}"
                                        to="#{bindings.start_user_details}"
                                        type="action"/>
              </af:inputText>

    i make my webservices to pass values
    <af:inputText simple="true"
                            required="#{bindings.Username.hints.mandatory}"
                            columns="#{bindings.Username.hints.displayWidth}"
                            maximumLength="#{bindings.Username.hints.precision}"
                            shortDesc="#{bindings.Username.hints.tooltip}" id="it1"
                            value="#{bindings.Username.inputValue}">
                <f:validator binding="#{bindings.Username.validator}"/>
                <af:setPropertyListener from="#{bindings.Username.inputValue}"
                                        to="#{bindings.approveUser_username}"
                                        type="action"/>
              </af:inputText>
    but am geting error reference approveUser_username not found

  • Any diffrent access for the null value between oracle 9i and 11g?

    I'v got a tmp result set by a SQL that with a group by rollup (code) clause, and the last row is the totle number and column 'code' is null.
    when i left out join (use (+)) the result set with the code table , in 9i,i can not get the last totle number row,but in 11g,can get the last totle number row.
    why? any one can help me?

    Can you post an example of what you mean?
    Please read {message:id=9360002} with the necessary details so we can understand your issue more clearly.

  • Accessing values between unix shell and WLST

    Hi,
    I am calling WLST script from a Unix shell script. I am passing some arguments to the WLST script. Upon error condition in WLST I am exiting from the WLST. But I want to capture that error condition in the shell script as well and exit from the unix script. Is this possible to achieve. Any lights out appreciated.
    -Gopal

    You can use the native Python exit with a numeric return code. I believe that's system.exit(1) for example, to return 1 to the shell.

Maybe you are looking for