2 clients in DEV

Most of the places, Why  there are 2 clients in Dev?
I understand, one for ABAPers/technical and one for configurations/functional, if anyone can add to it or provide more details will be helpful.
Some places, required to move transports between these clients, others not.

Hi,
Currently where I am working they have 4 Dev clients, I know which is not relevant.
The main reason behind this is b'coz on 150-client the ABAPers will develop programs which are never client dependant. On 100-Client we are suppose to do Config only, on 120-Client we are doing raw testing of some test data, on 130-Client which is always a copy of Production system is used to test the new config by pulling the request from SCC1.
In this way, the config is not touched in any other clients as they are not modifiable & the new ammendments are tested properly.
Regards,
Prasad Lad

Similar Messages

  • Multiple clients in DEV and QA for CHARM setup

    Blog /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario is an excellence introduction to CHARM setup.
    However in real world, we have multiple clients on DEV and QAS systems.
    Could you help explain how to extend the method in above blog to multiple DEV and QAS clients?
    Thanks !

    Hi Diana,
    Please have a look at this thread :
    Kind regards,
    Stéphane.

  • XI, SLD & multiple clients for DEV & QA

    <i>Ref: Re: 3rd party tech systems for multiple business systems...</i>
    I have a question regarding the avoidance of duplicated Configuration (Collaboration Profiles, Logical Routing & Collaboration Agreements) for different clients in the DEV/QA landscape.
    As we know: many projects have multiple clients in DEV and QA. Here is an example landscape:
    SXD_100 - Dev XI server
    SED_100 - config dev
    SED_200 - ABAP dev
    SED_300 - unit test
    SED_400 - sandbox
    <b>[ 1 technical system : 3 business systems ! ]</b>
    LDEV Legacy system
    <b>[ 1 technical system : 1 business system ]</b>
    SXQ_100 - QA XI server
    SEQ_100 - clean config QA
    SEQ_200 - ABAP QA
    SEQ_300 - data migration prep
    SEQ_nnn - yada, yada...
    <b>[ 1 technical system : nnn business systems ! ]</b>
    LQA Legacy system
    <b>[ 1 technical system : 1 business system ]</b>
    <b>The problem:</b>
    SED_400->LDEV is used for prototyping integration
    SED_100->LDEV is used for config development
    SED_200->LDEV is used for ABAP development
    SED_300->LDEV is used for unit tests
    Receiver Determination is able to look into the message for a <b>dynamic receiver</b>, but we are not able to have a <b>sender</b> like "SED*"
    <b>The question:</b>
    Do we really need multiple sets of configuration in the Integration Directory? Is there a way to re-use the configuration for SED_100->LDEV for the other development efforts?
    Any feedback would be greatly appreciated.
    Rgds,
    Derek

    Hi Derek,
    Since there can only one business system in SLD per client in SAP R/3.
    e.g
    SED_100   will have lets say BS_100_Dev
    SED_200  and BS_200_Dev
    In QA
    SEQ_100 -> BS_100_QA
    SEQ_200 -> BS_200_QA
    It is not possible to configure the single scenario catering the Dynamic (multiple) sender agreement to Reciever.
    But for QA you can use set transport target in SLD to reflect the BS_100_Dev -> BS_100_QA, where ever used.
    This doesnot solve the problem of  having dynamic sender service, it is just for information.
    We also faced the same problem of testing a scenario from different clients of SAP :(.
    Cheers,
    Satish

  • Clients in DEV system

    Dear experts!  We have standard 3-tiers SAP landscape: DEV- QAS - PRD systems in separate servers. My question is about DEV system clients. By now we have 3 clients in DEV system: 100 client (only Customizing, transport allowed, "Golden" client without any data),300 client (Sandbox) and 500 client (ABAP programming, some application data present, transport allowed). Now we're implementing Change Management with SAP Solution Manager. CHaRM supposes only one dev client with "transport allowed". So, we decided that our ABAP-programmers have to develop their programs in 100 client. But they are not very happy to develop programs in the client without any data! I 've read in SAP Help that DEV system has to consist of Golden(Customizing) client, Sandbox and Unit Test. But I can't find out the answer: where ABAP programmers have to work? Please, suggest me the right answer. Thanks.

    If this modification is included in a transport request:
    In STMS you will need to add the transport to the DEV buffer by opening up the DEV buffer first, then choosing Extras -> Other Requests -> Add (input the transport number that contains the client-specific changes)
    Then highlight that transport in the buffer and hit the import button (little truck) and specify the client you need it to go to in the dialog box.
    If the request also needs to go to other clients inside the same system, then choose the options "Leave transport in queue for later import" and "import transport request again" and that will prevent you from having to add the request to the buffer again.

  • Changing the ECC Client in DEV affects Transformation?

    Hi,
    I have a Clarification here.
    We have 2 clients for ECC Dev, 300 & 100.  We completed all our developments in BID linking to 300 client.  Now, Customer says that he has more data in 100 client, so he wants to do testing of that data.
    We have activated all the MD & TD Datasources in 300 Client and all the Transformation mappings are also pointing to 300.
    How can this be achieved?  Now, if suppose, Basis changes the Logical system to 100, do i have to do all the Activations in ECC again for 100?  Do I have to create Transformations for all the Targets again?
    Thanks for your time.
    Regards,
    Murali

    Hi Murali,
    Transformations are not source system dependent, when you say that you can see the name of source system in your transformation, where actually you can see that name? In the description or do you have source system as field in the header informaiton of Transformation?
    You can get the difference, when you double click on your Data source you will see the Source system as separate field in the header information, but in case of transformation you will have only source or transformation and Target as important fields along with other fields.
    Or are you saying that in the transformation mapping of fields you have source system ID assigned to target field source system ID?
    And during transport source system changes are taken care by using transport connection, go to your RSA1 transaciton in the target system and go to Transport Connection-----> "Conversion" button on the tool bar here you can do the mapping of your source client and target client.
    Regards,
    Durgesh.

  • J2EE client side dev tool

    I'm looking for development tools that will help me speed up the development of the client side (JSP and servlets) of my application.
    The dynamic web pages contain a lot of forms (lists) with filter capabilities.
    I'm using JBuilder but I'm looking for a tool (visual drag and drop?) to automate the production of these pages.
    The architecture is Oracle database, toplink, Struts, servlet, JSP. No JavaBeans.
    Anyone with an idea?

    Sure, you can use Struts.. and I found that the use
    of Hibernate(a persistence mechanism for business objects)
    really helps speed things up. handles all your sql for
    you.

  • Standard Function Group TRUX missing in Client's Dev. Environment

    Hi Team
    we are currently facing the following issue in BI: A standard Function Group TRUX and a Standard Type Pool TRUXS are missing in the clientu2019s Development environment. Because of this, the ALTTS tool (which is a simple ABAP report in SE38) cannot be executed. This FM is available in our local BI environment, but it is missing in the clientu2019s BI installation.
    Any help / inputs in this matter would be very helpful. Thank you in advance for looking into this problem.
    Thanks & Regards
    Puneet

    Hi Expert
    Still i am waiting for your reply ...
    Thanks
    Puneet

  • Employee Data in Dev Client

    We did a client copy from Prod to Dev. Now the HR data is in Dev client. Dev client use to be the playground for our IT staffs to do development and testing with SAP_ALL access.
    Do you think it is a risk and we should remove the SAP_ALL from IT staffs?
    Please share how your manage this in your organisation. TQ.

    Hi
    If you think k in the near future some of your processes will be moved to production and you r not 100% live on the producton system at present than no need to deleate the data only deleate the data related to the salaries like IT- 0008, 0014, 0015, 0045 etc payroll infotypes data because all this is a sensitive and confidential information.
    This is so because in near future you need to provide some test cases or test data to user. Or user have to create the new one.
    Thanks
    Sheetal

  • How to handle multiple DEV clients in CHARM

    Experts:
    We have many DEV clients  in our ECC landscape.
    Some customizing needs to be imported into all DEV clients.
    In order to use CHARM to do above import into different  DEV clients, I want to define some logical components with only
    2 systems, i.e. source DEV client and target DEV client (e.g.  DEV100->DEV200).  Then link this logical component to a
    project.
    In this way we will define  many projects (logical componets, maintenance cycles)  depending on how path combinations existing on  the STMS setup.
    Could you help verify whether this will work as expected? Because I did not configure 2 system  tp for CHARM before therefore I am not sure.
    Thanks a lot!

    Hi,
    you should take a look to those 2 threads especially the second one IF those other clients are USED FOR CREATING TR:
    Re: Multiple clients in DEV and QA for CHARM setup
    Change Request Management for multiple production clients
    IF the other clients should just be synchronized with custo done in the first one then the lines above will help you.
    Important fact "A Solman Project can have more than a logical component."
    So for example in your case if you are trying to update DEV 200 with DEV 100 when importing TR to quality system (200 must be a kind of reference client for you),
    you ll simply have to declare a Solman Project containing the core logical component (for ex: DEV 100 -> QUAL 100 -> PRD 100) AND another one that ll let you import in DEV 200 (DEV 100 -> DEV 200).
    In your generated tasklist you'll then find DEV 200 under Target Systems node; like if it was a QUAL system AND you ll find tasks as "Import Transport Requests" available for DEV 200.
    As a prerequesite you MUST declare DEV 200 in your logical component as a Target Role System and not as a Source Role System (like DEV 100) (Transaction SMSY). Otherwise Solman will understand that DEV 200 will be used only for creating and releasing TR and it will be considered like DEV 100
    Hope it helps
    Keep me updated with how it goes
    Regards
    Khalil

  • Does two seperate client required if the solman monitors DEV and QAS system

    Hi All,
    This is our client landscape:
    1 Dev-SolMan->For all development and quality systems(ECC 6.0, BI and EP).
    1 PRD-SolMan->For all production systems(ECC 6.0, BI and EP).
    Note: We have build only DEV-SolMan system as of now and we haven't done any configuration yet like either service desk or ChaRm.
    The question is:
    Do we need to have two seperate clients in DEV-Solman, one for all development systems and one for all quality systems? or Can we have a single client in DEV-Solman to handle all development and quality systems? What is the  SAP recommented approach?
    Thanks
    Sanjai

    Hi,
    you even don't need separate Solution Manager systems to monitor DEV / QA and Prod. You could use one SolMan client to monitor and administrate all systems / clients.
    Maybe it would be a good idea to create different Solution Landscapes, but this depends on your need.
    Separate clients are no good option, because CHARM can only activated in on client. Also if you plan to activate charm, you need a solution that contains all systems in your transport landscape (DEV, QAnad Prod).
    Kind Regards,
    Holger

  • In DEV client i have to copy controlling area or i mantain controlling area

    Hi
    in DEV client i have to copy controlling area or
    i mantain controlling area which is preferable.

    Hi,
    Transfer Controlling area created request from golden client to Dev client.
    Rgds
    sunfico

  • Pointing BW DEV Client to a another client in ECC

    Hi Folks,
    I have a questions on BW & Basis.
    We are having multiple clients in Ecc Development
    ECC DEV i.e DE0 100 200 300.
    Our BW Client is pointing to ECC DEV 200.
    Now to ensure data integrity, We want to point the BW Client to DEV 300.
    DEV 300 has only conversions. And the Data in 300 is more accurate.
    And ofcourse, delete the previous master data and transactional data in BW and do the dataloads again in BW.
    Can you advise:
    If this will affect the present development happening in BW. Please note BW its the same client, but pointing to a different client in ECC within the Development Environment.

    Thank You for the responses.
    We are using ECC 200 for BW Extractions. Now BW Dev is pointing to ECC 200 Datasources. But the chart of accounts is completly messed up. Refereshing the data in 200 from 300 will not help as the Chart of Accounts and other issues.
    So We want another client copy of ECC 200 to ECC 300.
    And the functional team wants to do conversions in this new client.
    Our concern, is
    Can we change the pointer of BW DEV to this new ECC Client 300.
    If Yes, will this effect my current development happending in BW.
    Our Development is mostly happending on the reporting side. We completed the Desing of the BW Backend.

  • Multiple clients in CRM Dev/QA system

    Hi All-
    I've seen in various places that it is recommended to only have one client in a CRM system. I have worked at many sites that have several CRM clients in a system without issues.
    Can any one point me to an SAP Note or document that recommends only one client per CRM system? I realize that there are possible issues with the CRM pricing and cross-client customizing downloads but these can usually be worked around. What other issues are a concern?
    Any SAP document about this would be great.
    Thanks!
    Tim

    Tim,
    Unless you are going to have multiple back ends or some business scenario that requires multiple clients in CRM Production, then don't do it in CRM Dev/QA.
    The reason why don't do multiple clients in a CRM system that is connected to an ERP backend is the following:
    CRM configuration is dependent on downloaded configuration from the ERP system.
    A normal CRM system should only have one backend connection.
    Now why would you want want to have a Dev and QA system that does not reflect how your production system works.  In fact in the case of CRM you are making more work and creating systems that do not accurately mirror production.
    The whole gold client concept in CRM is honestly a bad idea when you have single ERP backend, because it just causes more work for people and it my opinion its a way of people trying to stay busy than add real value.
    Now if you really want to keep busy maintaining middleware and keeping things in sync, go for multiple clients in Dev/QA.  The best part is when something in Prod breaks you won't have any environment that mirrors Prod correctly from a middleware perspective.   In my opinion if you are that concerned about configuration and master data mixing then you probably need a CRM sandbox instance to try things out.
    Take care,
    Stephen

  • Transport request from 2 DEV clients into QA

    Hi Experts,
    Currently we transport all of over modification from DEV/110 client to QAS/200 client. we configured the TMS according it.
    But now business wants to make another client for functional guys DEV/150, these customizing request should be moved to DEV/150 to QAS/200.
    could you please guide me how should we have to configure TMS so that we can export TR from both development client.
    SAP ERP - ECC6 EHP6
    OS - Windows 2008 R2
    DB - Sybase ASE 15.7
    Best Regards
    Deepak

    Hi Nayeem,
    Thanks for reply, i visited on your suggested pages but still not able to create another consolidation route.
    could you please see the attached screen of STMS.
    i am able to define target client to import but not able to define Integration system with client as DEV 150.
    also we implemented CHARM on SOLMAN 7.1 SP8.
    Please let me know what change we have to make in STMS.
    Best Regards
    Deepak Singh

  • Layout baisc settins like page format not allowedin dev 100 client.....!!!

    Hi all,
    i have copied standard lay out set in to Zform in client 100 (Dev).
    now i m trying to change it's page fornat ( like Landscape Format).
    It is not allowing to change  or display Zform basic settings (Attributes) in 100 . it is giving message "Language En Locked original Language DE Being Processed".
    pls check & revert.

    hi,
    While downloading form from client 000 to 100 first u should cange langauge,
    than procees the form.
    Here THERE is navegation to convert language from DE to EN.
    whn down loading process is complited  than open form in DE language itself than whn u r entering into first screen in cange mod GOTO UTILITIES inthat there is one options called COnVERT origbal language in that make cahges to language DE to EN than it will work out.
    Thanks.
    Patil

Maybe you are looking for

  • Why does my .me online calendar not match my iCal on my desktop?

    Not only do my calendars not seem to be syncing up, my iCal at home has double events for every repeating event. But more annoyingly my .me calendar is different than my ical at home calendar. Arent all these calendars supposed to sync up? If i make

  • Oracle North American Payroll Customers - US Q2 Statutory Updates Released

    Dear Oracle North American Payroll Customer, The United States (US) Second Quarter Statutory Update (Q2), 2006 has been released! The following patches are available: R11i: 4938760 R11: 4938760 Please be sure to carefully read ALL the readmes before

  • Desktop icons wont open when clicked on

    Hi to all Happy New Year just installed Leopard on both of my computers- on Macbook -desktop icons open when clicked on but not on my Imac computer- tried restarting numerous time any suggestions. Any thoughts. Kevin

  • Error processing XML request, java.lang.IllegalArgumentException

    Hi all, In my code I can successfully connect to server and send the content which is an XML content: param = java.net.URLEncoder.encode(s, "UTF-8"); java.io.PrintWriter out = new java.io.PrintWriter(connection.getOutputStream()); out.print(param); R

  • An HTTPS problem...Sun App Server issue?

    When I access my app using https, I get a certificate message asking me to accept the certificate (which must have been automatically generated since I did not puchase one). Anyway, after I accept the certificate, I get a message that says "The page