User copy from another client

hi guru
how can user copy from another client
thanks

Rajesh,
If you are looking for copying users on same server to another client, please follow the below steps:
Logon to target client.
Execute Tcode SCCL. In SCCL choose source client and choose profile SAP_UONL.
Now select "Schedule as a background job"
This will copy only users to your target client.
Thanks
LK

Similar Messages

  • How to create a basic pay wage type without copying from another wagetype

    Hi Gurus,
    How to create a "New Wage Type" without copying from another wagetype?
    & i want this wage type "Non Taxable" as per my organisation requirment.
    pls send me config docs on my email id. Pls it is very urgent 
    Email: [email protected]
    Pls Help me
    Regards
    MHPO

    Hi Ram,
    Thanks
    One more thing should i create "Non taxable payment wage type" in Basic Pay.
    in Basic pay there is no any wage type copy Non taxable Wage type but Additional Payments there is one Copy Wage type name is "M400 Non taxable payment"
    i check the all config related setting related to M400 non taxable payment
    can i copy in Basic Pay  any wage type & create new wage type (xyz)
    & i change all setting eg processing class & all is similar in (XYZ) =M400
    its is ok or not

  • How to get the system property - user.name from a client system

    Hi All,
    I have an application which would enable active users from the domain of the company. I want to get the name of the client from the system. I tried to run it on the local machine from Jdeveloper, it returned me the correct user name. But when the application is deployed on the Oracle Application server, and i hit the URL of the application, it returns the server URL.
    I understand that the JSP works on the server side here but help me out to get a solution. I want to read the user name from the client side.
    Thanks in advance!
    Akhil

    Akhil,
    I hope this will never work. Think about your requirement for a second....
    This would mean an application is able to see my user credentials without my knowledge. It's bad enough the know my IP if I'm not using TOR.
    To get your requirement to work you have to redefine it a bit. The user have to log in to your application. The application holds the name together with an ID of the session to know the user in further requests.
    Thats a basic security theme, described in the dos [Adding Security to a Fusion Web Application|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/adding_security.htm] .
    Timo

  • CHARM error - No Target system for Normal transport generated from another client

    Hi Gurus,
    This is regarding normal change. We have two clients in development. (Workbench and Customizing)
    We were trying to do Automatic import from development client to Quality. When importing the job, I’m getting an error related to Project Status switch. "you cannot import any request for the project at the moment" It works fine for another development client and we can see the target system in Project status switch.
    But, checking the Project Status switch, looks like there’s no Target System defined for Normal transport generated from another client of development.
    I attached some screenshots related to this.
    Can you please help how to add a target system for another client of development ?
    Regards,
    Salman

    yes, client 110 is present in the task list of the project. yes route is defined because it is working for urgent change

  • QM master Data copy from one client to another client

    Hi QM guru...
    Kindly suggest me how i will copy all  qm master data  from one client to another client
    QM master Data like....Catlogs. MIC inspection method. sampling...etc
    Kindly suggest me how i will copy all master data
    Thanx
    Regards
    Akil

    Dear Akil,
    I think that LSMW can be of help in this case.
    Otherwise, please check with your ABAPer whether any BDC is there for mass uploading of master data.
    Regards,
    Kaushik

  • G/L accounts to be copied from one client to another

    Dear Gurus,
    I would like to copy all or few G/L accounts from one client (000) to another client (800).   Is it possible? If it is possible, can anybody explain how to do the same.
    FYI - This question may not be relevant for SD, but i would like to carry out the above activity.
    Regards
    Manivannan R

    Hi Prasanth,
    Yes.  We can work with CIN in two way. One way we can do it through copy client to a new client and another one is by creating all CIN related elements to an existing client (may be in 800).
    Since i do not know, how to do the client copy, i am requesting how to transfer the G/L accounts from one clinet to another client.
    If somebody knows how to do the client copy, please let us know.
    Thank you in advance
    Regards
    Manivannan R

  • Copy a travel variant from another client (not 000)?

    We have a situation where some of our configured variants are not in a client, DV2/120 but ARE in DV2/160 and in other evironments (DV3).  Is there a way to copy a variant, either with PRCO or another tool, from a client other than itself or 000?

    the report RPRMORDE but here is the documentation on the copy function so in this respect I dont think this will fully help in this situation - check it against your requirements though!.
    Copy trip provision variant in current client
    With this function, you can copy a trip provision variant within the current client.
    If the target trip provision variant does not yet exist, you need to enter a description in the logon language.
    If the trip provision variant already exists, the system deletes the old entries before copying.

  • Copy and paste copy from another document

    Hi,
    Somewhere I've changed the color type is presented when you create a new text block and can't find where to change it.  So everytime I start a new block of text or when I copy and paste from another document (word, email) the copy color has to be manually changed to black to see it.  Where do I change this preference?

    Thanks for speedy reply.  So that fixed my new doc - when I put in new copy it is black.  On the previous document, with no text select - click on the text tool and swatch shows it will be black.  Draw the box on the layout - swatch switches no color (white box with a red slash).  So, I unselect everything again, click on the text tool and it shows it will be black.  Click inside the text box and it goes invisible again.  Switch to color  - click on text tool and it shows it will be black, but as soon as I draw the text box - shows it will be invisible.  Shut down Indesign, restart - nothing gives.
    Again, thanks for your reply.  This isn't major just one of those little annoyances that is so minor with all the other stuff going on ... but with snow leopard problem - I just don't want to mess with too and I can't fix the other.  giggle. 

  • Using Search Help from another client?

    HI guys,
    I have a requirement where I have to use a search help available in another client in one of my input parameters on a selection screen.
    My report is in SRD system but the search help is in ECC.
    The search help is actually PRPM <== Matchcode for WBS elements
    ...Is it possible to do so?
    I hope you guys can guide me . Thanks guys!

    Thanks guys
    Well, the reason being...they want to use PRPM because they would like to allow users to search for the WBS element as well as filter by Person Responsible.
    Currently, I'm doing it like this
    CALL FUNCTION 'BBP_GET_BACKEND_SYSTEMS'
        TABLES
          et_logical_systems = lt_logical_sys
          et_messages        = lt_logical_msg.
      IF lt_logical_msg IS INITIAL.
        READ TABLE lt_logical_sys INTO ls_logical_sys INDEX 1.
        IF sy-subrc = 0.
          MOVE ls_logical_sys-logsys TO lw_logical_sys.
        ENDIF.
      ENDIF.
      CALL FUNCTION 'RFC_GET_TABLE_ENTRIES'
        DESTINATION lw_logical_sys
        EXPORTING
          table_name = 'PRPS'
        TABLES
          entries    = lt_entries.
      IF lt_entries[] IS NOT INITIAL.
        LOOP AT lt_entries INTO ls_entries.
          ls_wbs-posid = ls_entries+11(24).
          ls_wbs-post1 = ls_entries+35(40).
          APPEND ls_wbs TO lt_wbs.
        ENDLOOP.
    *       F4 for WBS pop up.
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield     = 'POSID'
            window_title = text-012 "WBS Element
            value_org    = 'S'
          TABLES
            value_tab    = lt_wbs
            return_tab   = lt_return_tab.

  • CS5 - Help copy from another application and paste into CS5

    I am not able to copy an image from another application and paste into my CS5 image.
    I can paste the image into any other program except for CS5.
    Does anyone know how this issue can be fixed?  Very frustrating, since it is such a simple process.
    Thanks!

    You probably have at least one plug-in made by Nik Software.  They're known to interfere with Photoshop's ability to access the clipboard.
    I believe there's a Nik configuration file change needed, or possibly a removal of all or part of the plug-in to restore Photoshop's access to the clipboard.  There's another thread on this forum that's gotten quite long on the subject, and in it are some possible resolutions...  Ah, here it is:  http://forums.adobe.com/thread/680075
    -Noel

  • How do I import bookmarks from a Favorites folder that I've copied from another computer? I'm using Win 7

    I copied the "Favorites" folder off off another computer and now have in on a local hard drive. How do I either point Firefox to it or import those bookmarks. I'm using Win 7 and Firefox menu has no "Import" function that I can find.
    Thanks,
    Rich

    Firefox can't handle the .url type IE favorites.
    You would have to copy the favorites in that folder to the current IE favorites folder and see if you can import the IE favorites in Firefox.
    If not then you need to export the favorites in IE to an HTML file and import this file in Firefox.
    See "Import from another browser" and "Import from file":
    *http://kb.mozillazine.org/Import_bookmarks

  • Create User Object from another User

    I have a user in Personal Oracle , and i want create the same tables and views for this user to another user

    Suppose u are sitting in your account. you want to copy the DEPT Table which owned by Scott.
    U can write this
    Create table dept as
    select * from scott.dept;
    But keep in mind , It can't copy the constraints like Primary key.....
    You again enforce the constraints manually.
    null

  • How to reach an Oracle BI Server (client 1) from another client (client 2)

    Hi all, I'm new to the BI EE's world and I have a connection's problem.
    I have installed Oracle BI EE 10.1.3.3.2 (Complete installation - all component) & Oracle 10g DB on my pc (pc 1). The BI server is started.
    ..and then another colleague of mine installed only Oracle BI EE 10.1.3.3.2 (Oracle Business Intelligence Client Tools) on her pc (pc 2).
    Now, from the pc2, with Oracle BI Administration Tool we want to have access to the Oracle BI Server installed on the pc1.
    Now, my question is this:
    Which steps I have to follow in order to open a repository located on the pc1 with Oracle BI Administration Tool located on pc2 ? I know we have to modify the NQSConfig.INI file...but HOW ?
    Any helps will be appreciated
    Alex

    Hi,
    If you want to open the rpd in offline mode, just open the .rpd file sharing the server's folder. In online mode you need to create an odbc to the server, in System DSN, choose the OBI EE driver, port, login etc, when you click in the open online icon, you will be able to choose the ODBC.
    Regards.

  • How to connect to an Oracle database on one machine from another client machine?

    I installed oracle database 11g (server and client) on one machine. It works perfectly. Then I installed oracle client (ODTwithODAC1120320) in another machine. Now I want to connect to the database of the previous machine. I tried to connect but It failed. I think .ORA files should be configured. What should I do to fulfill this.
    thanks...

    thank you for the quick response..
    this link Installing Oracle Database Client for oracle client installation. But the content refers all oracle database installation. could you please get know me that oracle client means only the OdtWithODAC or some thing else? This link Installing Oracle Database Client explain but not the OdtWithODAC. Please let me know clearly.
    Please let me know the exact name of the software that I should download from the oracle website that refers the oracle database client.
    thanks
    Priyashantha hp

  • Results recording copying from another lot

    Hi,
    Is it possible to copy results recorded from one inspection lot to a newly created inspection lot.
    Please let me know about any possible options.
    Thx
    Viny

    Hi Viny,
    Refer the link.
    [Thread - 1|copy inspection result;
    [Thread - 2|Copying the values of  inspection result from one inspection lot to another;
    Regards,
    Shyamal

Maybe you are looking for

  • I want a stamp to write to the file metadata and be able to display the result in windows explorer.

    I want a stamp to write to the file metadata and be able to display the result in windows explorer. I have read PDF Stamp Secrets and can write to Custom Metadata but don't know how to display that custom field in explorer. Can I have the stamp write

  • Creating addon installer without BIDE

    Hi all i would like to know how can an installer project can be created for an addon without the use of the BIDE tools appreciate the help Yoav

  • Error with boot

    Hi all, i get an error when I start a Sun v240 server. i took this server over from someone else, but can not seem to install the OS. I get the following error when booting : "Boot device: disk File and args: WARNING: unknown command 'B' on line 87 o

  • How to save input values in a dialog?

    Hi there, I've got the following dialog with an EditText in it: var win, form;  form = "dialog {  \      orientation: 'column', \      alignChildren: ['fill','top'], \      preferredSize: [305, 300], \      text: 'Form', \      margins: 15, \      in

  • Cannot open Olympus OM-D E-M5 Raw files in CS6. [was:camera raw?]

    I am trying to open ORF raw files, but PS6 can't open them.  I am at Camera raw 7 and the update file says I am fully updated.  There are higher versions but I don't know how to access them.