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

Problem with using Absenceform method

Former Member
0 Likes
901

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

8 REPLIES 8
Read only

Former Member
0 Likes
785

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

Read only

0 Likes
785

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

Read only

0 Likes
785

Perphaps FormAbsence is just the name of the workflow container variable pointing to a BOR object?!

Read only

0 Likes
785

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

Read only

0 Likes
785

Hi

I perchaps can't see this object in BOR because that is local Object. But I can use it:)

Thanks everybody

Regards Bogdan

Read only

0 Likes
785

I don´t think that this is a local object!!

Read only

0 Likes
785

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

Read only

0 Likes
785

Hi Ram

You are right

I am ashamed.

Thanks a lot

Bogdan