2007 Jan 12 12:45 PM
Hi everybody,
is it possible to instanciate a object from BOB in ABAP programm?
The object should be found in the Business Object Builder.
regards Mario
Hello Mario
The business "objects" in the BOR (business object builder) have nothing to do with OO objects.
Here are a few example of classes (transaction SE24) related to business objects:
- CL_REEXC_COMPANY_CODE (company code)
- CL_WB2_DOC_FACTORY (documents like sales orders, etc.)
- IF_WB2_DOC (interface for documents)
Regards
Uwe
2007 Jan 12 1:05 PM
Hi
I believe you can't do it, but you can use a function module (BAPI) to link to a method of the object.
Max
2007 Jan 12 2:08 PM
Hello Mario
The business "objects" in the BOR (business object builder) have nothing to do with OO objects.
Here are a few example of classes (transaction SE24) related to business objects:
- CL_REEXC_COMPANY_CODE (company code)
- CL_WB2_DOC_FACTORY (documents like sales orders, etc.)
- IF_WB2_DOC (interface for documents)
Regards
Uwe
2007 Jan 13 8:52 AM
to instatiate these objects (SWO1) you can use FM SWO_CREATE .
check out the include program <CNTN01> and just do a where used list of SWO_CREATE on how this can be used.
Regards
Raja
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |