0 Replies Latest reply on Oct 3, 2002 2:16 AM by jguru2001

    How to select , insert data using SAP adapter on SAP system

    jguru2001

      Hi,

      I am using SAP JCA adapter to connect to SAP.

      I want to display all the data from SAP system with iterator and also insert new record into SAP system.
      What code needs to be written at client which uses CCI interfaces of JCA.

      My BAPI details are as follows -

      BAPI Name = ZCUSTORDER
      import params - CUSTEMERNO
      export params - CONTRY
      NAME
      POSTALCODE
      REGION
      Changing - none
      table params - none


      Your help is highly appriciated.