Skip to main content

Creating a JCO.Function Object (SAP Library - Components of S...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2008-05-04


Public Sticky notes

Create a Function Template (interface IFunctionTemplate()). A function template contains all the metadata (parameters and exceptions) for an RFM.

Highlighted by redertseng

Use the method getFunctionTemplate() of the class JCO.Repository to create the template.

Highlighted by redertseng

You can then use the template to create a JCO.Function object, using the method getFunction().

Highlighted by redertseng

The relationship between a function template and a function in SAP JCo is similar to that between a class and an object in Java.

Highlighted by redertseng

SAP recommends that you create a new function object for each individual execution.

Highlighted by redertseng

Readers (1)