‎2009 Nov 03 9:34 AM
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.
‎2009 Nov 03 9:42 AM
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
‎2009 Nov 03 9:42 AM
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
‎2009 Nov 03 10:14 AM