Uses of Interface
com.sap.conn.jco.JCoParameterList
Packages that use JCoParameterList
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoParameterList in com.sap.conn.jco
Subinterfaces of JCoParameterList in com.sap.conn.jcoModifier and TypeInterfaceDescriptioninterface
A JCoRequest is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.interface
A JCoResponse is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.Methods in com.sap.conn.jco that return JCoParameterListModifier and TypeMethodDescriptionJCoFunction.getChangingParameterList()
Returns the list of changing parameters.JCoFunction.getExportParameterList()
Returns the list of export parameters.JCoFunction.getImportParameterList()
Returns the list import parameters.JCoFunction.getTableParameterList()
Returns the list of table parameters.