‎2007 Feb 21 9:56 AM
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
‎2007 Feb 21 10:00 AM
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
‎2007 Feb 21 10:09 AM
thanks Ravi
in application toolbar thr are also another buttons with text Parameters, Exceptions and BO data model, whta does they specify.
Regards
Nilesh
‎2007 Feb 21 10:57 AM
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
‎2007 Feb 21 10:02 AM
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
‎2007 Feb 21 10:52 AM
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.