cancel
Showing results for 
Search instead for 
Did you mean: 

OcaQuery Documentation

Former Member
0 Kudos

Is there any documentation for OcaQuery aside from It's API? I need to create a custom query condition and haven't found any doc's out there that provides information about its framework or examples about this at all!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member53099
Participant
0 Kudos

Hi

you can have a look at the following link

<http://help.sap.com/saphelp_nwmobile71/helpdata/EN/8b/0b674240449c60e10000000a1550b0/frameset.htm>

There is also a very good video which you can check

<http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/204fc387-6646-2a10-99b7-bba030bc3f68>

Best Regards

vaidehi

Edited by: Vaidehi Pandya on Feb 10, 2011 7:49 AM

Former Member
0 Kudos

Vaidehi,

Thanks for the URL's. I've gone through each, however it didn't specify how to implement Custom Operation (Create an operation definition and add your own code) in Service Explorer.

We've allready utilized the Query builder and that works fine. But for complex queries we need to understand how to use the Custom Operation.

Also It seems that Queries created in Query build that contain Joins between a Header and an Items doesn't work. Is there a work around for this?

For example :

if i have an order number in header_1 & item_1 tables. item_1 is a child of header_1 and I create a join between header_1 and item_1 where order number are equal.

This query fails when i execute it.

Thanks,

Chiedu