2009 Jul 28 4:31 PM
Hello,
Is there any way to download a particular coloumn of internal table in debugging mode.
I Could not download completed internal table due to wrong name of column in the structure of internal table.
( ofcourse this is different from my required column)
Thanks.
Regards,
Satya
Hello,
Is there any way to download a particular coloumn of internal table in debugging mode.
I Could not download completed internal table due to wrong name of column in the structure of internal table.
( ofcourse this is different from my required column)
Thanks.
Regards,
Satya
2009 Jul 28 5:47 PM
Hi, Naga
I think you wanted to write subject as Internal table download during debugging
Please try the following way may it will help you to solve out your problem,
--> In Debugger Mode Open Internal Table
--> Press Ctrl + Y keys
--> Than Select Your Require Column by using Mouse ( Start from First Row holding Left Mouse Key up to Last row of that Colum
--> After Selection Press Ctrl + C for copy
--> Open Excel or any File where you want to Past
--> and than Past using Ctrl + v
Please Reply if any Issue,
Best Regards,
Faisal
2009 Jul 28 6:58 PM
if you are testing in a development environment then just for your testing purpose create another internal table with only that field and pass you internal table's value to this internal table(which only has one field).
now in debugging mode you can download this new table with one field only.
after testing delete this new internal table passing lines from your code.
by the way, why arent you able to donwload your internal table?
2009 Jul 28 6:55 PM
Hi,
What is version of SAP you are using, if its ECC 6.0 then switch to New Debugger, it has the option of downloading complete internal table data, just click on Tables table, give the internal table name, and on side there will be option(Tools i guess) spanner symbol. From there you can download entire internal data, with header name.
Regards
Bala Krishna
2009 Jul 29 8:31 AM
Hello,
I have already downloaded 2 internal tables.
But for a particular internal table , due to wrong name of column I could not download internal table ( It is dumping )
Since I am working in production environment, I could not write any code or change in debugging mode.
and due to huge data , I could not use CTRL+Y:
Regards,
satya
2009 Nov 03 12:54 PM
2009 Nov 04 10:24 AM
We can not do like that.
But we can change layout , and download