‎2009 Jan 21 12:13 PM
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
‎2009 Jan 21 12:15 PM
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.
‎2009 Jan 21 12:33 PM
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
‎2010 Mar 29 9:36 PM
‎2010 Mar 29 9:42 PM
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