Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem with submit statement

Former Member
0 Likes
339

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
316

Hi ester,

If it is ALV list we can get it , it is GRId we cammot

chk this

2 REPLIES 2
Read only

Former Member
0 Likes
317

Hi ester,

If it is ALV list we can get it , it is GRId we cammot

chk this

Read only

Former Member
0 Likes
316

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