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 it Possible to create multiple Database tables at a time ?

Former Member
0 Kudos

Hi Friends,

Is it possible to create multiple data base tables at a time in SAP ABAP ?

Regards,

Murali

6 REPLIES 6

nishantbansal91
Active Contributor
0 Kudos

Hi,

Each time user can use only one session. So, how it's possible.

Thanks

0 Kudos

Hi ,

In our requirement we have to create around 15 tables, each table can contain 100 fields..can any one suggest how to do ?

Regards,

Murali

Former Member
0 Kudos

Hi ,

In our requirement we have to create around 15 tables, each table can contain 100 fields..can any one suggest how to do ?

Regards,

Murali

0 Kudos

Hi,

You you know the data element and fieldname then you can create the BDC for the same.

If you need to create the data element then it's become messy task using BDC.


Thanks

Nishant

former_member186746
Active Contributor
0 Kudos

Hi,

If some of these 100 fields are the same on all 15 tables you should use include structures when you create the tables it saves work and is a better solution.

Kind regards, Rob Dielemans

Jelena
Active Contributor
0 Kudos

Why do you need to do that?