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: 

No standard database tables exist after installing SAP Netweaver ABAP (NWABAPTRIAL70206_64) on Windows Server 2008 R2

syed_abdulgaffur
Explorer
0 Kudos

Hi guys,

I have deployed SAP Netweaver ABAP on Windows server 2008 R2 64bit machine.

Deployment was done successfully. Later I logged into SAP and opened SE11 and typed VBAK/VBAP/....

I was surprised that there was no such standard database tables exists.

How do I import these standard database tables in SAP ?

Is there any other setup that I need to run for importing all the standard transparent database tables ?

Do I need to install any database setup ?

Please help me in this regard asap.

Thanks in advance..

1 ACCEPTED SOLUTION

former_member184158
Active Contributor
0 Kudos

Hi,

this is mini SAP, so you can only develop what you want, and there are some database from SAP like Sflight, sbook, scarr, (flight data model) etc.

but other tables dont exist and other transactions like va01, mm02, migo, etc, are not exist,
so, it is only mini SAP to learn ABAP.


By the way, if thes tables sflight, scarr, sbook, etc are empty, there is a program to fill them

by exeuting this program SAPBC_DATA_GENERATOR ,

just enter transacion SE38  and write the program name SAPBC_DATA_GENERATOR

http://2.bp.blogspot.com/-9TyeMmLRmHY/Tzswa5FJQ7I/AAAAAAAAABw/Hbh4VI1-64Q/s1600/selection.PNG

http://4.bp.blogspot.com/-Hte4gqoX6OI/TzswhaKePfI/AAAAAAAAAB4/r347Kmi0COo/s1600/results.PNG

Regards

'Ibr

3 REPLIES 3

former_member184158
Active Contributor
0 Kudos

Hi,

this is mini SAP, so you can only develop what you want, and there are some database from SAP like Sflight, sbook, scarr, (flight data model) etc.

but other tables dont exist and other transactions like va01, mm02, migo, etc, are not exist,
so, it is only mini SAP to learn ABAP.


By the way, if thes tables sflight, scarr, sbook, etc are empty, there is a program to fill them

by exeuting this program SAPBC_DATA_GENERATOR ,

just enter transacion SE38  and write the program name SAPBC_DATA_GENERATOR

http://2.bp.blogspot.com/-9TyeMmLRmHY/Tzswa5FJQ7I/AAAAAAAAABw/Hbh4VI1-64Q/s1600/selection.PNG

http://4.bp.blogspot.com/-Hte4gqoX6OI/TzswhaKePfI/AAAAAAAAAB4/r347Kmi0COo/s1600/results.PNG

Regards

'Ibr

0 Kudos

Ibrahim,

Thanks for your response.

So there is no way to import any other SAP standard database tables data like SD, MM, HR tables ?

If I want at least db tables related to HR module. Will I get it ?

Is there any other way ?

Thanks..

Syed

0 Kudos

Hi Syed,

it is not possible, so if you want to copy any table from SD, or HR, so you can copy it from other system to mini SAP, but not all date elements and domain exist in your mini SAP,

Secondly, the tables are (dependencies) related to other tables, so is not easy.

This is only to practice you abap knowledge , abap programming.

Look how many FKs in this table. so it is not possible,

the first thing, you have to learn abap, others will come in time.

Regards

Ibrahim