Integration of a Web Application

Hi all,
I am looking for a smart way to realize in ABAP a call of an external web application from a R/3 screen
- with exchanging data back and forth,
- with the R/3 to hold on until web app. sends data back
- with the web app. to run a separate Internet Explorer window (not the one within SAP GUI).
The web app. shall calculate the conditions for a quotation. So the user calls VA21 in R/3 (ECC5.0). On the conditions screen there will be a button “web.app” (comes there through modification). Pressing that button the Web Calculation App. will start in an Inter Explorer window. The user enters information here, some information already had to be received from SAP call. When the user finishes in the web appl. the results (conditions) shall appear in the condition lines of VA21.
How can I do it?
I know there is the demo report SAPHTML_DEMO1 using html_control techniques. But this opens always in a SAP GUI IE window. The web application wouldn’t work here as it has some PopUp windows. The SAP GUI IE opens the PopUp in the real Internet Explorer and here the session is lost.
I know the FB CALL_BROWSER. But I wouldn’t know, how to get information back to SAP this way and how to make the R/3 Screen stop just until the web app. has finished.
Any ideas? Thanx!
Karsten

I was thinking of something like:
You create an R3 transaction that does the processing that you need and saves the data in a Z table.
Then create a service file that will run this transaction on the web. You will probably have to use an anonymous logon with the userid and password in the service file.
Modify VA21 (hopefully through user exits or BADIs) so that it can call FM CALL_BROWSER with the url of the new service. Before the browser is called, it would have to lock some object – probably the row of data in the Z table that will be entered.
The web enabled transaction will have to unlock the data that was locked before the call to the browser when it completes.
After any key is pressed in VA21, if the lock object is still set, you will have to let the user know that the web transaction has not completed (he or she may have closed the session or forgotten about it). Then give the user the option of continuing without the web data or going back to complete the web session. You have to decide what to do if they want to continue without the web data. It would have to be able to do the unlock.
If the web transaction tries to unlock the data but it’s not locked, it means that the lock was released by VA21. In this case, the transaction should not save the data.
This analysis is quick and probably very incomplete, but it may give you some ideas on how to proceed.
Good luck.
Rob

Similar Messages

  • Integration office365 with web applications

    Hi, I'm develop web application where I have my own storage for files. I wan't add functionality that provide editing files via web browser.
    1. Is there possibility to call office365 app from my app by some API, send my file stream, edit and on save get back file stream to save in my storage?
    2. If you provide functionallity from 1.how looks architecture solustion? Do I conect some global office server or should I have office365 app instantion on my server?
    Thanks,
    Chris

    Hi,
    According to your post, my understanding is that you want to integration office365 with web applications.
    For your task the
    file API
    should be the right one. With it you can access and manipulate Office and OneDrive for Business documents.
    Here is a similar thread for your reference:
    http://stackoverflow.com/questions/27396671/office-365-integration-with-asp-net-web-application-mvc-application
    More information:
    http://channel9.msdn.com/Series/Deep-Dive-Integrate-Office-365-APIs-in-Your-Web-Apps
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Integration of a web application running on tomcat

    Hi all experts,
    I want to integrate a web application running Apache Tomcat/5.5.20.
    it's login page(jsp  page) have two input box uid and pwd.Login Application
    calls a servlet in Apache Tomcat/5.5.20 web.xml.
    For Accessing the loging page url is http://2.2.3.2:8080/uportal/Login
    I tried with app integrator
    URL Template  <System.protocol>://<System.server>:<System.port><System.uri>?<Authentication>
    URL Template fragment for User Mapping is
    login=<MappedUser>&passwd=<MappedPassword>
    But its giving error
    description The server encountered an internal error () that prevented it from fulfilling this request.
    java.lang.NullPointerException
         ubq.base.UEncryptionService.encrypt(UEncryptionService.java:29)
         ubq.base.UUserManager.loginUser(UUserManager.java:25)
         ubq.base.ULoginServlet.doPost(ULoginServlet.java:106)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Can any body help me ,My problem is that i cant change any code in backend application.
    Thanks in advance.
    Regd,
    Sanjay

    Hi Sanjay,
    Does the Tomcat is in the local System?
    If it is in local system try to run the application using
    <serverhost>://localhost:8080/......
    else for remote server
    Its always safe to add an entry (alias name) in drivers/hosts file with the ip address of the server like
    2.2.3.2     myLocalServer
    Now try to run and see.
    Thanks,
    Swathi
    PS:points are welcome:-)

  • Integrating With a Web Application

    Hi Guru's,
    We have a requirment as given below,
    Our Company have 25000 Employees. Currently Company run their HR Process in a Web application. We would like to have the HR master data in the SAP system. So Which is the suggested method for Integrating This Web application with SAP R/3. We have ECC 6.00.
    Please give your valuable advice.
    Thanks & regards,
    Lijo Joseph

    You can certainly reduce the latency of web requests by making things asynchronous. e.g. if you have a slow piece of functionality such as registration & sending of emails back, you could make that completely asynchronous and just send a message to a JMS Queue then consume it in another process/thread. Then the user of your web application doesn't have to wait for the slow processing to complete before their browser refreshes.
    To make it easy to integrate JMS into your application, you might want to stick to a POJO model and then use Spring Remoting over JMS via Lingo
    http://lingo.codehaus.org/
    James
    http://logicblaze.com/

  • Integrating a Java web application into the SAP NetWeaver Portal

    Hello experts,
    We have a requirement to integrate a Java based web application into the SAP NetWeaver Portal using iView/iFrame technology. The Java based web application is completely independent from the SAP environment but should be displayed as part of the SAP Portal environment. The other requirement is the main navigation menu for the Java based web application should be configured and provided in the SAP Portal.
    Any pointers on how exactly this can be done would be of great help.
    Also how can the SSO (Single-Sign-On) to the Java application be implemented so that the user can logon to the java application through the portal without providing the user credentials again.
    Thanks in advance.

    Hi,
    I think you can use URL iviews to integrate your java web application with EP. you have the option of doing SSO with the application as well.
    Have a look at the sap help material
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb51730e6a11d7b84900047582c9f7/frameset.htm
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CreateURLiviewintotheSAPEP+portal
    Regards,
    Ganesh N

  • Pagination not working when RDL report is integrated with MVC web application using ascx control reportviewer

    I have the below code in my User control ASCX page.
    <form id="form1" runat="server">
        <asp:ScriptManager runat="server"></asp:ScriptManager>
        <table>
    <tr>
                <td>
                    <rsweb:ReportViewer ID="rvDracas" runat="server" Height="100%" Width="100%" ProcessingMode="Local"
                        DocumentMapCollapsed="true" SizeToReportContent="True" PromptAreaCollapsed="True"
                        ShowCredentialPrompts="false" ShowBackButton="False" ShowPrintButton="true"
                        AsyncRendering="false" ShowFindControls="false" ToolBarItemBorderStyle="None" ShowToolBar="true"
                        ShowReportBody="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="False"
                        ShowParameterPrompts="False"  ViewStateMode="Enabled" OnLoad="rvDracas_Load" onclick="window.App.submitting
    = true;" style="margin-bottom: 0px" OnPageNavigation="rvDracas_Load"  >
                    </rsweb:ReportViewer>
                </td>
            </tr>
        </table>
    </form>
    In page load I am filling the RDL with the data source.
    When I click on Page navigation control it is throwing me the below error.
    "Unhandled exception at line 885, column 13
    0x800a139e - JavaScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
    Please help...

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are doing ASP.NET MVC app development, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    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.

  • How to integrate BeX Web Applications into Solution Manager

    Dear All,
    I am integrating the BeX Web Applications into Solution Manager. My Scenario is to add a button named 'Support' wherein when I click the button it should take me to the solman BSP Page. I have saved the two templates - oadhoc & 0adhoc_table by making it 'Z' and added a button in Zadhoc_table. but when I click the button it is not picking the values of an object from the first template.
    Kindly help me to get the solution.
    Best Regards,
    Priya

    Basis Team,
    Please check this document link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ad0a4b07-0301-0010-5095-ef7615676fc0
    Hope this document link helps you.
    Thanks
    Mona

  • One web application - interact with many application

    I need to create web application that will be interact with different applications by different protocols. On the input of this application will be different xml files (commands).The input must be implements as stream input (something like IBM WebSphere Business Integration Connect)
    This web application must be consist from differents modules. Every module do the concrete task. E.g. with file1.xml - web application connect with MS Outlook. With file2.xml - web application connect with some web service and so on.
    What kind of java web technology I can use to create this web application?
    Thanks.

    You can use web service to accept input XML for your application and remaining technology depends upon the nature of target system and your work involved. For example, to consume target system web service you can think of using JAX-WS.

  • How to set up web application integration to use hotmail as my default email

    I use hotmail and/or yahoo for my email providers, but when I click on an email link on a website, nothing opens like it did with IE. The website says I can set this up through a "web application integration" but I cannot find instructions on how to do this anywhere. I checked out all the "options" under tools and can't find it. I'm sure it's simple but I can't find it, LOL

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • Issue of deploying a fusion Web Application with integrated Weblogic server

    Hi,
    i'm using Jdev 11.1.1.3.0 to develop a fusion web application, with a model and ViewController Projects.
    When i try to deploy this application with the integrated server, i have any issues.
    The origin seems to be that it builds an application with 3 profiles. The model application is recognized and deployed as a webapp and not an ADF library as it should be..
    [11:00:45 PM] Retrieving existing application information
    [11:00:45 PM] Running dependency analysis...
    [11:00:45 PM] Deploying 3 profiles...
    [11:00:46 PM] Wrote Web Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0/ViewControllerWebApp.war
    *[11:00:48 PM] Wrote Web Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0/ModelWebApp.war*
    [11:00:48 PM] Wrote Enterprise Application Module to /home/david/.jdeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/easygestionV2.0
    [11:00:48 PM] Deploying Application...
    <27 déc. 2010 23 h 00 CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application easygestionV2.0 is not versioned.>
    <JpsDstCredential><setCredential> Impossible de migrer le dossier/la clé d'informations d'identification et de connexion ADF/anonymous#easygesprod. Raison : oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Les informations d'identification et de connexion avec la correspondance ADF et la clé anonymous#easygesprod existent déjà..
    <TrinidadFilter><init>
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:725)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)
         at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.register(ConverterValidatorRegistrationUtils.java:36)
         at oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator.init(RegistrationConfigurator.java:79)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:400)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:53)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:103)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    How can i fix the model project to be deployed as an ADf library and not a webapp with the integrated weblogic server ? Because with me it doesn't do it by itself.
    Thanks a lot for help

    duplicate to Issue of deploying a fusion Web Application with integrated Weblogic server

  • ADF application integrating with Oracle Web Cache

    Hello,
    I am trying to integrated my ADF 11g application with Oracle Web Cache. I used this link http://andrejusb.blogspot.com/2010/06/oracle-webtier-11g-configuration-for.html for it.
    I am able to access my ADF application using webcache port 7785.
    I created few caching rules in the Oracle Web Cache. And in the popular request section of the Oracle Web cache i see jpg,png and other image files cached.
    But the issue is when the application access images like /testapp/test/images/abc.jpg?_adf.ctrl-state=5b0s7lzfo_29 . I created a caching rule with regular expression ^/testapp/test/images/[A-Za-z0-9_]*\.(gif|jpeg|png|jpg)\?_adf\.ctrl-state=[A-Za-z0-9_]*$.
    But when i access the popular request in em i don't see the URL given above as cached. The caching reason it specifies as URL contains query string.
    I am not sure if i need to do anything additional to cache these URL's as well.
    Thanks!
    Ram

    Yes that works. But my question is how to cache the urls which has querystring. I was trying to give a regular expression to match the url so that the url which contains parameters like _afrLoop which changes with each HTTP request can also be cached.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Portal Integration of an existing Web Application

    Dear all,
    we are preparing for the pbnw certification. Our way is to deploy our existing web application on the J2EE engine and make it accessible via the portal, i.e. where are taking the certification scenarios J2EE-DEP and BP-EP.
    Up to now, my idea is to integrate the web surface of our application into the portal as far as this is possible without too much effort. Alternatively it would be possible to access our application via an URL-iView however to my feeling this is not a real integration. Did I get things right assuming that would meet the requirements for pbnw certification?
    I read that it is necessary to follow the portal's look and feel by applying SAP's CSS. Does anyone know where to obtain these? And what is the easiest way to replace the currently used stylesheets by them?
    Millions of questions...
    Thanks a lot!
    Regards,
    Angela Grüner.

    Dear Angela
    Please have a look at the following Weblog link which gives a detailed description of the method to create a URL iView using Application Integrator:
    /people/markus.pfeffer/blog/2005/12/14/integrating-your-web-front-ends-into-the-sap-enterprise-portal-using-the-application-integrator
    If you adopt this method to create the URL iView, then it meets the requirement for EP-BP Certification.
    The blog also includes an example of HTML code with applied SAP CSS. Please go through this section to implement EP look and feel.
    Hope this helps!
    Regards
    Atima

  • Javafx application integration in a web page

    Hello, I did javafx application with a database, and now I want to publish on the net.
    I have uploaded the files:
    - project.html
    - project.jar
    - project. jnlp
    - project.jar.pack.gz
    - index.html:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>>TravelsGo</title>
    </head>
    <body>
    <h1>TravelsGo</h1>
    <script src="http://dl.javafx.com/1.3/dtfx.js"></script>
    <script>
        javafx(
                  archive: "project.jar",
                  draggable: true,
                  width: 640,
                  height: 480,
                  code: "project.Main",
                  name: "project"
    </script>
    </body>
    </html>I did not understand what do I do with the database, it works locally, but trying to view the application on a web page gives me error
    you can watch here: http://travelsgo.altervista.org/
    I hope someone can help me.
    Thank you.

    Hi,
    Thanks for answering. I must tell us that I'm so newbie in these themes and I have a little knowlegde of this.
    I've browsing through the JNLPAppletLauncher option, but I have more questions about that.
    First of all, I'll expose the application I'm working. The application is a SIP-client, specifically SIP-Communicator (http://sip-communicator.org/), and I want to embeebed in a web browser. I've been trying to make an applet from the application with helping by a tutorial, but it's impossible because I have other version than version which was used to build the applet. So that option, we could say that is closed.
    The another option is to use Java Web Start, there is another tutorial for that and I can say that It should work more or less.
    Thus, I need to give the java web start application an appearance of applet (but it can't be an applet), i. e., the java web start application has to run in the web browser.
    As I far I know if I use JNLPAppletLauncher I have to build an applet that would be launched through a jnlp archive. havent't I?
    What do you think about that, Do you see that java web start application integration in the web browser is possible?
    Thanks a lot and best regards
    Pedro

  • Integrating two web applications in JDev 9i

    Hi all,
    what is the best way to integrate two web applications developed independently, on JDeveloper 9.0.3.4?
    I tried with one project for each application but no success. I then tried as one project by tweaking another application that my application depends on. The other application handles user management, login etc. The problem is after logon I get the link to the services of my application, but the root context to which I am directed is not recognized because it is set as the root of that user management application. If I enter correct URL, then the session is not preserved and I am redirected to login page again, i.e. I cannot switch smoothly between application contexts and test how it works together.
    Many thanks,
    mile

    Hi Suman,
    For enabling SSO for web apps we need have 3 options in hand.
    Please check the below link for the three methods.
    http://help.sap.com/saphelp_nw04/helpdata/en/12/9f244183bb8639e10000000a1550b0/frameset.htm
    This also depends on the Portal version we are using, If the Portal is EP 6 APP integrator as you mentioned works but if its EP 7 pls use the below link for enabling SSO for web apps
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f05ae0f0-bf93-2b10-ed9e-a7320c012841
    Hope this helps solve your problems.
    Good Luck!
    Regards,
    Shaila
    Edited by: Shaila kasha on May 26, 2009 11:51 AM

  • Web Application Integration in EP 6 SP9

    Hello
    I'm currently implementing the new version of SAP EP (NW 2004, SP 9) and the web application integration process seems to be diferent from EP 6 SP2. I couldn't find so far any clear and good documentation as the old "HowToUseAppIntegrator.pdf" about how to do this integration. I tryed to follow the same procedure, but the properties (URL Template and User Mapping Template) are different in the com.sap.portal.appintegrator.sap, Generic option.
    Is there any similar document for new version ? Any help ?
    Thanks in advance, and rgds.
    Fernando Cervantes

    Hi,
    Use the same app integrator document available on SDN.
    Upload the par file that comes along with the document using PortalAnywhere.default.
    Or else navigate to System Administration --> Support --> Portal Runtime --> Administration Console.
    You can upload the par from here.
    Follow the example for Yahoo integration.
    Regards,
    Vibhu

Maybe you are looking for

  • Php3 + oracle + apache - ORA-12154

    Hi, I build php3 with oracle support, installed oracle 8.1.5 on RedHat 6.0 and used dbassit and netasst to configure it. Oracle works fine. I can use sqlplus and read table from Acces. But, when I try to log on oracle with php3, it does not work : OR

  • Slackware to Arch server switch questions

    I want to have this setup, with all PCs running arch: http://img.photobucket.com/albums/v637/ - SYSTEM.jpg I currently run NTL and the modem has a eathernet port on it so its all easy and good with my slackware server DHCP on one network card and fix

  • Cannot reload vi after saving

    Dear everyone, I have been creating a fairly large LabVIEW application with v8.2.1 over the last 2 months. Now when I save my top level vi, it cannot be re-opened.  LabVIEW starts loading and displays the title bar and then hangs without displaying t

  • Oracle 11g R2, CREATE TABLE and QUOTAS

    Hello everyone, I need some insight about a strange behavior I found out in Oracle 11gR2. Don't know if I do miss something or if I just found out a security issue with Oracle. Oracle Version : 11.2.0.1.0 The problem is related with the CREATE TABLE

  • HT201320 Changed apple ID and my icloud account. Ever since this change, I am unable to access my email?

    I changed my apple ID and my icould account. Ever since this change, i am unable to access my email. everytime i open my Yahoo Inbox, I get this msg saying "Cannot Get Mail" "The connection to the server failed". but 'm on wifi and can access all sor