The contents of these wizards depend on the model and
the Insertion type you select on the first
page, which is common to all the wizards.
Create a function or subfunction
Some functions or subfunctions are independent of any automatic
functions or subfunctions. Others are inserted relatively to automatic
functions or subfunctions that are specific to a model: Standard
or client Dialog or Business Component (available
only in a Macro). The information that is displayed in the wizard
varies accordingly.
Information specific to a standard or client Dialog
You must enter information to insert the created subfunction
relatively to the automatic functions and subfunctions of the model.
This information varies according to the automatic function.
Insertion relative to the 05 hierarchical level in a Business Component
You can insert specific processing or replace standard
processing in the generated blocks. These blocks have a 05 hierarchical
level. These blocks are the Business Component initialization and
end blocks, the SQL declarations block, and the Logical View blocks.
The block and the action type that you select indicate where the specific
processing is to be inserted.
Insertion relative to the Logical View processing in a Business Component
The code that is generated for a Logical View is in the
program body or in the elementary levels that are run by PERFORM.
This code contains the standard processing for the implementation
of the services in the Logical View. This standard processing is associated
with only one Logical View. To add a specific processing, you must
then insert it relatively to a standard processing of the Logical
View. It is inserted after the automatically generated tag or associated
condition.