R3 Client Change in BW

Source System Client for R3 needs to be changed (from Clent X to Y)  in BW. We are planning to use BDLS for that. We are concerned about the datasources that were activated in Client X (in RSA 5). when we do a client change does it automatically reflect. if not is there any standard program which does it.
Regards,
Krishna.

Hi ,
check this..
/thread/255792 [original link is broken]
Regards,
Raghu

Similar Messages

  • Urgent Help need - How to capture client change event

    Dear Gurus,
    I am not able to track whether user has changed any field in the table or not. I am using IWDNodeElement.isChangedByClient  to capture , but it is always returning me false.
    PLEASE HELP.
    Sample code
    wdContext.nodeTravelTable().moveFirst();
              try
                   for(int i = 1; i <= tblSize; i++)
                        wdComponentAPI.getMessageManager().reportSuccess("Currency is " + wdContext.currentCurrency_travelTableElement().getCElement());
                        wdComponentAPI.getMessageManager().reportSuccess("Is client changed" + wdContext.currentTravelModeElement().isChangedByClient());
                        if(wdContext.currentTravelModeElement().isChangedByClient())
    Thanks in Advance.
    Best Regards,
    Prasad PMV
    PS:Max points will be awarded for any kind of help

    Reply by Thomas Chadzelek 
    I would not recommend to use the changed()/isChanged() methods. They represents "dirty flags" used by our framework in certain situations ("delta handling"). I don't think that applications need access to it, except in certain situations. Anyway, these flags are set whenever an attribute is changed and reset at the end of the roundtrip.
    isChangedByClient() represents a different set of "dirty flags" whose reset is under the application's control. They are set whenever a user changes an attribute (through the Web Dynpro client), but not when server-side code does such a change.
    In NW04, these flags are quite coars-grained. A node element is marked as changed when any of its attributes has been changed.

  • Pushing Port Descriptions based on Client changes using PI2.0

    Is it possible to write a template or job in PI to catch a trap for a client change on a wired network and push an interface description to the related interface based on that change ? For example, 802.1x client authenticates to port fa0/13 on switch1, trap is sent to prime (assuming one can be sent) prime runs a configuration template to update the description on that port with the 802.1x name of the client that authenticated ?
    I can think of a few ways to do this using perl and snmp but am hoping that there is a way to do this with PI.
    Thank you in advance for any assistance.
    Dave

    Hi Chris,
    Prime can sense the TRAP but based on traps prime automatically create or push configuration template is not possible as far as I know.
    Thanks-
    Afroz
    [Do rate the useful post]
    ****Ratings Encourages Contributors ****

  • 'Client Changes' must be allowed when download which kind of object?

    Dear Expert,
    When we download some kind of objects from ECC to CRM, we must set allow 'Client Changes' via SCC4. For example, download DNL_CUST_CNDALL
    Do we have to  allow 'Client Changes' via SCC4 before download all customzing objects? How about Biz Objects and Condition Objects?
    Thanks a lot!
    Hedy

    Hi, Hedy
    Not, I think it's required only for DNL_CUST_CNDALL.
    But, you can see any errors in smw01 and check does it need for specific case.
    Denis

  • How can client change link to external file in in-browser editing

    Hi, I made a website for a client. It has links to pdf files. Obviously they can change the text, but how can they change the link to another pdf file. Thank you.

    Sorry, this is not supported currently. Please vote for this idea: http://forums.adobe.com/message/5552091#5552091
    This helps the product team prioritize.
    Thanks,
    Abhishek

  • Jax-WS Client - Change Endpoint Address "https" to "http" - Cause HTTP 302

    Hi,
    I don't know it is a bug or not, but i couldn't find any answer for this.
    I try to write a client for an SSL Secured and Basic Authenticated web service. To access the WSDL url, i have a VPN connection to that network. Also i registered their certificate to the JVM that i used to run the Client.
    To create Jax-WS Client codes, i used "......\jaxws-ri\bin\wsimport.bat -s src -d bin -p model https://xxxx.com/xxxxxx.asmx?WSDL" as explained.
    After successfully generated sources, i added my "SecurityEnvironmentHandler.java" to catch Username and Password callbacks, and also added "SecurityHandler.java" to register my handler and surrund with necessary SOAP Header Security tags. I register them as explained too.
    Everything looks fine, but when i try to run Client test which basically call one of the services, i get
    com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 302: Found
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.checkStatusCode(HttpTransportPipe.java:203)
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:177)
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439)
         at com.sun.xml.ws.client.Stub.process(Stub.java:222)
         at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
         at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
         at $Proxy36.xxxxxxxxxxx(Unknown Source)
         at xxxxxxxxServisImpl.xxxxxxxxxxxxx(xxxxServisImpl.java:69)
         at xxxxxxxxxServisTest.testxxxxxxx(xxxxxxServisTest.java:57)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at org.springframework.test.ConditionalTestCase.runBare(ConditionalTestCase.java:69)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
         at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)( i have changed some unnecessary parts with "xxxxxx" )
    The basic of it i get an "*HTTP 302*" which means it tries to redirect the request.
    Also i had an working copy of a sample Client which was written with Jax-RPC. I looked the generated SOAP Messages for both of clients, they was almostly the same.
    After lots of tries, i found the problem, somehow after the client application starts, it changes the Endpoint Address "https://xxxxxxxx.com/xxxx.asmx" to "http://xxxxxxxxx.com/xxx.asmx", ( it drops the "s" wich means it changes the protocol HTTPS to HTTP ).
    If i set the Endpoint Address to "https://xxxxxxxx.com/xxxx.asmx" before calling any service on port, it works as it should be.
    On the "generated" main WebServiceClient class the WSDL address and also Endpoint Address were set correctly ( with https ).
    Also do i missing any logical part of it? Because i didnt changed it, it generated from WSDL by using "wsimport", it couldnt be a mistake, of if it would be, somebody could see that.
    Thanks for any advice.
    Umut KUNDUKAN

    Welcome to the forum. Please don't post in threads that are long dead. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
    I'm locking this thread now.

  • Send step with TRANSPORT Ack. fails in BPE after default client change

    Hi all,
    I had to change default client in my PI (7.0 sps 13) system from 001 to xxx. I did it according to note 940309.
    After this some probelms appears, for example my IPs becomes unworked and I have to repeat automatic customizing for BPE and re-activate in cache my IPs.
    But some of them sill doesn't work. I found that this IPs fails on send steps with transport acknowledgements. When I switch off transport ack. in send step, it become works fine.
    Please provide me with some solution, because I need transport ack. in my IPs.
    Maxim.

    Additional info:
    BPE monitoring shows that send step fails with errors:
    EXECUTE_METHOD_OBJECT_SYNC
    Work item 000000057118: Object CL_SWF_XI_SRV_SEND_ASYNCHRON method SEND_ASYNCHRON cannot be executed
    Maxim.

  • Client Change options in SCC4 (SAP ECC 6.0)

    Hi,
    Our SAP Development system SCC4 settings are as mentioned below:
    1.Changes and transports for client-specific objects : Automatic recording of changes
    2.Cross-client object changes : Changes to repository and cross-client customizing allowed
    3.Protection regarding client copy/comparison,: Protection level 1: No overwriting
    Please suggest me , above mentioned settings are correct?
    Development users are complainting that they are getting error "SAP System has status 'not modifiable'", Can anyone please help me how to solve this problem?
    Thanks in advance!!!!
    Regards
    Veera

    SE06
    @ clieck on
    system change option
    @ go to EDIT
    software Comonents Modifiable
    Name sapces Modifiable
    own name space Modifiable
    but if it is PRD system then i will Not suggest for client Modifiable..
    Best of Luck
    Thanks
    Mithun Das

  • MI default client change

    hi
    We have installed MI 7.0 and want to assign java part to client other
    than 001. There is no specific procedure given to MI like XI for
    changing default production client.
    We checked Sap Note 937323 and 940309.
    Kindly guide us on the following queries:
    1. Which profile is needed for Client copy and from which client?
    2. Which are the required configuration settings to take care once we
    change a client before and after running template installer?
    3. Yet to run Template installer.
    4 Patching is done to SPS 11.
    Thanks in advance
    Satish Kumar.

    Hi All
    I could solve my problem in the following way :
    1. Add the following parameter to the default profile
    Login/no_automatic_user_sapstar = 0
    Login/system_client = 700
    Restart the instance.
    2. Login to client 700 using sap* and password as "pass", Perform the Client copy from 001 to 700 using the profile SAP_ALL.
    3. Change ume.r3.connection.master.client from 001 to 700 using Visual administrator.
    configuration Adapter service > cluster_data > server > cfg > services > com.security.core.ume.service >
    in this change ume.r3.connection.master.client from 001 to 700
    4. Login to http://<MIserver>:50000/nwa
    Go to tab "deploy and change”. Use scenario MI for template execution.
    Provide the required details. Give ABAP client and JCO client number as 700.
    And complete the template run.
    5. While activating services related to MI in ABAP stack, under /default_host/sap/bc/MJC in SICF,
        Specify Client number as 700
        User ID as “MISUPERADMIN”
    6. . While Creating JCO connections ME_MONITORS_METADATA_DEST and        
        ME_MONITORS_MODELDATA_DEST, use client number as 700.
    Regards
    Satish Kumar

  • Issues with creating transport request for cross client changes???

    Hi,
    In our ECC 6.0 dev system, functional team makes all their configurations in client 100.But ABAP team is using another client 120 to create /modify ABAP objects.
    So all workbench requests getting created in client 120.
    I would like to have all customizing/work bench requests created and released from  client 100.Is is possible to re-assign all work bench requests created in cleint 120 to client 100?
    Thanks
    Ram
    Message was edited by:
            rama subramaniam

    Hi Rama,
                 If u r making any workbench changes that means they are repository
                 objects it will reflect entire system. I dont think we need to import them
                  into the same system once again. Hw ever we can do that by scc1.
    Regards,
    Vamshi.

  • Client change in r/3

    Hi experts,
    We have BI dev server which is connected to r/3 quality having client 600 but now quality is refreshed and new client is 500.
    ryt now data is coming from 600 . please tell me what changes should be done so that now data comes frm 500 not from 600.
    Regards
    Shweta

    Hi,
    when they create a new client
    Normally they will do client copy ,so with this whatever is ther in CLIENT 600 will come to CLIENT 500.
    After copying client , First check Data sources ,Transformations Etc,
    If they are not there then you have to replicate the data sources and map .
    Regards,
    Marasa.

  • Client change in R/3 for BW

    Hi,
    We have a unit test client as X and now it has to change to Y.
    I have heard about BDLS and BDLSS tcodes which help but I need some more clarifications:
    1 - Will running BDLS/BDLSS takes care of all the things like datasources, trabnsfer rules, infosource etc?
    2 - If yes then what is the procedure/steps to run BDLS/BDLSS?
         If No then what additional tasks we have to perform to ensure that BW points to Client Y and everything is working fine.
    Please suggest.

    Hi Martin,
    Thanks for your reply.
    So r u saying that running BDLS/BDLSS will take care of everything?
    Do I just have to delete and reload the data without touching the datasource, transfer rules, transformations etc?

  • SAP PI client change

    how to change the default client for PI template based configuration in SAP PI 7.0

    Welcome to SDN.
    Please read the "Rules of Engagement"
    No interview questions allowed.
    If you have a problem please elaborate on it. post full details on scenario and steps already taken.
    Regards
    Juan

  • How to Client Change Company Logo in SAP BEx

    Hi Guys,
    Could You please How to change Client Company Logo in Sap BW bex broadcaster buy Using the transaction Code:SE80
    Thanks
    Sankar Reddy K

    Hi Sankar,
    Try this:
    1. Goto T.code SMW0.
    2. select radiobutton 'BINATRY DATA FOR WEBRFC...'----> F8
    3. Again execute .
    4. goto create(F5)
    5. enter Object name and Description
    6. Press IMPORT(shift + F6)
    7. Select Picture to import
    Regards,
    Loed

  • Regarding Client change for transport request

    In 46C system, How to change client for transport request?
    Before Upgrade, we have Trans Request-DEVK900002 for client XXX, and this client does not exists anymore. now How to delete this trans request or release it.
    one of the way i think is to change client for transport request and release it. Please share your suggestions.
    regards
    Jaichan

    Hi shlesa,
    Thanks for your reply.
    I tried now..it does not worked out.
    i created request at 000 using DDIC and then logged with 001 client using DDIC.
    then i executed SCC1, gave Source Client 000 and Request number and executed.
    i checked in SE09, was still the Request appeared with 000 client.
    Any other alternatives.
    Jaichan

Maybe you are looking for

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)? If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed. "You do not have permission to perform this operation

  • Cannot Select Row Due to Error 91

    In reporting studio, I am trying to unhide a dimension row, but when I click on the row to highlight it I cannot select it and get and error message that says "GridMgr: UpdatePtySheet() - Error 91 Object variable or With block variable not set. I'm n

  • Every time I open a new Tab the Yahoo Web Search page appears. How do I remove Yahoo from displaying content on each Tab I open?

    I am able to select the website I wish to appear as my Home Page when I open my Firefox browser. However, each time I open a New Tab it opens up to a page showing the YAHOO Web Search Bar. Each and every subsequent Tab opens up showing the Yahoo info

  • Generate PAGING in web pages

    Visual Studio allows me to generate "paging" automatically(my large table would normaly be split through different pages of a given amount of rows). But I cannot manage to make it work with ODP since the whole table is regenerated from the begining i

  • Error in Script Printing

    Hi SAP Gurus, I have developed a new Script(Porchase order print), which i have assigned to ME22N through NACE. Now i am able to see the print preview , but when firing the print the following error is shown. plz help! (5:25:03 PM) Receive job for pr