Application Development 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: 

[SUBMIT ... EXPORTING LIST TO MEMORY] questuion

Former Member
0 Kudos

Hi.

I have a such task:

There is a standart report fbl3n. I need in my report use results of fbl3n.

I tried to use

submit RFITEMGL WITH SELECTION-TABLE gtparam_tab[] EXPORTING LIST TO MEMORY AND RETURN .

then

CALL FUNCTION 'LIST_FROM_MEMORY'

...

CALL FUNCTION 'LIST_TO_ASCI'

...

And i have received a terrible table, where there are all symbols that i can receive from standart fbl3n (I mean different symbols as '----


||||||' and others.

But i need only data in table .

for example

-


-


125

126

127

125,126,127. How can I get it???

May be there is an other method???

1 REPLY 1

Former Member
0 Kudos

Hi john,

1. Its very difficult, almost not practical,

to convert such printed data

(list having data, vertical lines, hortizontal lines etc),

2. and filter it / scan it,

and make genuine/meaningful data out of it,

so that it can be directly used in the target internal table.

regards,

amit m.