How to import  Third party application through SAP in ABAP

Hello,
This is regarding importing third party application or non sap application through SAP or through portal...
is there any way to do the same?
actually our organization is having one independent application developed on .NET platform. we need to connect that in mY SAP R/3. so pls suggest me some proper way to achieve this one.
regards,
jigar
[email protected]

You can connect to SAP from a .Net application using the .NET connectors. Please find the help below
http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/23c80d66d08c4c8c044a3ea11ca90f/content.htm
http://www.microsoft-sap.com/overview_sap_connector.html
http://www.sapgenie.com/interfaces/netconnector.htm
Regards,
Ravi
Note : Please mark all the helpful answers

Similar Messages

  • How to access third party plugin through vc++ Programming

    Hi,
    i am new to vc++ and InDesign, i am using windows xp as OS and Indesign CS3 as version
    now my work is to access the Third Party plugin styles, the third Pary plugin is all about InMath, that is all for mathematical relations using inmath plugin styles, my work is to accessing the styles through programming by using a InMath header files,
    i tried to the best of myself, but i not get the solution,can u please give some thing usefull do this.
    is it possible to access third party plugin through VC++ prgramming usign a single header file??
    regards,
    ram

    Hi,
    Can anyone please help me to accesss InMath styles in InDesign SDK using VC++ Programming.
    Thanks
    Saravanan

  • How to remove third party application from mAC

    how to uninstall or remove custom application from mac yasomite. New to mac   easy and safe way
    thanks in advance

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, EasyFind, instead.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
        1. AppZapper
        2. AppDelete
        3. Automaton
        4. Hazel
        5. AppCleaner
        6. CleanApp
        7. iTrash
        8. Amnesia
        9. Uninstaller
      10. Spring Cleaning
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • How to configure Third party software with SAP ??

    Hi all!
    Its little urgent!!!
      I have an overview of XI. Currently we have scenario like Third party tool is there which i want to connect to SAP through XI.
    Can anybody provide answer my few queries?
    1. Step by Step guide for configuration.
    2. Basis configuration from SAP side.
    3. Anything else is required??
    Thanks in advance!

    Hi Prasad,
    In you case, it's a file to file scenario.
    Go thro' this link for a solution:-
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    Regards.
    Praveen

  • How to call third party software from Ecc6 using ABAP

    Hi all,
    I need to execute a third party software using abap coding .
    The software converts doc to pdf, the input from ecc6 would be the file path.
    I need to do this using ABAP.
    thanks
    ziv.

    Hi Ziv
    You can use METHOD cl_gui_frontend_services=>execute
      EXPORTING
        application            = <<<.exe file>>>
        operation              = 'OPEN'
    to run .exe files
    Best Regards
    Yossi

  • Transfer of data from a third party application to SAP R/3 using PI

    Hi experts,
    I have a scenario where am supposed to transfer data from an application already developed to SAP R/3
    Just wanted to confirm if the following approach is right
    SOAP>PI>SAP R/3
    we would have an RFC defined on SAP. this would be exposed as web service on PI which means i define the outbound interface to be exposed to as web service. Source system calls up the webservice.
    Issues
    1. Authentication mechanism to be used
    2. type of adapter to be used between source system and PI. Assume either of SOAP or WS adapters would work
    Valuable inputs are appreciated
    Regards,
    Kalyan

    1. Authentication mechanism to be used
    Check this help section to know about the authentication mechanism:
    http://help.sap.com/saphelp_nw70/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm
    Check the Inbound Security Checks and the Security Parameters section.
    2. type of adapter to be used between source system and PI. Assume either of SOAP or WS adapters would work
    SOAP adapter should suffice...WS may not be needed.
    Regards,
    Abhishek.

  • How to uninstall third party applications?

    I'm trying to free space in my hdd, and would like to uninstall some old 3rd party apps I rarely use.  How do I do this?

    I ended up doing this with an old Parallels and Windows XP install that I only used once.  My only worry with sending the app to the trash bin is that I might be missing related files or folders buried deep in the Library or System folders.  I of course trashed the "Parallels" folders in each of these as well, but I still get a nagging feeling that something went unnoticed.

  • How to use  third party package in java application

    hi, i am a student , new to java world can any of u tell me how to import third party package in our java application.
    i want to know how CLI is done in java.
    i am going thru this link http://www.codezoo.com/pub/component/5574
    not able to get anything.
    please please help me

    There are two steps -
    1. Import the classes you need from the package(s) using the Java import statement in your classes that need access to them.
    2. include the 3rd part code (one or more .jar files and/or root directories holding the code's package tree and .class files) to your javac and java class path and optionaly to the class path found in your .jar's manifest file.

  • Connecting to the Third Party Applicatin through Portal

    Hi,
    Does anyone know how do we connect to the Third Party Application through Portal? WHat technology EP uses to connect to the third party application and retrieve data from the system to display?
    ALso if i have 2 application connected to the portal and if I retrieve one record from one application, then i want Portal to bring information related to that record from another application. In that case, do we have to maintain referential information about the records in both the applications, so that Portal will know which record id to pull from another application? How does it work?
    Thank you very much in advance.
    Shakil

    Hi ,
    Have a searched sdn before posting this? have a look and post your message if your requirement dont match with below solution.
    Want to access non SAP system from EP
    Regards,
    Koti Reddy

  • Logoff third party applications

    Hello,
    We have integrated a couple of SAP-independent third-party applications into SAP EP (NetWeaver 2004s SPS11) by use of appintegrator. Some of these applications are located in different domains as the portal itself. These applications have usually logoff URLs. How can I achieve an automatic logoff from all backend applications when logging off from portal? I have read something about DSM Termination, but this seems to work mostly for SAP Backends.
    Thanks for your help and any ideas.
    Elmar

    Hi Sonja,
    Yes, you are correct . The DSM terminator only works in case of SAP backend systems which are following the domain rule. This is as the DSM terminator calls a certain component in the backend to ensure the log off.
    The Enterprise portal is not aware by default of the third party application sessions that exists. you need to write a custom portal service, which keeps a tab on the external application sessions open and also which initiates a close of session on the 3rd party backend. As you have guessed that this particular method might require a modification of the application integrator component to suit the need and communicate with the Custom Portal service mentioned.
    cheers,
    Shantanu .

  • Integrating third party tools in SAP

    Hi friends,
         Can anybody guide me  about how to integrate third party tools in SAP gui or any other systems in SAP?
        What are all the connectors available in SAP ? and which connector will integrate third party tools.
       Please help me out.
    Thanks in advance.
    Regards  
    Sireesha

    I am not sure of any standard integration programs specific to recruitment, but through customization we can integrate third party rectt systems like People click, HRP etc.
    Develop inbound programs with ALE-IDOC system to transfer the data to Rectt tables.
    The switch will control activation of integration between the systems.
    If this helps, pl do reward.
    Thanks
    Narasimha

  • How can I set a third party application to access my organizations intranet through my organizations network

    how can I set a third party application to access my organizations intranet through my organizations network  . I am using blackberry bold 9700 OS 6

    Hi deepajithesh
    This feature is not available. Applications access the BlackBerry Network using the connection to BIS.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • How to call the RFC's from the third party applications or Non SAP applicat

    Hi,
    For calling RFC's from the wedynpro , SAP has provided the modeling concept.
    In the same way, if i want to access or call the RFC 's from the third applications or Non SAP applications what is the procedure and what is the methodoligy.
    As per my knowledge, we need to expose those RFC's as webservices . Then we must be able to acces in hetrogeous environment from any third party applications..
    Please revert back soon, It is very urgent.
    Regards
    Vijay

    Ayyappa Raj,
    Thanks for the reply.
    Please let me the detailed information for implementing.
    AS you said . I need expose the RFC's as webservice. This point is clear to me.
    2) Use tthe JCo to connect and create client proxy.
    Can u please elabrate the above point?
    If u have any steps created in the document or url to refer. Please forward it to me.
    Please forwar the document to this id "vijay00" in yahoo.
    AS the sdn is not allowing to give  the maill id i have given only the id details in yahoo.
    I am new to this procedure.
    Regards
    Vijay

  • Third party application forcing java stack to restart when logged in through SSO

    Hi
    We have APW Third party application installed on Enterprise portal  7.4.
    When we tried to login APW portal through SSO it forces Java stack services to restart.If we use APW directly without SSO it works fine.
    Can you help me tto resolve the issue.

    Hi Manish,
    Please check  the configuration once agian about the third party connection  and  the portal.
    Also provide the "dev_server0" which under in directory /usr/sap/SID/J00/work and default trace which under in “/usr/sap/SID/J00/j2ee/cluster/server0/log" to analyze the issue. There is some other tool as well to check the issue using "httpwatch" log tool. But, mostly issue can be identified in dev_server0 or defalut trace".
    Thanks,
    Brindavan

  • My third party applications keep de-activating. How do I fix this?

    Hi everyone!
    I am wondering if anyone can be of help to me. I am desperate.
    I upgraded to Mavericks and am currently on version 10.9.5.
    I have numerous third party applications...to name the two important ones,
    most of them are video effects from New Blue FX and the other ones are just like converters etc.
    I have had no problems with them in the beginning when I upgraded to Mavericks and
    certainly no problems before Mavericks. Now all of a sudden, every time I try to use
    these applications, it keeps saying that I am running on trial version and that I need
    to activate the product with the activation code. This has never happened before and
    it certainly has not got to do with a certain app as it is happening with all my applications
    that require an activation code. I have to keep activating the apps everyday so that I can
    use them and it is becoming really annoying and I don't know how to fix this.
    I am sure it is something simple as my computer has been absolutely GREAT since
    I have updated to Mavericks. Everything has been so much faster and just amazing until
    this new problem. This is the only problem I have. I have checked and I have done ALL updates.
    I am a video editor and I use Adobe Premiere Pro CS6 and these continuous activations are
    really not helpful for me when I am trying to concentrate and use my effects.
    But like I said, it cannot be just the effects I use for adobe as applications that
    are not associated to adobe at all are being affected as well.
    If you guys could help me, it would be greatly appreciated!
    I am really desperate! By the way, I am working on an iMac with Mac OSX Mavericks 10.9.5.
    Thank you so much!
    Jess

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

Maybe you are looking for