Вы находитесь на странице: 1из 1

5/29/2014 SAP BusinessObjects Interview Questions and Answers: What are @Functions BO Universe?

http://sapbofaq.blogspot.in/2012/08/what-are-functions-bo-universe.html 1/1
What are @Functions BO Universe?
(1) @Aggregate_Aware
(2) @Prompt
(3) @Script
(4) @Select
(5) @Variable
(6) @Where
@Prompt: message prompts the end user to enter a specific value.
Syntax: @Prompt (message, [type], [lov], [MONO|MULTI], [FREE|CONSTRAINED])
@Script: This function recovers the results of Visual Basic for Applications macro (VBA macro).
Syntax: @Script (var_name, vartype, script_name)
@Select: This function enables you to re-use the Select statement of an existing object.
Syntax: @Select (Classname\Objectname)
@Variable: The @Variable is used to reference the value assigned to a name or variable.
Syntax: @Variable(myname)
@Where: This function lets you re-use the Where clause of an existing object.
Syntax: @Where (Classname\Objectname)

Вам также может понравиться