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

Standard Program internal table into my program

Former Member
0 Likes
659

Hello all,

I have a requirement wherein i am supposed to get the value of one of the internal table values of the standard program into my custom program.

I am using the following code.

SUBMIT rfebck00 using selection-screen '1000'

WITH SELECTION-TABLE rspar_tab

AND RETURN.

Now after these i need to get the value of internal table gt_outtab_chkdet of the standard program rfebck00 into my program.Kindly suggest the same how it can be done.

Regards,

Arun

4 REPLIES 4
Read only

Former Member
0 Likes
621

hi,

do as:

use addition export list to memory. after executing the standard program use funtion module

list_from_ memory and pass the data into internal table

thanks,

anupama.

Read only

0 Likes
621

Hello,

Actually my requirement is to get the value of a specific internal table from the standard program.

I implemented what you suggested ,now in my LIST_TO_MEMORY FM table i am getting values in some hexadecimal format.How to i recognize the values of my internal table.

Arun

Read only

Former Member
0 Likes
621

Thx

Read only

0 Likes
621

Moderator message - Please do not add a meaningless comment when closing old posts. It simply brings old posts to the top of the list and pushes current questions down You can also assign Po1ints to helpful answers. This encourages people to help you in the future. Rob