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

Fetching the values

Former Member
0 Likes
928

How to fetch the values stored in the memory after writing the submit stmt.Please suggest some ideas and examples.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
904

Hi,

Use Export statement for storing data in memory buffer before the Submit statement and Use Import statement to get data from buffer.

For further help press F1 on import and export statement,

or got to tcode ABAPDOCU and give these key words.

Thanks & Regards,

Navneeth K.

5 REPLIES 5
Read only

Former Member
0 Likes
905

Hi,

Use Export statement for storing data in memory buffer before the Submit statement and Use Import statement to get data from buffer.

For further help press F1 on import and export statement,

or got to tcode ABAPDOCU and give these key words.

Thanks & Regards,

Navneeth K.

Read only

0 Likes
904

I have written the code as

"submit ydefect using selection-set 'variant'

with selection-table rspar_tab

exporting list to memory

and return.

after this how to fetch the values.

Read only

0 Likes
904

After the submit statement use function module LIST_FROM_MEMORY. It loads the list from ABAP memory to an internal table of type ABAPLIST.

Read only

0 Likes
904

I have made use of the same but the values stored in rfcrecord is like this "2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D".Its continuous.How to fetch my required datas from it.

Read only

0 Likes
904

Check the function module documentation. Are you using it in that way also check the help for submit statemtent