Switching from Microsoft Web technolgy to XI

Hi All,
I was working in developing web appilicatons using Microsft technologies (C# and ASP.Net) for the last 2.5 years. recently i was trained in SAP ABAP and SAP XI.
I had a short stint with an Abap project and XI project to follow. How would you comment on my switcning form my earlier platform to XI. Is it worth switching or should i continue in my previous platform itself.
Also if you suggest XI what are the other courses i can pursue like BW or EP.
Thanks
Rakesh

Hi Rakesh Ramanath ,
1)First of all I would appreciate u'r decision for switching into XI b'coz for career growth & better oppurtinities (i.e In SAP(ABAP,XI,EP,..best salary packages r offered in market)
2) Since u may have gained ful knowledge on OO Concepts it wil help u in learning EP, WebDynpro etc.
3) U can pursue either BW or EP . There r equal oppurtinities . For EP u should know Advanced J2EE Concepts.
The following r excellent websites on XI which gain u confidence on learning XI:
SAP Exchange Infrastructure 3.0 Integrating Heterogeneous Systems with Ease
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1ebea490-0201-0010-faad-a32dd753d009
SAP NetWeaver Technology Overview
http://www.gi-ev.de/regionalgruppen/aachen/vortraege/abstract/04/21-04.pdf
SAP NetWeaver Visual Composer
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sdn-meets-labs-walldorf-05/sap%20netweaver%20visual%20composer%20in%202005.pdf
SAP Exchange Infrastructure for Developers ( This is an excellent website for free pdf book for XI)
http://www.sap-press.de/download/dateien/1191/sappress_exchange_infrastructure.pdf
Exchange Infrastructure  :  XI Transaction Codes 
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/xiTransactionCodes&
A Beginner's Guide to SAP XI Settings part I
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c9692
A Beginner's Guide to SAP XI Settings part II
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6bd6f69a-0701-0010-a88b-adbb6ee89b34
SAP XI AND SLD
http://www.sappro.com/downloads/nov06/XIandSLD.pdf
Exchange Infrastructure Learning Map 
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/learning+map&
SAP Exchange Infrastructure eLearning Catalog(U wil get all downloads regarding XI starting from basics to end)
https://www.sdn.sap.com/irj/sdn/xi-elearning
All Articles on SAP NetWeaver Exchange Infrastructure(This website gives al articles on XI)
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/f04b44aa-fe06-2a10-859e-82ad4965781d?startindex=101 [original link is broken]
Mastering SAP Netweaver XI - Programming( PDF Book for XI)
http://www.sap-hefte.de/download/dateien/1241/140_leseprobe.pdf
SAP XI Learning Guide
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1008087,00.html
SAP Exchange Infrastructure 2.0
http://www.sun.com/third-party/global/sap/collateral/SunSAPWP_final.pdf
http://help.sap.com/bp_bpmv130/Documentation/Planning/TechnicalInfrasture.pdf
Process Integration with SAP Netweaver new features and functions
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4042611d-04e5-2910-bd9d-f97627b1c164
SAP NetWeaver Process Integration 7.1 –Overview
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/706005a3-3bd6-2910-91ae-a2016239bdcf
End To End Process Integration Features in SP15 and higher incl. SAP NetWeaver 2004s
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6a90d6aa-0b01-0010-8a83-cf0e6c70dcce
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/54f20a2e-0801-0010-f787-87653d356508
cheers!
gyanaraj
****Pls reward points if u find this helpful

Similar Messages

  • Switched from Text & Web by mistake - how do I get it back

    I switched from the Text&Web tariff to a Big Bundle because I thought the extra calls would make it better value however I didn't realise that the way that it is charged (on a set day of the month) would make it much more expensive for me. Text & Web doesn't seem to be offered on the website any more so how can I roll back to it? I've had the Big Bundle for 2 months. Will I have to leave O2 to get a more affordable deal including internet again?

    Hi I don't think this will be possible. Text and web is one of the old tariffs (my husband is on it) and once you have changed to one of the newer ones Big Bundle and Big Talker...that will be it. You could try ringing customer services and ask 4445 for payg but I think the answer will be the sameThese are the payg tariffs available now..http://www.o2.co.uk/tariffs/payandgoYou may want to look at the tariffs on giffgaff or Tesco...they both use the O2 networkhttps://www.giffgaff.com/index/offerhttp://shop.tescomobile.com/#pay-as-you-go

  • Switching from Microsoft JVM to sun JVM plugin.  Problem w crystal reports

    Hi,
    I am currently in the process of switching off of the microsoft jvm to the sun plugin. I am using the reportviewerbean to view the reports. This works fine in the microsoft JVM, but I am getting a server not found error in the java JVM plugin. Here is the codes that is currently used:
    bean = new ReportViewerBean();
    if ( reportname.startsWith("/") )
    java.net.URL url = this.getDocumentBase();
    reportname = url.getProtocol() + "://" + url.getHost() + ":" + url.getPort() + reportname;
    add((Component) bean);
    ((Component) bean).setBounds(0, 0, (int)this.getSize().width, (int)this.getSize().height);
    bean.start();
    bean.setBackground(Color.gray);
    bean.setPromptOnRefresh(false);
    bean.setHasGroupTree(false);
    bean.setHasPrintButton(true);
    //setZoomFactor(100);
    bean.setZoomFactor(-2);
    Log.debug("In report viewer: setting report parameters: "+reportparameters);
    bean.setReportParameter(reportparameters);
    * It's important to set the report name last. This tells the Crystal viewer to
    * start the report. Otherwise you can get multiple URL requests for the same report.
    Log.debug("In report viewer: setting reportname: "+reportname);
    bean.setReportName(reportname);
    Can anyone tell me what I am doing wrong or what I need to do differently for the SUN environment
    Thanks

    Hi
    I have started playing with this again my full msg is:
    Crystal Report Viewer 1.3.7
    java.vendor = Sun Microsystems Inc.
    java.version = 1.6.0_05
    os.arch = x86
    os.version = 5.1
    File name = java_plugin1.epf
    "java_plugin1.epf" does not exist.
    No response from server.
    URL = http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en
    Parameters = viewer=java_plugin&cmd=get_pg&ttl_info=&page=1&incomplete_page=1&incomplete_page_count=1&pversion=3&promptOnRefresh=0
    network: Connecting http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en with proxy=DIRECT
    Failed to connect to server.
    I have noticed that the viewer is set to equal java and not java_plugin. I am wondering if this is the problem. does anyone know how to change the viewer= ?
    thanks,
    Marc

  • Can i download vista from Microsoft web page?

    Hey,
    Maybe you have seen from my last posts that i have been asking about vista and boot camp, but when i went to buy it they told me that here (where i live) there is no vista DVD they just come with the computers, so here is my question: Can i download vista from windows market place?
    And this question for the ones that have vista or know: I want to install Windows Vista Home Premium, but i am not sure if i can install it because i need 128 MB of graphics memory but i don't know if i have them, what happens if i don't have that amount what won't i be able to do?

    *"Can i download vista from windows market place?"*
    No.
    You can order Vista from hundreds of online retailers if your local dealer does not carry it. Regardless, this is really a question for Microsoft or a Microsoft forum.

  • Switch from Microsoft to Mac

    I just recently switched laptops from Windows to Mac.  I downloaded the desktop software for Mac and tried to sync my Bold.  It worked for the most part except I lost everything in my memos, tasks, password keeper, and a couple other small things.  It did work in syncing my contacts and calendar.  I looked into the backup options but I couldn't find what to backup to.  I'm not very good with these things so I don't know if the answer is right in front of me or if there is some problem.

    With regards to keeping your Mac happy... You may also find these Links of interest...
    http://support.apple.com/kb/HT1147
    http://www.thexlab.com/faqs/maintainingmacosx.html

  • Changing from microsoft entourage to mac mail 7.2 ?

    Is there a way to switch from Microsoft Entourage 2008, Version 12.3.5 [latest installed update v 12.3.6] to Mac Mail 7.2 and keep all my mailboxes and contacts?
    John Modder

    Open Entourage, drag the email account folder to the desktop of your Mac, this will produce an .mbox file. Import that file into Mail (File>Import)
    Theoretically your folder structure should be intact, realistically it may not be.

  • Making the switch from Word to Pages

    I'm trying to make the switch from Microsoft Word to Apple Pages. For my job, I push Word to the point of not working anymore with large, 150+page reports, that have many figures (images), tables and cross-references. I am trying to see if Apple pages will handle these documents any better than Word.
    My problems are many, and any help would be very much appreciated.
    I need to learn how to use the styles the right way,to set up my main report like so:
    1. Heading Primary
         1.1 Heading Secondary
              Bodytextbodytextbodytext
         1.2 Heading Secondary
              Bodytextbodytextbodytext
              1.1.1 Heading 3rd
    and so on. This can easily be done with the default heading tool and a simple press of the tab button-but I need to be able to change the font size on the different level headings, and the only way I can manage this is when I define each sub-heading as a different paragraph style (like 1.Heading 1 and 1.Heading 2), but it seems whenever I do this the table of contents has a hard time indenting the right topics.
    Also, I'm not fully sure how to add captions to pictures and tables, and then how to below the table of contents make a list of figures and a list of tables, respectively. In word, it is as simple as inserting a caption and defining it as a figure or table.
    Like I said, any help would be appreciated-I can't seem to pick these things up from tutorial videos or the user manual, so I've turned to the trusty Apple Support Community.
    Thanks,
         -Skyler

    Table of Contents doesn't adapt to the automatic lists numbering, sad to say.  The TOC has it own Styles you can set.
    For caption use a text box that you group with the image, table or any other object.
    To make a list of images and tables you have to do them manually.
    Pages doesn't have all the feature Word has.
    Have you downloaded the Pages User Guide from your Pages Help menu?
    There is a rather good boo you can get "The missing manual for iWork".

  • Error. your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.

    I have the following inside my SharePoint server 2013 :-
    EnterPrise Wiki site collection.
    i have both "Excel services Application "& "Visio Graphics Service" running correctly.
    The problem i am facing is as follow:-
    when a user click on an Excel sheet or Visio document , it will be shown inside the browser without any problem.
    but if the user click on "Open in Visio" OR "Open in Excel" links inside the browser, they will get the following errors:-
    Sorry, but to open this workbook, your computer must be running a supported version of Microsoft Excel and a browser that supports opening files directly from Office Web Apps.
    To open this document, your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.
    I have the following settings inside my PC:-
    Office 2010 for Excel, word, power point,etc.
    Visio 2013.
    i have disabled SharePoint foundation support for office 2013
    Can anyone advice on this please?

    Hi,
    Please try to reset the Internet Explorer settings or open Internet Explorer in In-Private browsing and then check if this issue occurs.
    If the issue persists, please try to access SharePoint in another computer with Office 2013 and then check if this issue occurs. Or repair Office and restart your server.
    Here is a blog about the same issue for you to take a look at:
    http://sharepointexit.blogspot.com/2013/12/sorry-but-to-open-this-workbook.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Using Webi to generate report from Microsoft Project?

    Does anyone know if there a way to create a Webi report from Microsoft Project?  Can put me in the right direction towards accomplishing this task?

    Hi,
    For this use Microsoft .Net with Integration of Business Intelligence(BI/BOBJ). Select web I reports with Crystal Reports generation and use in the .Net Project.
    All the Best
    Madhu.....

  • Printing a document from firefox web page or Microsoft Word doc ument used to work just fine. All of a sudden I was unable to print a Word document. I can still print a web page. Any suggestions?

    I have a document from Microsoft Word that will not print. It's as if the printer is not connected when I attempt with the Word document. I have gone in and deleted any pending documents in Microsoft Word. I have restarted computer, as well as the printer. The printer does not seem to be connecting or responding to the Word program (cannot find spooler) Any suggestions?

    I have a problem similar to those posted here, with one difference. With my printers newly installed, regardless of which one is selected as the default, when I try to print from Adobe Reader I receive the error message we're talking about : "Before you can perform a print related task...."
    Here's the fun part.
    If I click OK on the message, ALL MY PRINTERS GET DELETED and, I get the windows message that "Spooler subsystem app has encountered a problem and needs to close"! If instead of clicking OK I switch to Task Manager and end Adobe, I'm fine and can print from other programs.
    I can "reset" the problem by deleting the files in C:\Windows\System32\Spool\Printers and C:\Windows\System32\Spool\Drivers\w32x86, restarting the machine, and deleting then reinstalling the printers (which show up again after the restart).
    BUT, if I try to print from Adobe Reader again, I get the same cycle of problems.
    I am running Windows Vista and Adobe Reader 8.1

  • Suddenly, system produces a "microsoft image writer," freezes, then crashes when I try to print from a web page. This is new, just past week or so.

    For the past week or two, when I desire to print from a web page or email and hit the "print" command, instead of my printer name the printer window displays 'microsoft document image writer." Then it asks me to save (in which case it appears in my documents) or print to file. Then, if it works, it produces a window with an image of the page. And once or twice, I can then print. But usually, it produces a blank screen, an endless hourglass, a "not responding" message, and then the blue screen of death.

    -> Problems printing web pages
    * http://kb.mozillazine.org/Problems_printing_web_pages
    -> [Firefox hangs]]
    * http://kb.mozillazine.org/Firefox_hangs
    Check and tell if its working.

  • HOW CAN I IMPORT TEXT FROM MICROSOFT WORD TO THE WEB PAGE?

    HOW CAN I IMPORT TEXT FROM MICROSOFT WORD TO THE WEB PAGE?

    Another method is tosave your Word document as an a web page.  Then open the htm file, copy the text and paste into an HTML snippet on your web page.  Resize to show all the document and publish. It will retain the style, font and alignment of the original Word document.
    OT

  • Unable to switch from Windows Update to Microsoft Update

    On a new Windows 7 64 bit computer I am unable to access Microsoft updates. Windows update works fine, but when I click the link to get updates for other Microsoft Products it will only take me to the screen that tells me to use the start menu to check for
    updates. I have also tried other links to Microsoft Update from other Microsoft webpages and end up with the same result.
    I have Office 2013 Standard installed and activated, and from previous installation experience know that I should be able to access numerous updates through this method.
    To verify that I am able to install updates for Office I manually downloaded and installed one Office 2013 update through the Microsoft download site.
    How do I get this machine to switch to Microsoft Update?

    Hi,
    According to your description, I think you may had a misunderstand between these two updates installation. Here is a paragraph which talking about Use Windows Update to Check for Updates to other Microsoft Products:
    By default, Windows Update can download and install updates for Windows 7 and features that are part of the operating system (such as Internet Explorer). You can also merge the functionality of Microsoft Update—a service for managing updates to Microsoft
    Office and several other Microsoft products—into Windows Update so that you no longer need to visit Office Online to get updates.
    If you do not already have Windows Update integrated with Microsoft Update, you will see the message “Get updates for other Microsoft products” on the Windows Update home page. To enable checking for other products, click the Find Out More option shown beside
    this message. This will take you to the Microsoft Update site for some quick installation steps. You only need to do this once. Thereafter, the Windows Update home page will indicate that you receive updates “For Windows and other products from Microsoft Update.”
    From: http://technet.microsoft.com/en-us/magazine/ff642466.aspx
    Hope this helps. If you need further assistance on this particular issue or any other Windows related issue, let us know and we will be glad to assist you.
    Roger Lu
    TechNet Community Support

  • I have CS6 Design & Web Premium, would like to switch from PC to Mac. Can I do this for free?

    I have CS6 Design & Web Premium, would like to switch from PC to Mac. Does anyone know if it's possible to do this for free? I have no interest in upgrading to CC.

    Order an Adobe product platform swap or language swap
    Mylenium

  • How to debug ABAP Web services from Microsoft Visual Studio

    When developing .NET based Web services clients using Visual Studio that call Web services in SAP NetWeaver .NET developers would like to be able to debug inside SAP. In my blog <a href="/people/andre.fischer/blog/2007/02/07/how-to-debug-abap-web-services-from-microsoft-visual-studio to debug ABAP Web services from Microsoft Visual Studio</a> I would like to point .NET developers to the fact that SAP NetWeaver offers the option of external debugging to perform this task. Though the steps that have to be performed are described in the SAP Online Help I am sure that this option is not well known amongst the .NET developer community.

    Hello WilliamIV,
    >>How can I "configure" Visual Studio debugger to allow validation to work?
    Since I do not have a VS2012 environment, according to your provided link, I created a test demo with VS2013, however, both ways catch the validation error:
    If possible, you could have a try with VS2013 to see if it works or run the example on other machine with VS2012 to see if this is caused by the VS environment, in my side, I do not change any configuration, all are default.
    If I misunderstood this issue, please feel free to let me know.
    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.

Maybe you are looking for

  • Volume buttons don't work after installing ios 7.0.4

    I have an Iphone 4 (MC603B/A) and after installing IOS 7.0.4 the volume buttons and the mute switch don't work. Also, if I receive a call or a message I don't get any sound. There is no sound either if I play a video. At the same time, the alarm does

  • Problem creating Allocation Table with Reference to a PO

    Dear Folks, I am having problems creating an allocation table with reference to a PO in T-code WA01. I read the SAP help that some prerequisites need to exist: ==> You can only reference order items flagged as being relevant to a stock split (the All

  • File to Mail Scenario - Need help

    Hi all, I am trying a simple file to mail scenario in which i am using following data types . Source datatype - Scr_File_DT -- Root Material_no Plant Target datatype - Tgt_Mail_DT --Content In the message mapping i am concatenating material_no and pl

  • OrgUnit and card MC no merchant ID could be determined

    Hello Experts, I have maintained  all the required configuration settings in IMG for merchant ID but still not able to see the merchant ID getting determined in the sales order. How else can i get merchant ID determined  automatically in the transact

  • Budget exceeded error message

    Hi, We are in SRM 5.0 ECS, with support pack 11. When a PO is created with account assignment category project statistical (WBS element), with value exactly matching the budget availability, PO gets created, however if tried doing any changes to the