on 2013 Aug 21 3:36 AM
HI Everyone:
i'm a rookie in this field,and now i get a problem-create a product(if this product is not exist).waiting for your help!!!!
should'i use the FM 'CRMXIF_PRODUCT_MATERIAL_SAVE' or other FM????
Thanks in advance.
Hi ,
You can use the FM
COM_PROD_MATERIAL_MAINTAIN_API.
Thanks,
Anitha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
There are Five steps of creating a new product :
1) Maintain attributes
2) maintain set types
3) maintain categories and hierarchies
4) define number range for product type material
5) maintain product
Step 1> use Tx - COMM_ATTRSET
maintain the product attributes here
Step 2> tx - COMM_ATTRSET
maintain the set types of the product
Step 3> TX- COMM_HIERARCHY
Create a category and assign it to respective product hierarchy
Step 4> Tx- COMCMATERIALID
Number range of the product is defined here
Step 5 > TX- COMMPR01
provide the required field like UOM, description,attribute etc
Finally the product is created with the required attributes.
Regards
Sumit Srivastava
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.