Why ABAP connections?

Hi all,
I have just read a few notes on RFC connection particularly on maintaining RFC destinations (SM59) and there are a few groups: ABAP connections, HTTP connections, Internal connections, logical connection and so forth...
Why do i use ABAP connections when I was doing my IDOC? Can i use other RFC destination?
Thanks and regards,
William Wilstroth

Hi William,
The most important is ABAP conenctions, HTTP connections and TCP/IP connections.
HTTP - Type G- When you need to connect to the external HTTP server
Type T (TCP/IP) This is the most imortant, as this will be used for all the external systems connectes, lets say FAX system, IXOS, etc.
Do reward points to useful answers.
Regards,
Atish

Similar Messages

  • How to configure RZ12  and SM59 ABAP connection settings when we have work with Load Balancing servers rather than a specific server .

    Hi ,
    If we have a specific server say 10.10.10.10 (abc.co.in) on which we are working, Then under RZ12 we make the following entry  as :
    LOGON GROUP          INSTANCE
    parallel_generators        abc.co.in_10         ( Lets assume : The instance number is 10 )
    Now in SM59 under ABAP Connections , I am giving the following technical settings:
    TARGET HOST          abc.co.in
    IP address                  10.10.10.10
    Instance number          10
    Now if we have a scenario of load balancing servers with following server details (with all servers on different instance numbers ) :
    10.10.10.11    
    10.10.10.13
    10.1010.10
    10.10.10.15
    In this case how can we make the RZ12 settings and SM59 settings such that we don't have to hardcode any IP Address.
    If the request is redirected to 10.10.10.11 and not to 10.10.10.10 , in that case how will the settings be.
    Regards,
    SHUBHAM

    Hi,
    No one using FMS behind a load balancer? No one using RTMPT?

  • Fetching ABAP connection information from SLD

    Hi Experts,
    I had created one SLD. so i want to use the ABAP connection information of SLD in JCo programming.  how can we achieve this one?
    Thanks,
    Maha

    Hi,
    Refer the below links...
    SLD Configuration:
    Configuring SLD in Sneak Preview SAP NetWeaver '04 Sneak
    SAP Help on JCO Destinations and on other bussiness Packages.
    http://help.sap.com/saphelp_erp2005/helpdata/en/8c/cb3042366c0521e10000000a155106/frameset.htm
    Creating ABAP Technical System:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/8fa93e08503614e10000000a114084/content.htm
    Regards,
    Srinivas

  • ABAP connect SQL run SQL insert into Error

    Dear All
             I have a problem in ABAP connect SQL,Below is my code snippet sentence.
    CONCATENATE 'Insert Into [timportcortrol]'
                    '(zucode,zstate,zdate,zkind) Values('''
                      VG_PCID ''','''
                      '1'','''
                      SY-DATUM ''','''
                      '1' ''')'
                     INTO SQL.
        CALL METHOD OF REC 'Execute'
         EXPORTING #1 = SQL
         #2 = CON
         #3 = '1'.
    IF NOT SY-SUBRC = 0.
        MESSAGE I000 WITH 'Download  to [timportcortrol] failure,Please Check the SQL Connect!!! '.
        EXIT.
      ENDIF.
    "Con:is the connect SQL String ,the connect SQL is Okay.
    I debug this code,when I used u2018Select u2026sentenceu2019,the program can work.if I  use u2018insert intou2019 then canu2019t work,but I copied the SQL of the u2018inset Into sentenceu2026u2019run it into SQL server then it can work also.
    And I found the SY-SUBRC eq u20182u2019.whatu2019s mean about of the sy-subrc eq u20182u2019.
    I think the insert into sentence in abap I have write the wrong ,but I canu2019t assurance.
    The Insert Into Sentence is:u2019 Insert Into [timportcortrol](zucode,zstate,zdate,zkind) Values('20080807094713','1','20080807','1')u2019
    Could you give me some advice for this issue?
    Thanks of all
    Sun.

    Hi
    I think the problem is with the date format "20080807094713". You should know first how the date is stored in the underlying database. In that format we have to pass the date in the SQL DML statements.
    Try "07-Aug-2008' for example and check.
    Hope it helps.
    Murthy

  • Configuration Wizard-NW:BI-AS ABAP(Connectivity of BI and Source System): M

    Hi friends,
    I´m configuring the (NW: BI - AS ABAP (Connectivity of BI and Source System): Maintain) in NWA using Configuration Wizard.
    But there is the error in step (NW: BI - AS ABAP (Connectivity of BI and Source System): Maintain > Scenario UI: NW_BI_ABAP_DEFAULT > Scenario Process: Abap Server Integration to BI > Configuration Process > Configuration Unit: Initialize > Config Unit BI System: Initialize > Customizing: Assign Logical System to Client > Write Customizing data to Table T000)
    Below error log:
    *Write Customizing data to Table T000*
    Description:
    Exception in step "WriteProfile_1223390220410"
    Exception details : com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException: Exception during the import of the profile!
    State
    Step finished with error
    Support Information
    Type of Action
    WriteProfile
    Debug Events
    WriteProfile:Write Customizing data to Table T000
    Library: sap.com/tclmconfig~bs
    SourcePath ./com_sap_nw_bi_abap_default_maintain/ext_12064772269223/ext_1206447991146/Process_1207123636083/proc_1196064316796/Process_1204300420808/proc_1204300371034/WriteProfile_1223390220410
    Time 2011/11/03 at 15:36:57
    Schema content/NetWeaver/Common/Customizing/Clients/T000.xsd
    Type : View Maintenance
    Input
    <TABLE_T000 xmlns:expr="http:/sap.com/ctc/expressions"><T000><MANDT>100</MANDT><LOGSYS>SOLCLNT100</LOGSYS></T000></TABLE_T000>
    Schema
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vma="http://www.sap.com/ctc/vma"
    elementFormDefault="qualified"> <xsd:element name="TABLE_T000" type="TABLE_T000"></xsd:element> <xsd:complexType name="TABLE_T000"> <xsd:sequence> <xsd:element name="T000" type="T000"> <xsd:annotation> <xsd:appinfo
    source="http://www.sap.com/ctc"> <vma:vmacontext table="T000" isupdate="false"/> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="T000"> <xsd:sequence> <xsd:element name="MANDT" type="xsd:string"> <xsd:annotation> <xsd:appinfo source="http://www.sap.com/ctc"> <vma:vmaproperty column="MANDT"/> </xsd:appinfo>
    </xsd:annotation> </xsd:element> <xsd:element name="LOGSYS" type="xsd:string"> <xsd:annotation> <xsd:appinfo source="http://www.sap.com/ctc"> <vma:vmaproperty column="LOGSYS"></vma:vmaproperty> </xsd:appinfo> </xsd:annotation> </xsd:element
    </xsd:sequence> </xsd:complexType> </xsd:schema>  
    Destination parameters
    user : SOLMAN_ADMIN
    password : % secure content %
    host : cdsolman
    sysnr : 01
    client : 100
    language : en
    Stack Trace
    Caused by: com.sap.tc.lm.ctc.cul.api.CULServiceException: Exception during the import of the profile!
         at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:98)
         at com.sap.tc.lm.ctc.cul.serviceimpl.process.WriteProfileControllerImpl.execute(WriteProfileControllerImpl.java:160)
         ... 16 more
    Caused by: com.sap.tc.lm.ctc.cul.cpi.context.ConfigurationBrokerException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='xml_parsing_exception', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key xml_parsing_exception
         at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:79)
         at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:95)
         ... 17 more
    Caused by: com.sap.tc.lm.ctc.provider.vmaprovider.exceptions.VMAProviderBaseException: Incorrect XML
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.getDocument(VMAUtil.java:349)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.setXmlValue(VMAUtil.java:250)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeContext(JCOProfileExecutorImpl.java:310)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeChildNode(JCOProfileExecutorImpl.java:183)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeProfile(JCOProfileExecutorImpl.java:129)
         at com.sap.tc.lm.ctc.provider.vmaprovider.VMAWriteProfile.writeProfile(VMAWriteProfile.java:59)
         at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:144)
         at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:73)
    Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0x6f, (bin) 1101111. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:1, col:637)(:main:, row=1, col=637) -> com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0x6f, (bin) 1101111. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:1, col:637)
         at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:139)
         at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:76)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.getDocument(VMAUtil.java:341)
    Caused by: com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0x6f, (bin) 1101111. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:1, col:637)
         at com.sap.engine.lib.xml.parser.readers.EncodedDataReader.read(EncodedDataReader.java:209)
         at com.sap.engine.lib.xml.parser.readers.EncodedDataReader.read(EncodedDataReader.java:207)
         at com.sap.engine.lib.xml.parser.helpers.AdvancedXMLStreamReader.read(AdvancedXMLStreamReader.java:143)
    All the others steps were finished successfully
    Only this step is with error. I don´t know that to do.
    Regards,
    Ricardo Arriado
    Edited by: Ricardo Arriado on Nov 4, 2011 6:24 PM

    Hi,
    Please double check the JCO user and the authorization.
    Or
    Apply these two notes, it should resolve ur issue
    1493124 CTC: Check table existence before table whitelist
    1471762 CTC: Automated Configuration:
    Hope this helps u.
    Best Regards
    Vijay K

  • Checking the ABAP connection - error

    Hi
    According to the ADS config guide for NW2004s, I wanted to test the ABAP connection. I went to t.code SA38, entered FP_PDF_TEST_00 and entered the connection name, and when I execute it I get the error
    Error Code: 2
    Error Message: ADS
    Invalid http conenction: ADS
    No version available.
    Can anyone please explain me where and how should I set the http conenctions to make this test successful.
    Thanks in advance
    regards
    SM

    Hi SM,
    Programs FP_PDF_TEST_00 & FP_TEST_00 are completely different.
    The program FP_PDF_TEST_00 that you run is just returns ADS version only.
    If you execute the program FP_TEST_00, it will show you PDF output. That is this program takes the PDF form name FP_TEST_00 in the selection-screen parameter and also ADS destination name and will return you the PDF Output.
    Basically you will do the following steps to run an Adobe Form.
    1. Get the generated function module name for the Adobe form using function module FP_FUNCTION_MODULE_NAME.
    2. Call the function module FP_JOB_OPEN. here we have to pass ADS connection, Device name, No dialog option...etc
    3. Call the generated function module , here we an pass SAP data from the print program.
    4. Call the function module FP_JOB_CLOSE.
    For more information, check the program FP_TEST_00 code .
    Thanks
    Ramakrishna

  • Why ABAP is so space sensitive?

    Why ABAP is so space sensitive?
    I am used to programming in anguages such as JAVA, C++. In these languages
    You can put spaces anywhere. ABAP requires spaces somewhere but not in other places; e.g.
    Select * from mara
    Where (  MATNR = u2018ZCHu2019 OR MATNR = u2018ZXXu2019  )
    One has to have spaces after ( and before ); yet when I was using
    Select * from mara
    Where MATNR IN(u2018ZCHu2019, u2018ZXXu2019)
    There cannot be any spaces after IN or so.
    Are there some rules documented where one needs spaces and where one does not.

    Hi ,
    If you want to know about the exact syntax then write that keyword in abap editor and  while keeping the cursor on it press f1 , it will take you to the syntax and exmple also.
    Regards,
    Uma

  • HT4623 Why does connecting to S/W download fails whether from the computer or iPad?

    Why does connecting to S/W download fails whether from the computer or iPad?

    Where are you trying to download? My App Store app is working just fine.
    First thing to try is a reboot of your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Why 9 connections are automatically created per one jms topic?

    Why 9 connections are automatically created per one jms topic?
    Is it possible for one topic to have one connection, rather nine connecions?
    If so, any drag concerning having one connection of one topic?
    Let me know asap, it would be really appreciated.
    <code>
    public void connectJMS() {
    try {
    if (RTConst.getInstance().getConnectMode() != RTConst.NOTCONNECT) {
    targetTCF = ServerDelegate.getTopicFactoryComm();
    targetT = ServerDelegate.getTopicNameComm();
    connection = targetTCF.createTopicConnection();
    session = connection.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
    topicSubscriber = session.createSubscriber(targetT);
    topicSubscriber.setMessageListener(this);
    connection.start();
    System.out.println("[CommJMSReceiver] Common Topic Connection successed");
    } catch (Exception ex) {
    System.out.println("[CommJMSReceiver] Common Topic Connection failed");
    ex.printStackTrace();
    </code>
    Message was edited by:
    PaulSheldonII_Screen

    Why 9 connections are automatically created per one jms topic?
    Is it possible for one topic to have one connection, rather nine connecions?
    If so, any drag concerning having one connection of one topic?
    Let me know asap, it would be really appreciated.
    <code>
    public void connectJMS() {
    try {
    if (RTConst.getInstance().getConnectMode() != RTConst.NOTCONNECT) {
    targetTCF = ServerDelegate.getTopicFactoryComm();
    targetT = ServerDelegate.getTopicNameComm();
    connection = targetTCF.createTopicConnection();
    session = connection.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
    topicSubscriber = session.createSubscriber(targetT);
    topicSubscriber.setMessageListener(this);
    connection.start();
    System.out.println("[CommJMSReceiver] Common Topic Connection successed");
    } catch (Exception ex) {
    System.out.println("[CommJMSReceiver] Common Topic Connection failed");
    ex.printStackTrace();
    </code>
    Message was edited by:
    PaulSheldonII_Screen

  • Why ABAP as Career ?

    Hi Guys
       What we should tell if interviewer ask  " why you have chosen ABAP as a Career? "
         Am a B.Tech Fresher with Some SAP SD Knowledge. 
    Please Reply
    Regards
    Ravi

    Hi Ravi,
    Being a BTech guy, indicates that you are good with Technical, now why ABAP? SAP covers almost all the industries with their business processes, now for different modules like SD MM PP WM FI, ABAP is basics. when you do coding for different business requiremnts like SD MM FI, you get very familier to the processes because you are mapping those in codes i.e logic at which BE?BTech are very good, so you get all the knowledge of business process and map them into suitable logic. This is very difficult if you are in other modules say SD MM etc, though not impossible.
    I hope this answers your question,
    reward points if useful
    Thanks
    Sujay

  • Why T430 connect with monitor through VGA can only have 60 fps refreash rate?

    I have a T430 and T420.
    When I connect the T420 with monitor through VGA, the refreash rate of the monitor can be 75 fps in 1600*900. But When I connect the T430 with the same monitor through VGA, the refresh rate can only be 60 fps, no 75 fps option in the list, Anybody has idea why it works like this?
    Thanks very much.

    Actually, on second thought, does the external monitor show up as "Generic PnP monitor" in Device Manager? Or does it show up as the correct model number?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • ABAP connection to EJB

    Hello @ all,
    I have a problem. I want to establish a connection from ABAP to an EJB to transfer data from the EJB to ABAP. I found a class which can help me solving that problem. The class name is "CL_EJB_JAVA_OBJECT_METHODS".
    But there is no Documentation for the class. So I didn't know what exactly to do. My actually coding is looking like:
    FUNCTION ZEJB_TEST_ZUGRIFF.
    Data: v_bean TYPE REF TO cl_ejb_java_object_methods.
    CALL METHOD v_bean->GET_RESULT
      EXPORTING
        NUMBER     =
        METHODNAME = getMessage()
        IM_PARAMS  =
      IMPORTING
        RESULT     =
    ENDFUNCTION.
    Can anybody of you help me solving my problem or do anybody still have a solution for my problem?
    Thank you in advance!!!
    Greetings, Alexander

    Hi ALexander,
    If you want to access Web Service, you should have WSDL available from the provider.You don't have to do anything with EJB now. Web Services automatically takes care of that. You have to make a connection to Web Services now.
    If you have WSDL file or link to the URL, post the same question in ABAP forum.
    Don't write EJB, but reframe your question as "How to access Web Service from ABAP
    regards,
    Piyush

  • *ABAP connect to an environment of java*

    Hi GURU,
    I have a problem and I would like your help.
    I'm new at Abap and I'm trying to develop an application from ABAP to connect to an environment of java.
    I watched how to do this in various forums and the help of SAP, but just as I have found make the connection.
    In java I have already developed the server side and I have developed a ABAP function. But is not exactly how it works.
    Can you give me an example of how to send data from the sap application to java? Or give me any manual please.
    Thank you very much in advance
    RAFA

    Hi,
    such an environment is described in the manuals:
    [SAP JCo Server Programming|http://help.sap.com/saphelp_nw70/helpdata/en/f3/924a4278bbb56be10000000a155106/frameset.htm]
    there is  also an example.
    regards,
    Benny

  • PLEeeeeASE help!! Why oh why is connection timing out for only one podcast?

    Hi.
    Previously I have had no worries downloading podcasts, but now suddenly have trouble with Nova 100's Hughesy and Kate.
    (www.nova100.com.au/nova100PodcastRSS.xml)
    When I try to download it, it comes up with an exclamation point saying "network connection timed out".
    Other podcasts seem to be working fine, even bigger files.
    Have tried deleting it from iTunes and then re-subscribing, both through the itunes store and through the advanced tab with the url. Still no luck.
    Someone else had tried downloading from their computer, so URL must be working elsewhere. Have also tried disabling firewall.
    Can anyone shed some light on why this might be happening pleeeease?!?!
    Thanks v. much!!
    ASI Argyle V211 DDR PC Windows XP
    ASI Argyle V211 DDR PC Windows XP
    ASI Argyle V211 DDR PC Windows XP

    I never figured out why the java.net code wasn't posting, but I've gotten it to work with the Apache Commons HttpClient. Funny since in another place we use that same java.net code to post XML to another site. I wish Sun would stop playing with their servers so much and focus on Java even more. ;)

  • Why is connection speed and page rendering so much slower in FF 3.6.13?

    After installation of the 3.6.13 upgrade, website connection and page rendering speed became significantly slower than in all previous versions. I searched the knowledge base and Forum and found this post:
    http://support.mozilla.com/en-US/questions/668695#answer-108852
    After changing settings as described in the post, speed was easily more than doubled.
    I'm wondering if anyone else has experienced the slowdown in connection and rendering speed with 3.6.13. And also why, if the settings worked so well for me, they aren;t standard in FF?

    http://www.nasdaq.com/asp/quotes_news.asp?cpath=20040608\ACQBIZ200406080001BIZWIRE_USPR_____BW6209.htm&symbol=amd&selected=amd&kind=&mode=basics&formtype=&mkttype=&pathname=&page=news

Maybe you are looking for

  • Purpose of Apple TV

    Confused about the purpose of Apple TV. Is it really just essentially a $99.00 box that lets you rent movies from the Apple store? I can already do that with Pay-per-view. There HAS to be a more compelling reason to own it... doesn't there?? Any idea

  • Safari Quit unexpectedly after installing Lion need help fixing

    Process:         Safari [210] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1.6 (7534.56.5) Build Info:      WebBrowser-7534056005000000~6 Code Type:       X86-64 (Native) Parent

  • Wireless headset for transferring

    Has anyone ever heard of a wireless headset that would allow receptionist to transfer calls right from a headset? I assume there's some kind of dialpad that would be attache don a belt. Sounds crazy, but customer says they have that on the old phone

  • DP cluster filed in transaction /SAPAPO/MAT1- Extras

    Hello Experts, Can you please let me know if the field DP cluster is a standard field in the transaction /sapapo/mat1 under Extras tab. Meaning Transaction : /sapapo/mat1               Tab : Extras/Extra attributes               field : DP cluster I

  • Windows 8.1? or A.O.L. from 1995?

    wirelessly connecting to the internet. it will not stay connected! nearly every time I want to use it, I have to run the "troubleshoot problems" to reset the connection to the modem. takes as long as connecting to the internet via A.O.L. (1995), exce