Entering content frame

 Background documentation API Activities Locate the document in its SAP Library structure

The following names can be used in the name of a function module to refer to activities:

     Create

Create a new (API) object.

     Insert

Insert, which also means creating, but the position in a list is important – for example, a characteristic value in an existing list of values.

     Append

Add to the end of a list.

     Read

Read object data – for example, read class attributes.

     Check

Check

     Change

A change is usually made by deleting existing data and writing new data. The writing is done with the "maintain" module.

     Init

Initialize

     Prepare

Prepare

     Fix

Fix

     Define

Define

     Execute

Execute

     Activate

Activate

     Deactivate

Deactivate

     Convert

Convert

     Delete

Delete

     Select

Select or find

 

 

Leaving content frame