Application Development and Automation 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: 
Read only

Create Database Table from ABAP

0 Likes
1,623

Hi friends,

is there any way to create a database table directly out from abap report ( instead of using se11/se16 ? the plan is to read in one table, do somethings and write the result out in an table that is the same structure like the input table plus some additional fields. any idea for that ?

thanks,

clemens

ps: points will be awarded surely!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
736

hi clemens,

there is only one way to create data base table and structures is SAP i.e. through se11.

u can maintain the records of table through delete , insert,modify keywords from reports at most.

regards,

seshu.

4 REPLIES 4
Read only

Former Member
0 Likes
736

i guess it is not possible ,you need to create from SE11 ,there is no other option.

Read only

Former Member
0 Likes
737

hi clemens,

there is only one way to create data base table and structures is SAP i.e. through se11.

u can maintain the records of table through delete , insert,modify keywords from reports at most.

regards,

seshu.

Read only

alex_m
Active Contributor
736

Its not possible. But its possible to create using NATIVE SQL, but its not advisable.

Read only

Former Member
736

hi

good

you cant create a database table from the sap report itself ,bcz its a kind of procedure which involve data element,domain and other activities like table maintenance generator.

thanks

mrutyun^