Application Development 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: 

Tables

Former Member
0 Kudos

Hi Guys,

I'm really like to learned program, I have few background of syntax and also can understand program. I'm a functional FI CO. the reason why I need to learned ABAP because for end user, so that they can double check on there side, if there something wrong.

I have create a table which I copy from the 2 tables which has information but when I create a table, I don't have the information and our development class is different from the 2 tables, my development class is $TMP, note my table is already active. is that mean upon creating a table the development class should be the same? so that it will generate information?

Can any body help me and can provide material end to end when creating a table.

1 ACCEPTED SOLUTION

Former Member
4 REPLIES 4

Former Member

Former Member
0 Kudos

Hi,

While copying a table only the frame ( structure ) is copied.

If you need to copy data from one table to another,

You can get inside SE38 and write a code for copying data from one table to another. For this you need to create some internal table....ect.

Better get an ABAPer, to get this one.

Former Member
0 Kudos

hi sojohns,

even after the activation u can change the development class .......

Transactions to play with SE11 : Data Dictionary Initial Screen (SE12 Display only)

SE13 : ABAP Dictionary : Technical Settings

SE14 : Database Utility

SE15 : Repository Information System

SE16 : Data Browser

SE17 : General table Display

SE55 : Table View Maintenance

SM30 : Table Maintenance

i think this will help u..

Regards,

sindhu.

Former Member
0 Kudos

problem has been solved