cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to create product hierarchy sap crm

Former Member
0 Kudos

Hello,

        i am working on creation of new product later i want to create category and hierachy also,

Accepted Solutions (0)

Answers (1)

Answers (1)

sumeet_gehlot
Contributor
0 Kudos

Hi Ashok,

Take a reference  of this Document to create a new product.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0c4a6b1-5baa-2a10-3381-867173232...

Regards,

Sumeet

Former Member
0 Kudos

hello sumeet,

First of all thank you for your reply,

i have created a new product successfully. now i want to create a new product category and hierarchy using function module. can u help me in this way.

Regards,

Ashok

Former Member
0 Kudos

Hello There,

You can check the below function modules

For Category Creation :

      COM_CATEGORY_MAINTAIN

      COM_CATEGORY_SAVE

For Product Category Relations :

      COM_PRCAT_CREATE_OL

      COM_PRCAT_SAVE

For Text

      COM_CATEGORY_TEXT_SAVE

use  BAPI_TRANSACTION_COMMIT to commit the work.

Regards,

Gargi