2023 Feb 10 5:38 PM
hi ,
CALL FUNCTION 'ARCHIVFILE_CLIENT_TO_SERVER'READ DATASET GV_FILE INTO lv_data.
i am getting dump in read dataset or targetpath pleasse help me getting this .
thanks and regards
Mohammed Mubashir
2023 Feb 10 5:51 PM
Are you sure you want to use the relative path? (i.e. do you know what is the default folder?)
Better indicate the absolute path.
If error during Open, don't do Read.
Attach the text file corresponding to the short dump if you want some assistance.
Catch the exceptions.
Use the debugger.