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
Main Categories of the methods of the class CL_GUI_FRONTEND_SERVICES
- File Upload/Download
- cl_gui_frontend_services=>gui_download - Download Data to Client PC
- cl_gui_frontend_services=>gui_upload - Upload Data from Client PC
- File System Operations
- cl_gui_frontend_services=>directory_browse - Shows a Directory Selection Window
- cl_gui_frontend_services=>directory_list_files - Lists Files in a Given Directory
- cl_gui_frontend_services=>file_exist - Checks if a File Exists
- cl_gui_frontend_services=>file_open_dialog - Displays a File Open Dialog
- cl_gui_frontend_services=>file_save_dialog - Shows a File Save Dialog
- Program Execution/Document Display
- cl_gui_frontend_services=>execute - Starts an Application or Opens a Document in the Client
- SAP GUI Information
- cl_cgui_frontend_services=>get_gui_properties - Returns Stream of GUI Properties
- cl_cgui_frontend_services=>get_gui_version - Returns SAP GUI version
- 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.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.