SAP R/3 Programming
Indeed these powerful ABAP/4 functions are very interesting and can bring some advantages. Improve your home development easily. They belong to standard objects and should never be changed. Ws_upload Transfer files from the frontend to the application server. Ws_download Transfer files from the application server to the frontend. Ws_excel Download files at the frontend in excel format. Bp_joblog_read Fetch job log executions. Rs_send_mail_for_spoollist Send message from ABAP/4 program to SAPoffice. Bp_event_raise Trigger an event from ABAP/4 program. So_wind_spool_list Browse printer spool numbers according to user informed. So_spool_read Fetch printer spool according to the spool number informed. G_set_get_all_values Fetch values from a set. Rzl_sleep Hang the current application from 1 to 5 seconds. Rzl_submit Submit a remote report. Ws_execute Execute an external program on the presentation server. Ws_file_delete Delete file at the frontend. Ws_volume_get Get the label...