cancel
Showing results for 
Search instead for 
Did you mean: 

How to get whole category schema definitions in coding?

0 Kudos
139

Hi,

I've already defined a category schema in WebUI which contain two level of categories. I want to get this definition of whole category model in my coding by input the category schema ID. Which function module or class method I can use in my coding?

Many thanks!

Lonny

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try below logic.

By using CRM_ORDER_READ function module read CAT_ID value of service request. Pass CAT_ID value to table CRMV_ERMS_CAT_CA and get the CAT_GUID, pass the CAT_GUID as PARE_GUID to table CRMC_ERMS_CAT_HI and get the NODE_GUID.