cancel
Showing results for 
Search instead for 
Did you mean: 

To hide SAPGUI while triggering Process chain through an excel macro

Former Member
0 Kudos

Dear Experts,

We are trying to implement an Excel macro. The macro once executed from the excel workbook , will login to our SAP BW  server and trigger a process chain.

We have an issue here. We are successful in triggering the process chain. But the SAPGUI popsup and we are able to see the screens when it triggers the PC.

We jsut want to run the whole thing in background with no visible SAP screens. How can we achieve this? Please help on this.

Regards,
Rajarathnam.S

Accepted Solutions (1)

Accepted Solutions (1)

script_man
Active Contributor
0 Kudos

Hi Rajarathnam.S,

try for example instead of the command session.findById ("wnd [0]"). maximize

use the following command  session.findById ("wnd [0]"). iconify.

Another possibility is e.g. then, when you work with RFC commands.

Regards,

ScriptMan

Former Member
0 Kudos

thanks script man... we overcame it.. thanks a lot

Answers (0)