cancel
Showing results for 
Search instead for 
Did you mean: 

FM for Products releated to a Category

Former Member
0 Kudos

Hi All,

Can anyone of you tell me the Function Module to retrieve the list of Products if a Product Category is specified, like in that what we search in COMMPR01 transaction.

Regards,

Jaggu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved.

Former Member
0 Kudos

Hi Jagadeesh,

Can you check the Function Module :COM_PRODCAT_API_GET_PRODUCTS

Regards,

Madhu

Former Member
0 Kudos

This didnot work...

former_member200342
Active Contributor
0 Kudos

Hi,

You can get the details from the table:COMM_PRPRDCATR

Product guid and category guid can be obtained from the above table..

Category guid from the table:COMM_PRCAT

Regards,

PePe

Former Member
0 Kudos

Hi Jagadish

Here is the FM for Product category assignment:

COM_PRODCAT_SETTYPE_BY_CAT

You will have to pass Category ID and guid which you can get from following table .

This table also has the Product category assignment:

COMM_PRPRDCATR

I hope it helps

Regards

Rupesh

Former Member
0 Kudos

Thank you so much. It worked out in this way too, but there is also one more FM which one of the person has replied.