How to execute the MACRO through Infoview?
Answer / kvchowdary
running the VB macro as full client report by invoking DeskI
using a batch file. This bat file can then be scheduled in
Infoview too.
The batch file looks like this
Code:
"C:\Program Files\Business Objects\BusinessObjects
Enterprise 11.5\win32_x86\busobj.exe" -user "administrator"
-pass "passwd" -system "servername" -auth "enterprise"
-nologo -blind -document "C:\temp\VB_BOXI.rep"
This will invoke the DEskI application and run the .rep file
containing the macro. And it can be scheduled as program
object in CMC/Infoview.
Is This Answer Correct ? | 0 Yes | 5 No |
What do you mean by Object qualification?
What are the steps to taken care to improve the Report performance?
What three things do you consider to be the most important factors for a manager?
what r the advantages of creating the universe?
what is incompactabulity error in sap bo
while developing a report in BO i had created prompts at query level? When an end user runs the report he has to see the details of the report with out entering the prompt values? How can we do this in BO?
why we are using derived tables ?how it will help?
WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S
i am getting multiple values from prompt like (Value1;Value2;Value3;Value4). how can i place space between values like (Value1; Value2; Value3; Value4)
What is the sheduling the report? What is the need of sheduling the report?
IF VIEW IS FASTER THAN DERIVED TABLE WHY WE ARE USING DERIVED TABLE IN BUSINESS OBJECTS?
I have 2 structures in universe,but i can't link the structures b'cos no related columns,so what i have 2 do to link dat and if don't link them can i get data of 2 structures in the report that i run?