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

ABAP Trial- Generating data

Former Member
0 Likes
532

hi all ! Is there any trasaction I could use to generate the data types, tables, entries, etc. that I could use to follow the ABAP tutorials / certification examples?

Im trying to write some of the examples but the program or tables that are used as reference do not exist.

Thanks a lot for the help.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
487

Hello,

You can make use of the objects belonging to SAPBC_DATAMODEL for this purpose.

You can create the data for the relevant tables using BC_DATA_GEN & also check the data consistency in these tables using BC_DATA_CHECK.

Plz search in SDN for further details.

BR,

Suhas

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
488

Hello,

You can make use of the objects belonging to SAPBC_DATAMODEL for this purpose.

You can create the data for the relevant tables using BC_DATA_GEN & also check the data consistency in these tables using BC_DATA_CHECK.

Plz search in SDN for further details.

BR,

Suhas

Read only

Former Member
0 Likes
487

thanks ! really appreciated !