2008 Nov 18 10:45 AM
Hi all,
Can any one tel me the difference between business object and class Object....
...
Thanks...
..Ashish
THANKS
2008 Nov 18 12:43 PM
Hello Ashish
A business object is a sematic term whereas a class (object) is a technical term.
Business objects are all important objects within R/3 e.g. sales order, customer, invoice, etc.
The business objects are defined in the BOR (transaction SWO1). The have so-called "methods" like
BusinessObject.Create
BusinessObject.GetDetail
BusinessObject.Changewhich are implemented (usually) by BAPIs, e.g.:
Business Object = User
User.Create => BAPI_USER_CREATE1
User.GetDetail => BAPI_USER_GET_DETAILCONCLUSION: Business Object >< Class (Object)
Regards
Uwe
2008 Nov 22 12:32 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |