Description
This command will run a given object. If there are several objects with the same name (but different type) or matching a given pattern, a list of matching objects will be displayed. You can then select an object out of the list to run it.
Syntax
run <object> run <object_type>:<object> ! <object> ! <object_type>:<object>
<object> as well as <object_type> can be names of an individual object/object type or a selection in the following format:
List: <value_1>, <value_2>, ... Range: <value_low>..<value_high> Pattern: <pattern> using * and/or ? wildcards
For more information, see Object Selector and Object Type Selector.
Supported Object Types
| Object Type | Description |
|---|---|
| TABL | Table |
| VIEW | View |
| PROG | Program |
| TRAN | Transaction |
| FUNC | Function Module |
| IOBJ | InfoObject |
| CUBE | InfoCube |
| AGGR | Aggregate |
| ODSO | DataStore Object (Classic) |
| ADSO | DataStore Object (Advanced) |
| ISET | InfoSet |
| MPRO | MultiProvider |
| HYBR | HybridProvider |
| LPOA | Semantic Partitioned Object |
| FBPA | Open ODS View |
| SEGR | Semantic Group |
| COPR | CompositeProvider (Classic) |
| AINX | Analytic Index |
| HCPR | HANA CompositeProvider |
| TRPR | TransientProvider |
Examples
- Execute program RSPARAM:
! rsparam - Display the content of table T100:
run t100 - Test function module EVAL_FORMULA:
! func:eval_formula - Show the data in InfoCube 0TCT_C01:
! 0tct_c01