Copy PC from production to dev system

Hi Friends,
I have PC(process chain) created in prodcution environment only.  Now i want to copy it to developement enviroment. What are the ways for copying?
One more thing because of urgency, did some settings in prodcution system like infopakage settings,changed dtp setting for running in background to foreground, activation of transfer & update rules(becoz of transportation deactivated). For all these requests were created. Now if we want all settings to be reflected in development system, how to proceed further?
appreciate ur help with points.
RP

Kumar RP
You are in which System (BI Version), There is no need to transport the Process chain in BIW 3.5,
Just Go in Transport Connection in Administrative Workbench (RSA1) at Left Bottom, there in Trasport Connection you will see Object Changeability Option at the right Side.
Click on that, after that you will see a list of Objects
Select the following Objects
RSPC - Process Chain
RSPT - Process Chain Starter
RSPV - Process Variants
at the Right side of these Objects you will see options Not Changeable or Everything Chnageable.
Make Sure that this is Everything Chnageable for these Objects.
Now you can create the Process chain in production System directly. No need to transport.
Regards,
Rajdeep.

Similar Messages

  • Transport planning book from Production to Dev/ Test system

    Hi APO Gurus,
    I need clarity for below mentioned point u2013
    I have a correct planning book in production system. I have a different structure in testing as well as in quality system. I want to transport planning book with all data views and macrou2019s associated with it to development system (or in test system).
    How to do this? Please elaborate with details
    Thanks in advance.

    I did the transport from Production to Dev client using TSOBJ last week. Basis team helped in connecting Prod and Dev clients.
    Everyting went ok except selection IDs. When I check 'with selection transport' in TSOBJ, it ends up in short dump saying Timed Out in reading SQL table /sapapo/sdpsetde. We increased the system profile parameter "rdisp/max_wprun_time" from 1800 seconds to 3600 seconds. It still timed out with same message. So, I created the transport without selection IDs and it worked.
    Next, I downloaded the only required selection IDs (total 498) from the DP Planning Area in Production client to excel spreadsheet using table /sapapo/TS_SELKO. Then created another transport using TSOBJ.....this time I used the 'Transport of Selections' section for Selection IDs and used single value selection from drop down, uploaded the IDs from clipboard option. That worked.
    Although my problem is solved....but by any chance, has anyone encountered that TSOBJ Timed out? Is there any OSS note for this?
    -Sachin

  • Export Master Data from Production to DEV

    Hi Gurus,
              I need to export All the Master Data and Configuration files from Production to Development System. If anyone can Advise me to know the step by step for exporting and importing. Our PRD server is on HP-UX/Oracle and ECC6.
    Eg Master Data like Customer Master, Vendor Master, Material Master...Etc.,
    Please Advice.

    Hi,
    I need to export All the Master Data and Configuration files from Production to Development System.
    I think you can have a option to do simple Remote Client copy with SAP_CUST or SAP_APPL client copy profile from your PRD system to DEV system.
    You can create a New Client in DEV system by performing Remote Client Copy as mentioned above from PRD system to ease the activity.
    You can get all the information in below mentioned Web Links.
    [Copying Clients Between Systems|http://help.sap.com/saphelp_nw04/helpdata/en/69/c24c684ba111d189750000e8322d00/content.htm]
    [SAP Client Copy Profiles|http://help.sap.com/saphelp_nw04/helpdata/en/99/0a2a887e2511d2a6250000e82deaaa/content.htm]
    [SAP Client Copy Data Types|http://help.sap.com/saphelp_nw04/helpdata/en/ff/9be1817d811c41985662da25061f98/content.htm]
    Regards,
    Bhavik G. Shroff

  • Copying jobs from production to test server

    Hello,
    there are some jobs that are run at particular time in the productive system, the same jobs are not available in the test system.
    can someone tell me, how can i copy these jobs from productive to test system.
    thanks
    Arun

    Hi,
    I dont think SAP has provided any feature to copy job.
    Check the details of job scheduled in prodution & goto SM36 in Test system to create your own job with same details.
    Best regards,
    Prashant

  • Is it possible to transport an object from Production to DEV?

    I have some queries and workbooks in Production that I would like to archive.  I have not been able to find a method to archive, so I am wondering if I can transport the queries and workbooks from Production to DEV?  I realize the queries may not execute, but so long as I can open them up and see their definitions in DEV, I will be satisfied.
    I know this sounds a little bizarre, but is it possible to transport anything from Production to DEV?
    Thanks!

    hi
    Yes. its possible but its not recom
    you can set in production system to allow changes to obj rsa1->transport connection->click 'object changeability', and look for object type , and set to changeable.
    pls refer these below posts
    transport a query backwards, from production to development
    Re: Transporting Process Chains from Production DOWN to QA and Dev
    assign points if useful.....
    Shreya

  • Export table data from production to quality system - Oracle 10.2

    Hi,
    I am trying to export a few table's data from our production system to the quality system.
    Reason: To synchronize the table data between Production and Quality system
    System info: SAP ECC 6.0 on Oracle 10.2 ; OS: Solaris
    Description:
    There are few standard SAP tables which hold the data of the various institutions of our client. Our requirement is to export the master data relevant for a particular institution from the production system to the quality system. We intend to use the Oracle Export and Import utility (Suggestions on the usage of which tool are welcome).
    Constraints:
    Lets say, there is a table NXXX in production system. This table contains the data for the institutions AA, BB, CC. I intend to export the data relevant to the institution AA from the table NXXX and import the data to the table NXXX in the Quality system.
    Now I understand that the schema of these tables are different. In the production system, the schema would be SAP<Prod SID>.NXXX and in the quality system, the schema is SAP<Qas SID>.NXXX. I need your suggestions to overcome this constraint.
    Regards,

    Hi,
    I do not think you can just export data in your scenario using the oracle imp/exp tool it's all or nothing...
    as for the scema naming between QA/PROD you just need to use :
    imp <dump file> fromuser=<PROD schema>  touser=<QA schema>  only thing you have to look out for is the mandt as it will not change.
    I had something similar recently where I had to copy 14+ million rows from Prod to a Dev client without impacting on other clients data for this table in Dev.
    So for data consistancy 
    1) I restored a copy of prod on a new LPAR and exported the table.
    2) Created a dummy prod client using client '000' as a base.
    3) imported the table  using the syntax above enabling the change of schema
    We have now a 14 + million rows in the dummy prod client on the new LPAR
    Now on the Dev server
    4) Created new client on dev as per point 2
    5) SCC9 Remote client copy from the new LPAR using SAP_ALL
    6) As I had 9+ million rows in the target client to get rid of I used delete_commit procedure as in metalink note 3777.1
        This enable  me to delete rows fast without caning the roll back segs.
    7) using R3trans and a command file from the command line copied the single table into the target client.
    I do not know if this is useful for you because your scenario is slighley different, but this is what I did for a whole table for a particular mandt.
    Regards
    Mark
    Edited by: Mark Norman on Oct 22, 2009 11:16 AM
    Edited by: Mark Norman on Oct 22, 2009 11:17 AM

  • Copying Scripts from Production to Development server...

    Hi everybody,
    I have a script by name YRSCRIPT_INV in production server.I have a script in Development server with the same name, But i want the script in the production to be copied to the client with someother name.Is it possible to do that?

    Hi Vardharaj,
    You have a script with the same name in both production and development .Do you want to copy from prd to dev or dev to prd ? What ever it is , just copy it with a newname and assign the transport request name to the new form and then you can transport it .
    Regards,
    Varun.

  • Copy data between productive and test system

    Hi everybody,
    I need to copy data from one cube in productive system into the same cube in the test system.
    How can I do it?
    Regards
    Erwin

    If you need to copy data from one system to another maybe you can do a Data Refresh or a SAP_DATA System Copy.
      If you wan't only to copy data from 1 Cube to another in other system you shoul'd try transforming the data on the Cube to a Report or maybe an ODS and then dowload it to a CVS archive, and then make a Transformation From PC_FILE to ODS and Cube o from PC_FILE to Cube.
    Hope it's work.
    Grettings.
    Ignacio.

  • Error  while import XML file from Production to Dev., But has GREEN status

    Hi,
    I tried to export/import bex queries through XML transportation. Transportation is being done from Production system to Development. In transport connection I selected required query and then I exported to Development. export of file is done successfully.
    Now in development system I imported that XML file. It is imported. Giving GREEN symbol and also with GREEN check. But in Log view I found ERRORS. in errors it is mentioned "SAP object 46N3K1OCT22PSBN46O95MQLTJ () cannot be imported". along with long message text "Install the specified objects from Business Content. Only import the metadata afterwards.".
    What should I do now as of next step... import of file is stuck..
    How can I search object 46N3K1OCT22PSBN46O95MQLTJ (), if I have to install from BC.
    I am also unable to find the query in Development Bex analyser.
    Thanks for help....
    [email protected]

    Hi Babloo,
    According to the error message, the package may have failed are as follows:
    The user account that is used to run the package under SQL Server Agent in PRODUCTION server differs from the original package author.
    The user account does not have the required permissions to make connections or to access resources outside the SSIS package.
    The package may not run in the following scenarios:
    The current user cannot decrypt secrets from the package. This scenario can occur if the current account or the execution account differs from the original package author, and the package's ProtectionLevel property setting does not let the current user
    decrypt secrets in the package. In this scenario, we can change the SSIS Package ProtectionLevel property to EncryptSensitiveWithPassword, then modify the SQL Server Agent job step command line to include this password.
    File access fails because the current user does not have the required permissions to write to the file share that the connection manager accesses. In this scenario, we can create a SQL Server Agent proxy account. This proxy account must use a credential
    that lets SQL Server Agent run the job as the account that created the package or as an account that has the required permissions.
    References:
    SSIS package does not run when called from a SQL Server Agent job step
    Run an SSIS Package Under a Different Account
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Transporting into a new BW system from a shared dev system

    We are currently in the process of setting up a new BW system in the same landscape as our existing one where both boxes will share the same dev system.  Our existing one is used by many different applications and has tonnes of shared objects on it.  Our new box will only be used for SEM-BCS and thus does not need everything else that the other box contains.  Since many objects are dependant on others (attributes and such) I am finding it hard to get transports into the new system.  There always seems to be something missing even when I try to just move a single object.  I also seem to be having troubles with InfoObject Catalogs where they cannot be moved if the InfoObjects are not there and the InfoObjects a cannot be moved with the Catalogs not there.  This is all starting to give me a serious headache.
    Has anyone delt with transporting to separate systems from a common development system?  What is the best approach to this to ensure we only move what we need to the new system?

    The transporting is the same, however there are a lot of dependant objects that also need to be brought into our system.  I'm looking for a way to minimize what I need to transport into our new system.
    Collecting automatically doesn;t seem to be working for me since it does not collect everything I need and when I add that missing object I then seem to be missing another list of objects.  It seems to be a never ending cycle.

  • Batch Number Not copied over from Production order to Confirmation

    Dear Experts,
    In the production order, I specify the batch # for the components.  But when I do the confirmation, the batch number for the components is not getting copied over. 
    Can anyone suggest what has to be done.
    Regards
    Tom

    Dario, I have not saved my confirmation.  But when I execute CO11N and go to "Goods Movement" tab, I expect the Batch to be copied from the production order for the components.  But the batch field is Blank.
    How do we make the batch field to be copied over from the production order.
    Thanks in advance.
    Regards
    Tom

  • Using ALE to synchronize Variant Configuration data from Production to Dev

    SAP Gurus,
    We are trying to move away from opening our production environment every time with need to add new Variant configuration for products.
    In order to do so, we need to ensure that our development and staging systems are in line with production LO-VC data. We have been looking at a possible ALE solution but I would like to get other suggestions.
    Any thoughts you may have with regards to either pros and cons of ALE, or another solution we may have overlooked.  If your clients are transporting Variant Configuration to production, what method are they currently using to ensure data consistency between environments.
    Our landscape currently has two production environments for two separate business lines but both use LO-VC therefore we would like to standardize the process.
    Thanks and Regards,
    Kevin Webb
    SAP SD Senior Consultant

    Hi Webb,
    General its a complex process to transport VC but for system consistency you can:
    1. do the changes Manually in each system
    2. Use ALE idoc process to transport.
    But ALE transport generally used for fresh VC transport, if the VC already present in transporting system, it may cause inconsistency. Hence if you want to transport some changes then I can suggest you to do MANUALLY.
    But if you are transporting VC freshly in each system, go for ALE.
    try and revert

  • Copying Results from Production to Despatch

    Dear Experts,
    We have configured result copying from one inspection lot to another inspection lot.
    Now our required need to be changed:
    when we are selecting inspection lot [Source - whcih results need to be copied] system has to propose BATCH instead inspection lot.
    Now system is proposing inspection lot, but we want batch to be proposed.
    Please let us know which setting need to be done ?
    Thanks in advance.

    Sorry, but the field referred to is for informational purposes only.  It does not actually DO anything.  The qutoe below is from the config help file on the values displayed in the field mentioned.
    In this step, you can define inspection result origins for inspection  
    characteristics.                                                                               
    The user can specify a results origin during results recording, as long
    as the inspection characteristic has the status "in process".  The      
    results origin entry is a source of information only.                                                                               
    In addition to the description of the results origin, you can also     
    choose a data source for the inspection results. If you specify the    
    results origin during inspection planning for an inspection            
    characteristic, the inspection results for the affected characteristic 
    characteristic are taken from this data source.                        
    You can look at the business add-in for "Selection of Results Data for Copy of Insp. Results" but all the provided functionality is for reading from exisitng inspection lots or mapping to externally provided data.  You may be able to provide your own development in here but you'll need the assistance of an experienced APAP'er.
    FF

  • Copying Priority from SLFN in Satellite system to SDCR in Solman

    Hi Guru,
    We want set our priority in the service desk message and then create a change request from the service desk message. When the change request message is created, the priority defaults to 4. How can we set the change request message to copy the priority from the service desk message.
    Need your help ASAP
    Regards,
    Support

    Hi
    Goto spro
    and search for Define Mapping Rules for Copy Control
    under Copying Control for Transaction Types under change request management
    now choose SLFN source SDCR trans type and check the column for priority it should be selected here.
    Hope that helps
    regards
    prakhar
    Edited by: Prakhar Saxena on Dec 5, 2011 11:50 AM

  • Client Copy SRM from prod to dev -Urgent

    We have done the client copy and trying to change the logical system names. We are in the process of changing the SPRO-> Account Assignment -> Define G/L Account for Prod Cat and A/C Assignment Cat
    We want to change the source system but it is not enabled even in change mode. Only the G/L Account is enabled for change.
    We will have to change in 2 to 3 more places
    How do others do when it comes to client copy and change of logical names. Use BDLS or make is it because we have some missing roles hence the field is protected?
    Any help/
    Thanks

    Hi
    <u>This is standard SAP functionality. The table which holds the data for
    "Define G/L Account for Prod Cat and A/C Assignment Cat" is BBP_DET_ACCOUNT and it holds data in similar manner.
    Since other fields except the GL account, are key fields, these are not coming as enabled in change mode. There is no problem with any settings as such.</u>
    <u><b>Since you want to make chnages in 2 to 3 more places(better approach using create template functionality, firstly copy the existing entries and make changes to them and finally, delete the existing extra unrequired entries in the table.</b></u>
    1. Either using the SPRO path
    SPRO-> Account Assignment -> Define G/L Account for Prod Cat and A/C Assignment Categories
    2. Or using SM30 transaction for the table - BBP_DET_ACCOUNT table
    <b>Hope this will definitely help. Do let me know.</b>
    Regards
    - Atul

Maybe you are looking for

  • Drop-down menus text on white background instead of blue

    I installed Firefox 9.0.1 on a new PC running Windows 7 Pro 64 bit. The selected option on the drop-down menus consists of black text surrounded by a thin blue border on a white background. This makes it difficult to see. On the old machine and on my

  • Search my e-mail list for a particular phrase

    I'd like to search over my emails that are still on file to find a particular phrase so that I can find what has happened concerning the subject. Is there a convenient way to do this?

  • How to create members and properties in BPC for Excel...

    Hello, Is it possible to maintain and create members and properties from an input schedule of BPC for Excel? We want to give access to the end users to maintain one dimension (invoices) from an input schedule of BPC for Excel,  in order that they wil

  • Is there any template to customize java pages .....?

    Hi friends, For Oracle pages you can go for customization using Custom.pll or form personalization. Our client is going for upfradation from 11.5.10.2 to R12. In 11i we customized CUSTOM.pll to make specific users read/view only.The same code is migr

  • Itunes is asking me to restore to factory setting

    Itunes is asking me to restore  my phone to factory settings, says it cannot read the contents of the phone, I know I did backups to my computer only yeasterday, will I be able to find it?