‎2007 Jun 06 12:01 PM
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!
‎2007 Jun 06 12:09 PM
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.
‎2007 Jun 06 12:03 PM
i guess it is not possible ,you need to create from SE11 ,there is no other option.
‎2007 Jun 06 12:09 PM
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.
‎2007 Jun 06 12:09 PM
Its not possible. But its possible to create using NATIVE SQL, but its not advisable.
‎2007 Jun 06 12:18 PM
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^