Saturday, March 15, 2014
The class CL_GUI_FRONTEND_SERVICES is used to allow ABAP Programs to execute OS(Operating System) functionality on which the SAP GUI is running.

 Main Categories of the methods of the class CL_GUI_FRONTEND_SERVICES
  1. File Upload/Download 
    1. cl_gui_frontend_services=>gui_download - Download Data to Client PC
    2. cl_gui_frontend_services=>gui_upload - Upload Data from Client PC
  2. File System Operations
    1. cl_gui_frontend_services=>directory_browse - Shows a Directory Selection Window
    2. cl_gui_frontend_services=>directory_list_files - Lists Files in a Given Directory
    3. cl_gui_frontend_services=>file_exist - Checks if a File Exists
    4. cl_gui_frontend_services=>file_open_dialog - Displays a File Open Dialog
    5. cl_gui_frontend_services=>file_save_dialog - Shows a File Save Dialog
  3. Program Execution/Document Display
    1. cl_gui_frontend_services=>execute - Starts an Application or Opens a Document in the Client 
  4. SAP GUI Information
    1. cl_cgui_frontend_services=>get_gui_properties - Returns Stream of GUI Properties
    2. cl_cgui_frontend_services=>get_gui_version - Returns SAP GUI version
    3. cl_cgui_frontend_services=>get_sapgui_directory - Gets GUI Start Directory

NOTE: There are many other methods in the class CL_GUI_FRONTEND_SERVICES other than listed above.

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.