Speed up Client EXPORT and Client import

Hi,
how to speed up the client export/import process (from scc8/scc7)?
There is no profile,if we want User master records and the client specific data. then can we over write the client 2times first with user master data and then followed by client specific import.
Main requirement is to Export Production client Specific data and users with authorization as CLIENT EXPORT (finally we can import the requests generated by client export) after importing to DEV server once can use as Quality client.
please give your valuable suggestions in having client export and import to make Quality client in DEV server.
DEV and PRD patch levels are different (remote client copy will fail in RFC system comparison)
request you to give your valuable inputs.
thanking you in anticipation,
best regards,
Raghav

Hi Chowdary,
This is not a big issue.
You please find the TR list which are not moved PRD.
Goto PRD->STMS_IMPORT find the TR list (which are in white color symbol) not moved to PRD.
Then ask the respective consultant about TRs. Then re-import the TR in QAS. The old configuration will be occured in QAS. The TR which is moved to QAS, Now also it will be in green color only.But just re-import it and get the confirmation form respective consultant.But the user details will not available.
hope this is useful.
Regards,
Patan Thavaheer.

Similar Messages

  • Client Export and Import

    Hi,
    I am having one doubt regarding Client export and import
    In my organization we are having three system landscape, but the Quality and Production server(In Process)
    Development box is ready to use, and we are having another sand server in different location for our consultant practice
    that system is not in our landscape and that is different location,i want to import that client in to my development server hear
    It is possible to export that data from that Client(scc8) copy that in my development server and Import(scc7) is possible..?
    if possible than what are the pre-requisites to do That Export and Import of client between two different systems,
    what is best procedure to do this Task.......!
    Regards'
    Mohammed.Khan

    >>once export is done successfully than can i copy those exported file in to my file server and then copy to my development >>system trans directory (cofiile,datafile) than can i import those files in my development server with *stms_import* command
    Yes, you have to
    >>than can i go for client import(scc7)
    Yes.
    >>***Configuring the TMS between that sand box and my development server***
    Not required but yes if the sandbox server is not in the landscape you have to create a Virtual System in sandbox and you have to configure the Transport, then only you would be able to create the export file
    Regards
    Subhash

  • Differences between Remote Client copy and Client export and Import

    Dear All, I am new to SAP. Please let me know the Differences between Remote Client copy and Client export and Import. Any response is greatly appreciated. Thanks a Million

    Hello Mallikarjuna,
    Follow the below note,
    https://service.sap.com/sap/support/notes/552711
    which describes the answer to question - Which is better or faster, a client transport or a remote copy?
    Basically client transport would be preferred if the network connection between the source and target system is slow.
    For more help,
    http://help.sap.com/saphelp_nw70/helpdata/EN/69/c24c0f4ba111d189750000e8322d00/frameset.htm
    Regards,
    Debasis.

  • Client dependent and client independent in ALE

    I am going through pdf learning of an ALE scenario,i couldnot get wat is meant by client Independent and client dependent.
    How can i conclude
    Create message type (WE81){color:green} Client independent {color}
    To create a new message type, follow these next few steps:
    u2022 Enter transaction WE81 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Create logical message type)
    u2022 Choose Create logical message type by double clicking on it
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to add a new type
    u2022 Enter the required message type, in our case it is ZINVRV and an appropriate description
    u2022 Save and exit.
    Your message type has now been created. The next step will be to link it to the IDoc.
    2.2.1. Link message to IDoc type (WE82 & BD69) {color:green} Client independent {color}
    To link the message type to the IDoc type follow these next few steps:
    u2022 Enter transaction WE82 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> EDI: Message Types and Assignment to IDoc Types)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    u2022 Enter transaction BD69 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Assign message type to IDoc for ALE)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    Your IDoc is now linked to your message type. We still need to link object types and add the message to the model before we can use the message.
    2.2.2. Maintain object type for message type (BD59) Client independent
    The ALE objects are used to create links between IDocs and applications objects, to control the serialisation, to filter messages in the customer model and to use listings.
    For our own message type and IDoc you must maintain object types for the links.
    If you want to check the serialisation for the message type, then you must maintain object types for the serialisation. If no serialisation object has been maintained for a given message type, then the serialisation will not be checked for this message type.
    To add an object type to our message type, follow these next few steps:
    u2022 Enter transaction BD59 (ALE -> Extensions -> ALE object maintenance -> Maintain object types)
    DOC NAME: ALE_SCENARIO_DEVELOPMENT_PROCEDURE
    Version 1 Page 6 of 16
    ALE Scenario Development Guide
    u2022 Type in your message type ZINVRV and press enter
    u2022 Click on New entries
    u2022 Enter your object type, LIFNR (We need to use the vendor as a filter object), the segment name where LIFNR resides, Z1INVRV, a number 1 for the sequence followed by the actual field name LIFNR
    u2022 Save and exit.
    You have now created an object that weu2019ll use as a filter object in the customer model to direct the flow of messages to the various logical systems based on the vendors in the filter of the message type ZINVRV.
    We now need to add our new message type to the distribution model.
    2.3. Configuring the Distribution Model
    This task is performed on your ALE reference client.
    2.3.1. Manual Configuration (BD64) {color:green}  Client dependent {color}
    To manually configure the customer distribution model, read the ALE configuration procedure, and follow these steps:
    u2022 Perform the Maintain customer distribution model directly function. (ALE -> Distribution customer model -> Maintain customer distribution model directly)
    u2022 Specify the customer model you want to maintain and the logical system that is to be the sender of the messages OR create a new model. (Create model ALE with logical system ALELS1C400)
    u2022 Choose the receiving systems to which the sending system must forward message type ZINVRV to.
    u2022 For each receiving logical system allocate the message type necessary for communication to the receiving systems as per ALE configuration procedure.
    u2022 Create filter objects (in our case LIFNR as the object type with the associated vendor number, 0000018001 with leading zeros, in the object area) for the message types.
    u2022 Save the entries.
    Refer my query within color:green
    Edited by: aditya  sharma on Jul 14, 2010 12:57 PM
    Edited by: aditya  sharma on Jul 14, 2010 1:01 PM

    A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.
    Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.
    Eg.
    Scripts are client dependent, means the changes done to SAP scripts in particular client will not be reflected in other client.
    Smartforms are client independent, means changes done in one client will be reflected in all the clients.
    Server : ECC6
    Client : 100 , 200 , 300 , 400
    Now suppose you have developed report in DV server client 100.
    Then you will be able to see that in all clients.
    Hence this is called as client independent. You can change anywhere and changes will be reflected to all ...
    Now suppose you have developed a script in DV client 100.
    You will not be able to see that in client 200 or 300 or 400 unless ytou copy that from client since it is client dependent.

  • How to get Client ID and Client Secret for Office App for Word which accessing SharePoint Online

    we currently implementing an Office App for MS Word which access SharePoint list and get data from lists. Our aim is any user can get this app from Office App store and enter their SharePoint URL and browse their own SharePoint lists and use those. When
    I was checking mechanisms which you used to access SharePoint, in some of them have used ClientId and Client Secret to authenticate with SharePoint. I have following questions.
    1.If I want to sell my app using Office app store where can I get those clientId and client secret which is used to  get the access tokens.
    2.Is it possible to create SharePoint app and publish it to SharePoint app store and get clientId and client secret and use it when accessing through office. So users first download our SharePoint app install it to their SharePoint environment then get out
    Office App from Office app store and add it to word. Will this work?

    Hi,
    >> We are planning to develop an Office app to access SharePoint Online and SharePoint on Premise from Microsoft word.
    I’m not very familiar with SharePoint development, so please correct me if I have any misunderstandings about your requirement.
    The basic components of an app for Office are an XML manifest file and the default webpage of your app (server side).
    >> If I'm publishing my Office App for Word in to the Microsoft office app store, how do I get the ClientId and ClientSecret which I need to pass to authenticate with SharePoint online?
    As far as I know, when register your web app to SharePoint Online, you will get the ClientId and ClientSecret from the Azure Active Directory. And you need to store the Client ID and Client
    Secret on the app server side.
    For details, you could reference the article
    Building an Office 365 ASP.NET MVC app.
    >> If ClientId and ClientSecret not providing when we publishing Word Office App to the app store how what the ways which we can use to authenticate with SharePoint using Word Office app?
    You don’t need to provide the ClientId and ClientSecret when publishing your App to App Store. They are stored on your app server side.
    By the way, if you have the question about how to access the SharePoint resource in a Web Application, I will suggest you posting the questions to
    SharePoint Development Forum. For this forum, we mainly discuss the questions about using the Office JavaScript API to develop Apps for Office.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What exactly is the diff between client dependant and client independant te

    Hi gurus,
    What is the diff between client independant and client dependant term.. I initially had a confusion related to client independant and client dependant Transport requests, where else are these words applicable, do they apply to data as well, if so how? any links to help me understand the difference..
    regards,
    kishore

    Hi Kishore,
    Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
    Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
    In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
    Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
    Regards,
    Dinesh D

  • Export and re-import on same database

    For one reason or another we want to do a full export and re-import all the data back into the same tablespaces... is there a command to imp to tell it to truncate and over-write all the data before importing? or do I have to manually drop all the tables? (by manual I mean write a script to do it) -- and/or drop all the schemas

    Not sure, why you want to export and import back the same thing into the same database, but anyways to answer your question, yes it is possible with Oracle10g by using TABLE_EXISTS_ACTION={SKIP | APPEND | TRUNCATE | REPLACE}. With Oracle9i, you may have to generate a dynamic script to truncate tables....make sure you exclude SYS/SYSTEM tables from the truncate script.........did I say except SYS/SYSTEM and so on :-)
    HTH
    Thanks
    Chandra Pabba

  • Where Client ID and Client Secret of SharePoint .app file will be stored

    Where Client ID and Client Secret of SharePoint .app file will be stored, i had published my app in the production, and now i need to enhanced the app, and i want to publish my app again, so where can i get my previous Client ID and Client Secret

    If it's provider hosted app, then you can find ClientId in a AppManifest.xml, and in a web.config of your web project.
    [custom.development]

  • Significance of client specific and client indeprndent table

    Hi I am new to SAP world.
    I have just joined SAP-ABAP training.
    Plz let me know significance of client specific and client indeprndent table.
    Can we make client independent table in SAP IDES software.
    Is their any client independent table in SAP inbuilt tables .
    Thanks

    hi,
    A table can be either client-specific (applying only to a single client) or client-independent (applying to all clients in the SAP system).
    ·        Client-independent tables
    Client-independent tables contain data of general relevance, for example, SAP system control data, language indicators, and transaction codes.
    ·        Client-specific tables
    Data which only applies to one client is stored in client-specific tables.  Examples of client-specific tables are tables containing application data, tables containing information about the structure of a company, and, with a limited number of exceptions (for example, language indicators), tables containing basic commercial data.
    A table attribute in the Data Dictionary indicates whether a table is client-specific or client-independent (see also "Creating a Table Structure" in the ABAP/4 Dictionary guide).  In client-specific tables, the client is always entered in the first key position.
    hope this is helpful.
    pls reward if helpful.

  • When exporting and then importing Apple Mail from one mac to another I get "Some messages could not be imported. Partially imported mailbox will be labeled IMPORT" . That mailbox does not appear.

    When exporting and then importing Apple Mail from one mac to another I get "Some messages could not be imported. Partially imported mailbox will be labeled IMPORT" . That mailbox does not appear.
    Any help would be welcome

    This is a bug in Mail. The mailbox archiving function does not include attachments, which  gives the error with the import. To workaround this you can create a mailbox in Mail and copy to it all emails you want to export. Then go in Finder to [user]/Library/Mail/Mailboxes en select the created mailbox. Copy this to the public directory of your other mac. Then start Mail on that other mac and import the mailbox from the public directory. Should work now.

  • Difference Between Export and Direct Import Process.

    Hi SD Gurus,
    Can anyone help to understnad difference betwenn Export and Direct Import Process.

    Hi,
    export = out of the system or country
    import = into the system or country
    For example in SAP-ABAP
    On the EXPORT side
    DATA: ls_indx TYPE indx.
    ls_indx-aedat = sy-datum.
    ls_indx-usera = sy-uname.
    ls_indx-pgmid = 'ZNAME'.
    EXPORT tab = lt_orders
    TO DATABASE indx(v1)
    FROM ls_indx ID 'PERCENT'.
    On the IMPORT side
    DATA: ls_indx TYPE indx.
    ls_indx-aedat = sy-datum.
    ls_indx-usera = sy-uname.
    ls_indx-pgmid = 'ZNAME'.
    IMPORT tab = lt_orders
    FROM DATABASE indx(v1)
    TO ls_indx ID 'PERCENT'
    Regards,
    Raj

  • What is the defferent between client copy and client transport

    what is the defferent between client copy and client transport?
    give me the steps that how to make a applications data copy from production to QAS.
    thanks
    priyan

    Hi,
    what is the defferent between client copy and client transport?You better google it..! 
    here is the result..
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/bcctscco/bcctscco.pdf
    Follow the standard procedure of System Copy from PRD => QAS :
    Download guide as per your release:
    http://service.sap.com/systemcopy
    What is Systemcopy:
    http://help.sap.com/saphelp_rc10/helpdata/en/a2/2f0c173a5e43d19585724239ff4de7/frameset.htm
    Regards;

  • Diff client depandent and client independent

    HI,
    what is different between client dependent and client independent.Please explain...
    gaurav mittal

    client dependent is when u make some configuration which will effect all the clients.. i mean changes are reflected in all clients
       for eg access sequence,
    client independent is when u make any changes in some client it will reflect in particular client in which u r working

  • How do u segrigate cross client req. and client specific req.?

    How can I find out which one is Cross client transport and client specific transport req.?

    Hi tjk
    In SPRO, do the following:
    Menu: Additional Information->Technical Data->Client Dependence
    Then all IMG nodes will have the client specific/client independent information visible.
    Also:
    Normally, when you try to open an IMG node of cross-client, then system gives a warning message.
    Best regards
    Ramki

  • Problem in client export and import (SCC8)

    Hi,
    I was asked to copy client 300 data on one AIX server to client 210 on another AIX server.
    I have done the client export thru SCC8,
    transferred those files to other server thru ftp,
    added those requests to the import queue on target server.
    As and when the request is added to the import queue, the status is being shown in red. Is there a problem with this.
    And when i imported the request it got cancelled and the message in log says
    the data file is damaged,but the other request(HPRKX00006) is still running.
    It has taken a lot of time,so we deleted the data and cofiles related to the requests
    and retransported them from source machine.
    Even after that the status of the request is shown in red when added to the import queue, and dosent allow to import because the subsequent request is still running
    and gives an error saying the request HPRKX00006 is still running.
    Suggest a suitable solution.
    pradeep.

    Hi,
    Is your problem solved. Currently I am facing the same issue.
    Please let me know what have you done if the issue is resolved.
    Regards
    Sharath

Maybe you are looking for