Skip to Content
0
Former Member
Feb 24, 2011 at 03:06 PM

RFBIBL00 (FB01) posting

67 Views

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