...
endmethod. Now business documents, here I will use cl_alink_connection=>find, cl_alink_connection=>insert and cl_alink_connection=>delete. Importing: I_PURCHASE_REQUISITION ...
... we also need a a method to link business documents of PR to PO. This is not so hard as we have in disposition class cl_alink_connection which allows to do such operations. Of course the time when you're ...
... this is not the best solution, especially when working on slow connections via VPN or similar. So with help there goes cl_gui_frontend_services=>execute. This method allows you to run every file on ...
Although our connections are now so fast we may still need sometimes to compress data before attaching to mail or downloading into PC. SAP has possibilities to ZIP the content in class CL_ABAP_ZIP and ...