2007 Aug 06 2:08 PM
Hi,
How to transfer the Data from one table to another in Data Dictionary? IS there any Transaction code for this?
Thanks
hi
if the two tables have the same structure then fetch the data from frist database table
into an internal table and modify the second table with that internal table
ie
modify db_table with itab (intrnal table).
regards
vijay
<b>reward points if helpful</b>
2007 Aug 07 5:02 AM
u need write report program for the transfer of data from one table to another table
2007 Aug 08 6:24 AM
Hi,
Actually, my question is:
"How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
Thanks
2007 Aug 08 6:26 AM
Hi,
Actually, my question is:
"How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
Thanks
2007 Aug 07 5:46 AM
2007 Aug 08 6:24 AM
Hi,
Actually, my question is:
"How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
Thanks
2007 Aug 07 6:20 AM
Hi,
There is no transaction code but you can transfer like below.
First select the data from the table into local internal table.
Then insert this internal table data by using keyword INSERT into the table in which you want to insert new records.
Thanks and regards,
shyla
2007 Aug 08 6:25 AM
Hi,
Actually, my question is:
"How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
Thanks
2007 Aug 08 6:26 AM
Hi,
Actually, my question is:
"How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
Thanks
2007 Aug 08 6:30 AM
Hi Pahwa,
U can not do directly in data dictionary thoriough program only u can do this one.
copy the data base table data into internal table and update this data directly into ne database table if they have same structures.
Reward points for all helpful answers,
kiran.M
2007 Aug 08 6:23 AM
Hi,
Actually, my question is:
"How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
Thanks
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |