Sap application is not completely maximized when running unattended from orchestrator

Hi Team,

While running process unattended I have observed that sap application is not maximizing completely on the screen. This is causing a lot of issue.
Can anyone guide me how I can make the sap window maximize.

Fyi I am already using " maximize window" activity after start process activity of sap but this is still not maximizing.

Regards,
Ahtesham

Please use Open application activity Create a Windows variable(ex:photoWnd) [openApp] pass variable photoWnd in Maximize window activity as the input.
You have several options.
Maximize window activity within an Attach Window scope
Click the maximize button on the top right of the window with a click activity.
Send hotkey Win + PageUp.

Try Minimize then Maximize. I had the same issue and this workaround just made the job!