‎2007 Mar 02 9:00 AM
hi expert ,
i have coded this syntax
SUBMIT zffmr004
with s_fictr in s_fictr
with S_GJ_BUD = S_GJ_BUD
AND RETURN EXPORTING LIST TO MEMORY.
CALL FUNCTION 'LIST_FROM_MEMORY'
TABLES
listobject = i_LISTOBJECT
EXCEPTIONS
NOT_FOUND = 1
OTHERS = 2
.
the sy-subrc returns 1 means it cannot find data from program zffmr004.
zffmr004 uses ALV list function, does that mean report use ALV cannot be extracted using list_from_memory function?
‎2007 Mar 02 9:03 AM
‎2007 Mar 02 9:03 AM
‎2007 Mar 02 9:06 AM
Hi
It depends on which kind of ALV is used by your report.
I try to export an ALV list created by my report and that fm works fine.
Max