1. Home
  2. MBT Command Field
  3. Tool Help
  4. Run Object (!)

Run Object (!)

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 TypeDescription
TABLTable
VIEWView
PROGProgram
TRANTransaction
FUNCFunction Module
IOBJInfoObject
CUBEInfoCube
AGGRAggregate
ODSODataStore Object (Classic)
ADSODataStore Object (Advanced)
ISETInfoSet
MPROMultiProvider
HYBRHybridProvider
LPOASemantic Partitioned Object
FBPAOpen ODS View
SEGRSemantic Group
COPRCompositeProvider (Classic)
AINXAnalytic Index
HCPRHANA CompositeProvider
TRPRTransientProvider

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
Was this article helpful to you? Yes No

How can we help?