null

Skip to end of banner
Go to start of banner

Class /PCH/CL_CFW_NAV_HANDLER

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

Allows you to start a ProFramework based application or a ProFramework action.

The handler enables the start of a concrete ProFramework application. In addition, however, commands intended for this purpose can also be started directly and without applications. Such commands (e.g. most creation or change commands) define an internal standard layout that is used.

If an application and a command are combined, it is possible to use a concrete application with all setting options and to execute a direct action.

Parameter

Description

APPLICATION

ProFramework application (optional, if parameter COMMAND is set)

COMMAND

Command to be executed (according to value help). Optional if an application is defined, but mandatory if a specific action (other than displaying an object) is to be performed.
When using a command additional parameters might be maintained. These parameters are provided by the search help for the parameter names and depend on the command.
Actions which create a new object allows the transport of the object type and key back to the calling application. In this case the parameters NEW_OBJECT_TYPE and NEW_OBJECT_KEY have to be provided.

NEW_OBJECT_TYPE

If a command is executed which creates a new object, the object type and key can be transported back to the calling application. Because a command is technically not bound to a certain object type the target object type has to be defined with this parameter.

NEW_OBJECT_KEY

To enable the transport of the new object key the name of the command parameter which stores the new key has to be provided. The search help for the values provides a list of all so called exporting parameters of the command.

TITLE

Optional title of the application


  • No labels