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

Function modules issue

Former Member
0 Likes
1,590

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

3 REPLIES 3
Read only

Former Member
0 Likes
964

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

Read only

0 Likes
964

Thanks Markus. I realised that after posting my question, and I've already started developing the function modules and they're working.

Regards

Read only

0 Likes
964

This message was moderated.