‎2005 Jun 14 1:25 PM
Hi Everybody
I have no experience in OO Abap programming.
I would like to use method CreateWithoutDialog to create object Absenceform. I try to use pattern but I can't find object I have tried with name 'AbsenceForm' (this name I can see in business object builder in field 'ObiectName) and with name 'FormAbsenc' (in field Obiecttyp). I tried to find this object via transaction 'BAPI' too - without success.
Can anyone help me?
Regards Bogdan
Message was edited by: Bogdan Rokosa
Message was edited by: Bogdan Rokosa
‎2005 Jun 15 8:56 AM
OO ABAP is not BOR.
If i got you right you are talking about BOR objects that can be tested and created with SWO1. OO ABAP classes are processed with SE24.
See the other reply i gave you...
MIKE
‎2005 Jun 15 10:38 AM
Hi Mike
Thanks for your reply. I think this FormAbsence is BO (i can use it in workflow directly) but I can find it neither in BOR nor in SE24. I am confused while i have no idea what is that
Bogdan
‎2005 Jun 15 10:41 AM
Perphaps FormAbsence is just the name of the workflow container variable pointing to a BOR object?!
‎2005 Jun 15 5:55 PM
Hi Bogdan,
In Xn SWO1, you need to find the BO name for Abscence Form. Press F4 and try to find the object type ..
BTW for your case BO name is FORMABSENC
Cheers,
Ram
‎2005 Jun 16 12:35 PM
Hi
I perchaps can't see this object in BOR because that is local Object. But I can use it:)
Thanks everybody
Regards Bogdan
‎2005 Jun 16 12:54 PM
‎2005 Jun 16 2:09 PM
I am not sure if there is any concept of local object type in BOR...I think you just invented a new concept
Please check this in transaction SWO1, enter the value FORMABSENC and click display
Thanks,
Ram
‎2005 Jun 16 2:34 PM