‎2011 Jul 26 12:43 PM
Hi everybody,
I'm learning tABAP through BC400. However, I can't find the following functions and classes:
bc400_s_carrier
bc400_s_flight
bc400_mos_power
cl_bc400_flightmodel
cl_bc400_mos_compute
CL_BC400_Compute
If the files don't exist in SAP, can anyone please provide me the ABAP source codes for these functions.
Thanks
‎2011 Jul 26 8:51 PM
Hi,
you won't find the objects you mention in the preview installation because they are part of a special package (BC400) that is not part of the preview installation.
As far as I remember bc400_s_carrier and bc400_s_flight are structures for the tables SCARR and SFILGHT, so you can easily build them yourself.
Function module bc400_mos_power and the classes you mention show up in various parts of the BC400 script. In the first exercises you use these pre-buildt objects but in later chapters you will built the functionality yourself.
Cheers
Markus
‎2011 Jul 27 7:07 AM
Thanks Markus. I realised that after posting my question, and I've already started developing the function modules and they're working.
Regards
‎2011 Jul 27 12:14 PM