cancel
Showing results for 
Search instead for 
Did you mean: 

Method not visible on execution of BO

sanjay_deshpande4
Participant
0 Kudos

Hi All,

When i execute the custom BO the custom method in it is not visible.

The BO is delegeted one.Can naybody guide how to debug the this custom method?

Thanks,

Sanjay

Accepted Solutions (1)

Accepted Solutions (1)

anjan_paul
Active Contributor
0 Kudos

Hi,

  There is a TAB called INSTANCE in SWO1 after execute the BO in Test mode. There you have to populate with key field.

And to debug just set a debug point and excute in Test mode.

sanjay_deshpande4
Participant
0 Kudos

HI Anjan,

Thanks fo reply.

Can you kindly guide if we are supposed to enter Logical system as well?

Answers (1)

Answers (1)

tapomay_sanyal
Participant
0 Kudos

Hi SD,

Have you implemented\Released the object type components?

Aprt from that what Anjan has already stated is correct , class methods will show in case you hit Test button(F8) ,but to test and check instance methods you do have to enter the key attributes and create instance.

If you hit enter full key it will show you input box for logical system but it is not necessary if you object key and test system are in same system.