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

Business objects and their code

Former Member
0 Likes
581

hi all

i want to know as every Business Object have some code, where exactly it is stored?

if we browse Business object , we find the interfaces, methods, and events they also contains some code behind it, so where it is stored?

Regards

Nilesh

5 REPLIES 5
Read only

Former Member
0 Likes
563

HI Martin,

Place the cursor on the Method or event.

There will be a button on tghe application toolbar with text Program. Click that.

Regards,

Ravi

Read only

0 Likes
563

thanks Ravi

in application toolbar thr are also another buttons with text Parameters, Exceptions and BO data model, whta does they specify.

Regards

Nilesh

Read only

0 Likes
563

PARAMETERS: Upon Clicking this button, you can know what are the exporting/importing parameters for method/events.

Exceptions: Upon clicking this button you can know the exceptions that are defined for the methods.

BO Data model: It would give an detailed description of what that particular Business Object Does.

Regards,

Ravi

Read only

Former Member
0 Likes
563

Hi,

Go to 'SWO1' T Code. Enter some business Object say Ex:BUS2032(Sales Order). Press Display.You will find Keyfields, attributes, methods etc.

If you press on PROGRAM button yopu will see the related Program Code.

Most of the Times every method is nothing but a Function Module. in SE37 also you can see the code of a method.

Regards,

Anji

Read only

Former Member
0 Likes
563

You can Go to TCODE BAPI. You will find methods of the object... IF you click on the method you will be able to locate the code for the same.

Hope this will help. If not be more specific with the example... I will give u more details...

DARSHAN.