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: 

is there a way to use business objects in the program or function module?

Former Member
0 Kudos

Hi Experts,

Is there a way to use business objects in the program or function module.

Thanks in Advance.

Naval bhatt

2 REPLIES 2

Former Member
0 Kudos

Hi Naval,

Most business objects have been implemented using BAPIs (use transaction BAPI to explore). By using these you can use the functionality of the business objects in any piece of coding, including programs and function modules.

Regards,

John.

Former Member
0 Kudos

Hi Naval,

Ofcourse you can use business objects in your programms/ methods.

You can use function modules or macros (available from include <cntn01>) for using business objects in your application.

refere following two links for startup information

http://www.sap-img.com/abap/reading-attribute-of-a-business-object-in-abap.htm

http://www.jt77.com/business-warehouse/work-flow-12619.html

Regards,

Abhijit