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: 

Is this posible in ABAP or DDic?

Former Member
0 Kudos

Hello,

I am wondering if some thing like this is possible in ABAP or ABAP dictionary SE11.

I would like to create a sample spfli_temp table for example for practice purposes in test system. Is it possible in ABAP or SE11?

In oracle you one can accomplish this with this command:

create table spfli_temp as select * from spfli

With the above statement in oracle you can create an spfli_temp table.

Is this metheology posible in ABAP dictionary? If yes how.

Thanks in advance for all input.

Nadin.

3 REPLIES 3

Former Member
0 Kudos

Hi

Goto SE11 and in the application toolbar you will find a copy button. Just give source and target name.

Regards

Navneet

Former Member
0 Kudos

You can achieve this in ABAP using call functions CALL FUNCTION 'DDIF_TABL_GET' & CALL FUNCTION 'DDIF_TABL_PUT'.

- Cheers

0 Kudos

Hi I tried Navneet idea but here you need a key before you could copy a table like spfli. But it might work with customizing tables. I need to check that later on. I would try Prakash's suggestion as well. Thank you guys

Nadin

Message was edited by:

nadin ram