Does SAP HANA supports JCo to call BAPI RFC's and to receive IDocs?

Hi,
We are using a WSO2 ESB to integrate our SAP 4.7 version system with SalesForce.com and as part of this integration we use JCo libraries to receive IDoc's and to execute RFC's from ESB.
This year we are planning to migrate our SAP environment to SAP HANA and wondering if SAP HANA supports the JCo libraries? or is there any changes in the implementation how we use JCo libraries?
Thanks in advance.
Regards,
Venkat

BAPI_TRANSACTION_COMMIT doesn't have two import parameter, please check

Similar Messages

  • Does SAP SRM support accelarated service procurement?

    Dear Guru's ,
    Can you comment on if SAP SRM supports accelerated service procurement ? My client follows the below business process time to time:
    While requiring to perform emergency services (which are also not high valued service), they directly create service entry sheet entering the service performed and create invoice against it in their existing MM system. They donot go for purchase creation and approval process as the effort does not justify the value of the transaction.
    Now, since they are going for SAP SRM system, they want to transfer the accelerated service procurement process to SRM system as well.
    Does SAP SRM support this business process i.e. creation of service entry sheet or confirmation without any reference to Purchase Order? I donot have any system to check it from myside..
    Your inputs will be highly appreciated.
    Thanks and regards,
    Ranjan

    Hi
    In Std SRM - GR is always is done with reference to Purchase Order
    Therefore it is not possible to post GR or Services without any PO
    Thanks
    Trinath

  • Does SAP DMS support OCR?

    Dear All
    Does SAP DMS supports OCR or there is need of third party tool like open text.
    Thanx
    Omer Humayun

    SAP DMS does not directly support OCR but there are several 3rd party tools available for this purpose Open text, ReadSoft, Kofax etc.
    hope this helps.
    regards
    N K

  • Does SAP SRM support recurring transaction?

    Dear SAP SRM Guru's,
    Does SAPSRM support recurring transaction? In few business scenario like lease of a house, or EMI payment of a purchase, the transactions are uniform and repetitive. So, it does not make any sense to create  a PO everytime to make payment to the supplier.
    ECC MM does support invoicing plan for such functionality. Does SAP SRM support such recurring transaction in standard? Can you suggest any workaround for that if possible?
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    As far as i know SAP SRM does not support recurring transaction or invoicing plan PO. The Alternative for you  requirement  like EMI payment or monthly charges etc can be met in SAP SRM with Limit cart.
    You can create a LIMIT cart with value limit  and accordingly  keep  doing GR for part value.
    Thanks
    Iftekhar Alam

  • Does SAP SRM support scanned document?

    Dear Experts,
    Does SAP SRM support scanned document in the sense that it can create system document out of a scanned document?? or do we need third party software like OCR, open text etc?
    Thanks and regards,
    Ranjan

    I believe you'd need a third party scanning software. SRM does not provide such feature.

  • Does SAP BW support Window vista.

    hi Friends,
    Does SAP BW support Window vista.
    I have got a laptop with Vista, I have installed SAP BW in external Harddisk. Can I connect with VMWare on window vista of my laptop.
    Thanks in Advance.
    Alykya

    -> what do you mean "installed on external disk"?
    sap needs to be installed locally...some parts, eg. databse files etc. can be spread over sveral disks...but on windows all information needs to be in the registry...
    you could install vmware under vista, create a new virtual machine using for example windows 2003 server and install sap into that vm...
    GreetZ, AH

  • Does SAP ME support any other 3rd party print sw's that Loftware or Adobe?

    Hi,
    does SAP ME support for example for Codesoft or Bartender or are Loftware and Adobe only 3rd party print softwares that are supported?
    Regards,
    - Jukka

    Loftware and Adobe formatters are provided within ME. However, as I know there is capability to develop custom formatter class and incorporate it into the application. It is the way how the print output file can be created in another format.

  • Does SAP ECC6 support advance tax return (rfumsv00)/GST reporting for USA a

    Does SAP ECC6 support advance tax return (rfumsv00)/GST reporting for USA and Canada?

    Hello
    I think it does.
    However please check this
    In some countries, you cannot use the general program for tax returns to create the annual tax return because of specific national reporting requirements. For these countries, SAP delivers additional country-specific programs to meet these reporting requirements.
    For the individual country-specific reports, see the General Ledger menu under Reporting ® Tax Reports.
    The program RFUSVX10 performs the data medium exchange, allowing you to transfer the DME file to a hard drive or diskette. You can find more information on this topic in the program documentation.
    Regards

  • Does SAP DMS support EML format

    Does SAP DMS support EML format, and how can I make it work?
    I know I may need to add a new workstation applications for EML in DC30, but I don't know the detailed settings for e.g: mime-types and viewer configuration, etc. Can anyone help?

    Hi,
    generally you can define a workstatiosn application for any file format. If the format has an extension with more than 3 characters please set the flag "You cannot rename...." in transaction DC30 to avoid problems.
    Regarding the mime-type field I have to say that this is recommended by not really mandatory. Normally you should find the correct mime-type for the file format in the Internet.
    In DC30 I would also recommend you to use the parameter %AUTO%%NO-LEAVE% at "Define workstation application in network". With this parameter the EML files will be opened in an external application.
    In the field "file format" you just have to enter the value '*.eml'.
    I hope that this information could be usful.
    Regards,
    Christoph

  • Does SAP still supports WCEM or it only supports Hybris?

    Dear Experts,
    Does SAP still supports WCEM or it only supports Hybris?
    If we are going for new implementation on Web channel for one of our client, does SAP supports this or will it suggest for Hybris?
    Best regards,
    VZAY

    Hello,
    BPC 10 does not support SQL 2014 yet. It will in a future SP release but that is still tentative. BPC 10.1 SP02 is scheduled to support it but that too is tentative as well.
    You may want to review SAP KB-1486745 - Does BPC support SQL Server
    Developer Edition? 
    Thanks,
    April

  • Calling BAPI(RFC function module) in java? Part 2

    Hi
    Can any body tell me or give me source code for calling give BAPI...i need to give the inputs to that parameters..
    data l_order_header_in    like bapisdhd1.
    data t_return             like bapiret2  occurs 0 with header line.
    data t_order_items_in     like bapisditm occurs 0 with header line.
    data t_order_schedules_in like bapischdl occurs 0 with header line.
    data t_order_partners     like bapiparnr occurs 0 with header line.
    *data t_order_condition_ex like bapicond   occurs 0 with header line.
    *clear   t_order_condition_ex.
    *refresh t_order_condition_ex.
    clear l_order_header_in.
    l_order_header_in-doc_type      =  'TA'.
    l_order_header_in-sales_org     =  'ZZ02'.
    l_order_header_in-distr_chan    =  'Z2'.
    l_order_header_in-division      =  'Z2'.
    *l_order_header_in-purch_no      =  '12'.
    clear   t_order_items_in.
    refresh t_order_items_in.
    t_order_items_in-itm_number     =  '000001'.
    t_order_items_in-material       =  'HAMAM'.                 " 'LBYA1'.
    t_order_items_in-target_qty     =  '0000000000001'.
    t_order_items_in-comp_quant     =  '0000000000001'.
    append t_order_items_in.
    clear   t_order_partners.
    refresh t_order_partners.
    t_order_partners-partn_role     =  'AG'.
    t_order_partners-partn_numb     =  '0000000006'.
    append t_order_partners.
    clear   t_order_schedules_in.
    refresh t_order_schedules_in.
    t_order_schedules_in-itm_number =  '000001'.
    t_order_schedules_in-sched_line =  '0001'.
    t_order_schedules_in-req_qty    =  1.
    append t_order_schedules_in.
    clear   t_order_partners.
    t_order_partners-partn_role     =  'WE'.
    t_order_partners-partn_numb     =  '0000000006'.
    append t_order_partners.
    break kumars.
    call function 'BAPI_SALESORDER_CREATEFROMDAT2'
      exporting
      SALESDOCUMENTIN               =
        order_header_in               = l_order_header_in
      ORDER_HEADER_INX              =
      SENDER                        =
      BINARY_RELATIONSHIPTYPE       =
      INT_NUMBER_ASSIGNMENT         =
      BEHAVE_WHEN_ERROR             =
      LOGIC_SWITCH                  =
      TESTRUN                       =
      CONVERT                       = ' '
    IMPORTING
      SALESDOCUMENT                 =
      tables
        return                        = t_return
        order_items_in                = t_order_items_in
      ORDER_ITEMS_INX               =
        order_partners                = t_order_partners
        order_schedules_in            = t_order_schedules_in
      ORDER_SCHEDULES_INX           =
      ORDER_CONDITIONS_IN           =
      ORDER_CONDITIONS_INX          =
      ORDER_CFGS_REF                =
      ORDER_CFGS_INST               =
      ORDER_CFGS_PART_OF            =
      ORDER_CFGS_VALUE              =
      ORDER_CFGS_BLOB               =
      ORDER_CFGS_VK                 =
      ORDER_CFGS_REFINST            =
      ORDER_CCARD                   =
      ORDER_TEXT                    =
      ORDER_KEYS                    =
      EXTENSIONIN                   =
      PARTNERADDRESSES              =
    break venkat.
    call function 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT          =
    IMPORTING
      RETURN        =
    Awaiting for ur responses..
    Thx
    PRadeep

    To call an RFC, you need to import that first. For that right click on the project into which you need to add the rfc.
    Import >>import RFC modules from r/3>>Give the package name and a port name for the rfc.
    set the server options as your r/3 server properties.
    Then you can search the Function name >> it will be displayed in the result area>> select it and press finish.
    The RFC will be imported to your project.
    Then you need to create JCO for calling that rfc.
    Here is a sample code which calls an RFC and setting jco..
    import com.sap.mw.jco.JCO;
    import com.sapportals.portal.prt.component.*;
    public class rfc extends AbstractPortalComponent
         private JCO.Client jcoClient;
         Insert_pgm_PortType insFunc=new Insert_pgm_PortType();
         Zinsert_Pgm_Input ip=new Zinsert_Pgm_Input();
         Zinsert_Pgm_Output op=new Zinsert_Pgm_Output();
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
        this.connect();
         insFunc.messageSpecifier.setJcoClient(jcoClient);
    //setting input params
         ip.setAssociate_Id1("44");
         ip.setCourse_Objt1(2);
         ip.setQlty_Content1(5);
         ip.setSeq_Content1(2);
         ip.setTraining_Id1("22");
    //calling RFC
         try{
         op=insFunc.zinsert_Pgm(ip);
         }catch(Exception e){}
              response.write(op.getMessage());
              this.disconnect();
    //creating JCO connection
         private void connect() {
                   try {
                        jcoClient =
                             JCO.createClient("Client","userid","password","Language","servername","Systemid");
                             jcoClient.connect();
                   } catch (Exception e) {
                        System.out.println("Error connecting to SAP ::" + e.getMessage());
                        e.printStackTrace();
         private void disconnect() {
                   try {
                        jcoClient.disconnect();
                   } catch (Exception e) {
                        System.out.println(
                             "Error dis-connecting to SAP ::" + e.getMessage());
                        e.printStackTrace();
    Hope this Helps
    gEorgE

  • Does Apple TV supports Skype Video Calling?

    Hi everyone! May I know, does Apple TV actually supports Skype Video Call?

    Welcome to the Apple Community.
    No, but if you believe that Apple's product may be enhanced in anyway you can leave feedback here.

  • Does SAP EBP supports cXML?.

    Our project is to integrate SAP EBP and another procurement application through punchout. It will be helpful if anyone can let me know whether SAP EBP supports cXML in addition to OCI for catalog integration.
    Thanks,
    KrishnaKumar

    I just did a google and found this link -> http://www.newark.com/services/eprocurement/
    Extract from the same says ....
    SAP:
    Supported over 20 Newark InOne Customer EBP (enterprise buyer professional) Implementations
    Certified Open Content Network (OCN) Partner
    Part of a group of preferred and technically certified suppliers that will work smoothly with SAP e-procurement applications. This means a customer can easily download a buyer specific catalog or access via Roundtrip capabilites.
    OCI Roundtrip certified
        <b>* cXML, xCBL, email, EDI and Fax transactions supported</b>
    Maybe others can throw more light on this ....
    ~ShaBZ~

  • Calling BAPI only ones and receiving all values

    HI all,
      I am having a BAPI and I want to receive all the values from the BAPI at the first time.I am having two tables table1 and table2. These tables are inside a Tab(tab strip).
    When i click the Tab strip the BAPI fills the first table table1 and based on the lead selection in table1 it calls the BAPI again and fills the second table tab2. But I want to call BAPI only ones when i enter the Tab and show the details from buffer.
    It should give the values based on the lead only from webdynpro.
    Please help..Its urgent..
    Thangs&regards
    karthik.

    Hi Karthi,
    1> Take a Value Node with the necessary attributes to store the BAPI output only once.
    2> Inside wdDoint Method:  Execute the BAPI and Copy the BAPI Output to your Value Node.
    3>All the data will be available in your ValueNode. Use the Value Node as per your requirement.
    Re: RFC Issue - Cardinality and Selection problem
    Issue with Table
    Regards,
    Mithu

  • SAP HANA: Differences in functionality concering side by side and ERP on HANA scenario

    Dear all,
    There are two ways to use HANA - on the one hand, I could use it as a main database (ERP on HANA) or, on the other hand, I use it as a secondary database next to a non-HANA database (side by side or "sidecar" solution) for selected matters.
    Where are the limitations if I use the side by side solution only? Are there functionalities which I can not use in comparison to the ERP on HANA solution? Or offer both solutions the same functionality but only the way to use HANA is different?
    Do you have any clue or any links concerning documentation - till now I wasn't able to find some..
    Sincerely Yours
    Zapp

    Hi Zapp,
    You can check the below thread for limitations in SideCar Scenario:
    What are the limitations/challenges in HANA sidecar
    In addition to these, you will not be able to use ABAP Proxies, ABAP managed database procedures and many other new functionalities that are being added to ECC on HANA.
    If you use HANA as a sidecar, you would use it to accelerate only few transactions while with ECC on HANA, many standard transactions have been optimized to use the power of hana
    Additionally, you can register for free Suite on HANA course at openSAP and learn more about it:
    Course: SAP Business Suite powered by SAP HANA
    Regards,
    Vivek

Maybe you are looking for