cancel
Showing results for 
Search instead for 
Did you mean: 

Retriving list of Objects using JCO

Former Member
0 Kudos

Is there any way to retrieve the list of business objects (i.e. Company, Company Code, etc.) using JCO. I know that using SWO_QUERY_API_METHODS gives me a list of the methods. but then i have to work backwards to find out the objecttype the method belongs to.

Also, is there any way to retrieve a list of the different application areas, i.e. Financial, Accounting, Sales, etc. using JCo ? what method do i need to call for that ?

thanks for any help

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

Call the following FM

SWO_BUSINESS_OBJECTS_GET

This will return all the business objects.

Regards

Raja

Former Member
0 Kudos

ok. thanks for that.

Message was edited by: Javed Rafiq

Answers (0)