Copying selected user between two clients

Hello to all experts,
                             When we do client copy using either SCCL or CLIENT EXPORT OR IMPORT, how can i copy selected user.
Eg: If i am copying users from client 001 to my own created client say 300 and i want to copy only selected users of 001 to 300 how can i do that?

you must create, manually.
if you want to copy all users, you can use local client copy option via tx-code sccl and choose correct profile
but, if you want only selected, create user via tx-code su01 on your new client
you can create a transport request on your soruce client and put necessary roles for user. after you import this request to new client via tx-code scc1, you can give these roles to created user
regards,

Similar Messages

  • Is it possible to copy a user fm one client to another

    Hi'
      Is it possible to copy a user from one client to another client?
      e.g., in our DEV we have two client say 500 & 201.A user say dev_user is present in client 500 with some authorization.Now i want the same user dev_user with same authorization in client 201.
    note:-
      *according to my knowledge user is a client dependent.
      *plz avoide hint like
    1)create a new user in 201 with the same user name with the help of su01
    2)client copy.

    Hi,
    I am not sure of replication a single use, but u can move all users by CLIENT Export. That means , u will be creating a transport request which will contain all User master records using SCC8. here select the USER profile SAP_USER.
    Hope this helps
    Cheers !!

  • Connection between two clients

    Hi,
    I want to get some guidance on connection between two clients. Suppose I need to connect client 500 with client 900 in the same system without changing the logical names.
    Thanks & Regards
    Nabarun

    Nabarun -
    It almost sounds as if you just want an RFC to go from one client to the other.  RFCs (SM59) are not client dependant so you can create one in any client.  You can create one with the system name and point it to the client number using a specific user and password.  I would recommend for security it be a communications user and not a dialog user depending on what you will be sending between the clients.  However, the user will need the correct permissions and again, depending on what you are trying to accomplish, it may have to be a DIAG user although I would be wary.  Then create a 2nd RFC pointing back to the other client.  For example...
    RFC 1
    System Name = <System>
    Client = 500
    User = <userid in clnt 500>
    RFC 2
    System Name = <System>
    Client = 900
    User = <userid in clnt 900>
    Then when you are in client 500, there is a path/connection to client 900 via that clients ID and password and vice versa using the appropriate RFC.  Again, with out more info on what you are attempting, this may be your solution.  Hope this helps.  Good luck
    Regards,
    Zecher

  • RFC BETWEEN  TWO CLIENTS IN DEVELOPMENT

    hi everyone,
    here connection is already exists in between two clients(development) now i have to transfer ztable from client 1 to client2.
    if any body have the steps and code please guide me.
    Best regards,
    Sunil

    Hi,
    Log on to your destination client (where the form doesn't yet exist).
    Transaction SE71, menu option Utilities -> Copy from Client.
    Fill in the name of the form, the client number where it already exists, and the name of the copy (it can be the same of different to the existing form).
    Execute.
    This will prompt for a package for your new form, which can be different to the original.
    Job done.
    Regards,
    Nick

  • Copying selected users

    Hello to all experts,
    When we do client copy using either SCCL or CLIENT EXPORT OR IMPORT, how can i copy selected user.
    Eg: If i am copying users from client 001 to my own created client say 300 and i want to copy only selected users of 001 to 300 how can i do that?

    Not aware of a way where you can select to copy only specific users.  You may just want to:
    1. Copy all the users.
    2. Set the users you don't want to use so they are locked, probably use a query in the DB back-end like:
    update USR02
    set UFLAG = 64
    where BNAME in ('name1', 'name2', etc.) --list of users you want locked.

  • How to selecting everythings between two tag

    Hi,
    Using Find and Replace tool, i need to select everything
    between two tag. Example:
    I have:
    <owntag><p>Important Note: These online forums
    are for user-to-user discussions of Adobe products, and are not an
    official customer etc etc<p></owntag>
    I need to select:
    <p>Important Note: These online forums are for
    user-to-user discussions of Adobe products, and are not an official
    customer etc etc</p>
    I have to do this in many pages... and every page has same
    tag.. for example <owntag> </owntag>. Don't matter what
    there is between the tag, i wish to select everything after the
    <owntag> and before </owntag>
    Pls can u tell how can i do this??
    Tnx very much =)

    What exactly is <owntag>?
    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
    ==================
    "Dylan1980" <[email protected]> wrote in
    message
    news:go63sv$5d0$[email protected]..
    > Hi,
    > Using Find and Replace tool, i need to select everything
    between two tag.
    > Example:
    >
    > I have:
    >
    > <owntag><p>Important Note: These online
    forums are for user-to-user
    > discussions of Adobe products, and are not an official
    customer etc
    > etc<p></owntag>
    >
    > I need to select:
    >
    > <p>Important Note: These online forums are for
    user-to-user discussions of
    > Adobe products, and are not an official customer etc
    etc</p>
    >
    > I have to do this in many pages... and every page has
    same tag.. for
    > example
    > <owntag> </owntag>. Don't matter what there
    is between the tag, i wish to
    > select everything after the <owntag> and before
    </owntag>
    >
    >
    > Pls can u tell how can i do this??
    >
    > Tnx very much =)
    >

  • Material Comparision between two clients

    Dear Friends,
    We want to compare material between two clients. The material has same material characterstics in both client. Is it there is any std. functional module to search it? There is one FM i got CLS_SEARCH_OBJECT but it gives short dump at selectiont tab.
    Kindly give me solution as it is urgent
    Waiting for the reply,
    Thank you,
    Nilesh Shete

    Hello Nilesh,
    This is the first time that I'm coming across such a requirement of such a kind. You can easily compare the materials in two different systems. But within the same system it is difficult to compare between two clients, since the oncept of a client basically exists to separate the data.
    One crude method is:
    data: mara_1 type mara,
          mara_2 type mara.  
    data: client_1 type mandt,
          client_2 type mandt.
    data : material_1 type matnr,     
           material_2 type matnr.
    select single *
      from mara
      client specified
      into mara_1
      where mandt = client_1
        and matnr = material_1.
    select single *
      from mara
    client specified
      into mara_2
      where mandt = client_2
        and matnr = material_2.
    check mara_1 eq mara_2.
    I did not understand what you mean by "....same material characteristics.." do you realize that <i>characteristics</i> has a specific meaning in the context of a material in MM ? And if yes, are you referring to that ?
    Regards,
    Anand Mandalika.

  • Select Query Between two dates...

    Hi Guru's,
    I need a Select Query between two dates, also if the record not found for any in between date then it should return NULL or 0 ...
    for Example
    1. I am having two records in DB for date 2-10-2008 & 4-10-2008
    2. Now suppose I have given Query for date between 1-10-2008 to 5-10-2008
    Then it should return me 5 records with valid values for 2 & 4 and NULL for other 1,3,5
    Thanks.

    Try like this:
    with
      t as
          select date '2008-10-02' as dt, 'Record #1 (in DB)' as str from dual union all
          select date '2008-10-04' as dt, 'Record #2 (in DB)' as str from dual
    select v.dt, t.str
      from (
             select date '2008-10-01' + level - 1 as dt
               from dual
             connect by level <= (date '2008-10-05' - date '2008-10-01') + 1
           ) v
      left join t
        on v.dt = t.dt
    order by 1

  • Communication set up between two clients

    All,
    I am trying to set up distributed WM using SAP R/3 systems. For this i have choosen client 805 (Central ERP R/3) and client 800 as decentralized WM system which is also R/3. i have completed the configuration for decetral-WM both in Central and D-WM systems and the consistency checks are fine. using SM59 i have set up R/3 systems communication profiles for the above two clients.
    But the IDOCs showing a statsu-03 in central system  in BD87 (client 805) not showing up in D-WM system.  i believe the tRFC set up is missing something. Both the clients are in the same ERP instance. Can any one please let me know the steps to set up communication between two clients running from the same oracle SAP instance and same database. ( I am trying to exchange Communication documents which are relevant to Decentralized WM). Will apprecaite any help.
    Thanks.

    Please try using commit statement after triggering the Idoc from client 805 (Central ERP R/3) . This should work.

  • Copy single table between two servers

    Hi... I perform a remote copy (SCC9) yesterday, a few months i did another copy and exclude some tables, in the expert setting, now in my copy, we need a table that was excluded in the last copy (yesterday).
    Do you know how to copy that table??
    Thanks in advance..

    Hi
    Check this out
    [Link1|http://sapbasis-security.blogspot.com/2008/04/copying-tables-entries-between-two.html]
    [Link2|http://books.google.co.in/books?id=ASekwAiAXdMC&pg=PA426&lpg=PA426&dq=howtoCopysingletablebetweentwoserversin+sap&source=bl&ots=BS7d2sSz4C&sig=9QWwA7Mlg_7Q6tj_lS4lcMqZz4k&hl=en&ei=T1xVSuTyK6bU6gPh6oXCDw&sa=X&oi=book_result&ct=result&resnum=1]
    Regards
    Uday

  • Data mismatch between two clients

    Hi,
    I have a query on data mismatch between two clients.
    For eg assume a functional consultant would have configured intially some 5 custom document types and captured that in a transport request (TR1234) and promoted from one system/client (in my case QG1/821) to another system/client (say QG4/821). Again he would have configured another 3 custom document types and put in a transport request (TR4567) and promoted it. The transport request TR4567 some how did not reach QG4/821. Hence it shows only 5 records in T003 table (document types table) in QG4/821 and 8 records in QG1/821. How do we identify which is the correct transport (in this case TR4567), so that this transport can be promoted to QG4/821, so that both QG1/821 and QG4/821 are in sync.
    Similary such a discrepancy exists for custom tables also. I am not able to catch hold of any basis people for inputs on this. Hence pls advise.
    Regards
    Vimal Kumar

    development objects can be compared using, Compare the active versions in both the system. (Use remote comparision)
    But this you have to maually check.

  • Communication between two clients

    In Java Networking, communication between server-client or bwtween server-multiple clients is general. But How will be the communication between two cients, means two clients can send & receive messages to & from each other(being guided by server).

    Sorry,
    I didn't get your reply clearly.
    I want, if Server is running, and two clients(two instance of a same program) are opened, whatever message(string)client1 send to Server,then the Server needs to send those to client2.Again, the some response should come from client2 to client1 thru Server.
    How can I implement this?
    If you have idea, or some sample code about this, please let me know.
    Regards.

  • How to write select statement between two tables

    hi,
    i need to do comparision between two table for each records.ex:
    table1:
    regid            regno         ind
    1                 1001
    1                 1002
    1                 1003
    1                  1004
    and table2:
    regid           regno
    1               1002
    1                1005
    i need to select first row from table and loop for values in second table, if the values found first record , the record must update 'yes' to ind, if not 'No'.
    please help with this.
    thanks in advance
    raja

    Hi Raja,
      Do it like this.  loop  the first table and read the second table.
    Use where condition to satisfy the conditions.
    Or
    In your select query use joins. Like this.
    SELECT mara~matnr
           marc~werks
    INTO   TABLE t_material
    FROM   mara AS mara INNER JOIN marc AS marc
    ON     maramatnr = marcmatnr
    WHERE  mara~mtart = p_mtart.
    Instead of MARA and MARC here use your tables.
    Much Regards,
    Amuktha.

  • Select entries between two dates by converting Unix timestamp in Oracle Dat

    Hi,
    I need to select the entries between two dates from an Oracle db. The Oracle db has a column with Unix timestamps. I use the following querry, but it doesnt seem to be working as desired.
    select count(*) from reporter_status where to_char(FIRSTOCCURRENCE, 'mm-dd-yy') between ('08-07-06') and ('08-08-06');
    FIRSTOCCURRENCE has the Unix timestamps.
    Could anyone help me out with this. Thank you for your help.

    Assuming that it is actually a UNIX timestamp, then it is the number of seconds since Jan 1, 1970, so you need something like:
    SELECT COUNT(*)
    FROM reporter_status
    WHERE TO_DATE('01-Jan-1970', 'dd-mon-yyyy') + (firstoccurrence/24/60/60)
                    BETWEEN TO_DATE('08-07-2006', 'mm-dd-yyyy') AND
                            TO_DATE('08-08-2006, 'mm-dd-yyyy');Did Y2K not teach us anything? Use 4 digit years.
    John

  • Comparing settings(ALL) between two clients

    Dear Experts,
    Can anyone tell me how can we compare two clients (Within a system and between systems). I have checked in help.sap.com and found something like SCU0, SCMP and Custom Scout(Hope, this works only in solution manager).
    Is there any separate tcode where I can compare the complete config settings of two clients.(My requirement is I need to compare the settings of development client with that of quality client)
    Please help.
    Regards,
    Sharath

    Hello,
    I think the ones you mentioned are the only options.
    Regards,
    Siddhesh

Maybe you are looking for

  • Radius Server with Active Directory

    I have an XSERVE with 10.6.7. It is an OD Master that is also bound to Active Directory. I am trying to set up the RADIUS service to provide authentication to users on the wireless network. So far, I have been able to set it up to the point where the

  • Shopping cart Print Form

    Hi Gurus, We just recently implemented SRM 7.0 classic scenario and no changes were made on shopping cart print form provided by SAP. We are exploring on the possibility of inputting additional details to be displayed during print out of shopping car

  • Lightroom does not keep my personalised settings or catalogues even though I select back up. Please help...

    Hello, I've used LR a number of times, however the last few occasions whenever I close down and select back up in theory all should be ok but when I go to open lightroom again, none of my personalised settings are there and not one catalogue is there

  • Driver for Hp Designjet 500 42 not Valid in Win 64

    I've downloaded the driver for mi printer hp designjet 500 42 (c7770b) in windows 7 professional 64 bits (with all the software updates for today 2-20-2015). When i double click the exe downloaded from here: http://h20564.www2.hp.com/hpsc/swd/public/

  • XL Reporter toolbar constantly disabled

    On a Windows Terminal Server 2008, I can't seem to get XLR to run. The installation seems to work OK and I can use the compsor window without a problem. It is just when I click on the Generate window that Excel fires up OK and it seems to try and run