Hi Freinds,
The below FM that I use in mycoding is returning not_found. Can sone tel me wthat I am doing wrong or how I can get the list from memory?
submit rfbibl00 exporting list to memory "#ECci_submit
and return
user sy-uname
with ds_name eq ds_name
with callmode eq 'B'
with xpop eq '' "Dialog
with xlog eq 'X' "Log
with xinf eq ''. "Infomation feedback
call function 'LIST_FROM_MEMORY'
tables
listobject = list_tab
exceptions
not_found = 1
others = 2.
Yours,
Blacky