direct solution is simple and described here:I am not sure if this is officially supported, but it works for my use case. Recurse directories by yourself and add files to the ZIP files with the relative path in name, delimiter is '/'. Keep in mind th...
Hi,creating folders in a ZIP file is rather easy. VERY easy.If you read the ZIP file format definition, you will notice that subfolders are simply created based on the file names in the ZIP file.So if you do a cl_abap_zip->add( ) and give 'subfolder/...
Hi,you can trigger PAI the following way:cl_gui_cfw=>set_new_ok_code( EXPORTING new_code = 'YOUR_OK_CODE_HERE' ).This triggers PAI. You must not set the i_appl_events option for the Grid.