Thursday, 20 December 2018

Navigating to one t-code from another using UFT

SAPGuiSession("Session").Reset  // This code will take you to home page, doesnt matter where you are.


SAPGuiSession("Session").Reset "VA03"    //This code will take you to VA03 t-page from anywhere.