Application Development 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: 

Workflows : Adding a new method to released BO

Former Member
0 Kudos

Hi,

I had created a BUSINESS OBJECT and released that BUSINESS OBJECT. Well the requirement had changed a bit, such that I got to add one new method to the existing BUSINESS OBJECT which is already released.

Hence so I had added the new METHOD and Implemented and Released the method as required.

Well, now when I try to include this new method in my Standard Activity Task, the method is not getting RECOGNISED...When I press F4 to see the METHODS of that BO, I cannot see my new METHOD which is added recently.

Can u help me in overcoming this problem.Should I have to create a SUB OBJECT with the new method.

Please help me in clearing the problem.

Regards,

Raja Sekhar.

1 ACCEPTED SOLUTION

ramki_maley
Active Contributor
0 Kudos

It is not necessary to create a new SUB OBJECT - You can keep adding new methods to a custom object or to a extended subtype.

Make sure you have re-generated the object and did a buffer refresh.

Also check if the new method is available in the test tool.

If it still does not come up, try after midnight

One other thing that you could try is to delete the method, generate the object and recreate your method. I have observed that changes to method attributes are sometimes not getting refreshed with SWU_OBUF.

Cheers,

Ramki Maley.

2 REPLIES 2

ramki_maley
Active Contributor
0 Kudos

It is not necessary to create a new SUB OBJECT - You can keep adding new methods to a custom object or to a extended subtype.

Make sure you have re-generated the object and did a buffer refresh.

Also check if the new method is available in the test tool.

If it still does not come up, try after midnight

One other thing that you could try is to delete the method, generate the object and recreate your method. I have observed that changes to method attributes are sometimes not getting refreshed with SWU_OBUF.

Cheers,

Ramki Maley.

0 Kudos

Yes Ramki,

It's again my old VILLAN <b><i>BUFFER PROBLEM</i></b>. Today , the problem got sorted autimatically.

Regards,

Raja Sekhar.