Liquid UI - Documentation - 10.13 Get SAP program name

10.13 Get SAP program name


Prerequisites


Purpose

In this scenario, you will learn how to find the dynpro, program name, and language of the SAP Easy Access screen in the Console window. And, view the output similar to the script file name, which is currently in process on the Cornelius window. 


User Interface

  1. Add the following println statement to display the system variables value in the Console window.
     
    //Displays the output in the Console window
    println("name of the current screen is  >>"+_program+"."+_language+""+_dynpro);
     
  2. Refresh the SAP Easy Access screen to view the script file name, which is currently in process on the Cornelius window, as shown in the image below.
     
     

Can't find the answers you're looking for?