Uses of Interface
com.sap.conn.jco.JCoRecord

Packages that use JCoRecord
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
 

Uses of JCoRecord in com.sap.conn.jco
 

Subinterfaces of JCoRecord in com.sap.conn.jco
 interface JCoAbapObject
          The interface comprises public methods for access to ABAP object members.
 interface JCoParameterList
          A class that encapsulates a parameter list used to pass on data to a function.
 interface JCoRequest
          A JCoRequest is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
 interface JCoResponse
          A JCoResponse is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
 interface JCoStructure
          JCoStructure is for data containers that need a certain layout in memory.
 interface JCoTable
          Interface that describes internal tables used in the parameter lists of function modules.
 

Methods in com.sap.conn.jco with parameters of type JCoRecord
 int JCoRecord.copyFrom(JCoRecord source)
          Copies the matching fields from the source record into this record Data fields are considered to be equivalent if the name and type of two fields match.
 



Copyright © 2015 SAP. All Rights Reserved.