when i use:
open dataset p_filref FOR INPUT in BINARY MODE. i receive no dump, but also no data is copy it to lt_data. with the code read dataset p_filref into lt_data.
when i use:
open dataset p_filref FOR INPUT in BINARY MODE. i receive no dump, but also no data is copy it to lt_data. with the code read dataset p_filref into lt_data.