cancel
Showing results for 
Search instead for 
Did you mean: 

Product Upload

Former Member
0 Kudos

Hi,

We would like to load some materials from a third party system in to SRM product master. Are there any function modules/programs available for this?

Thanks,

SG

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi

Why do you want to load a product master from SRM system ?

Are you in stand alone mode. then it is possible?

COM_IPRODUCT_CREATE - try this.

for example:- Indeed validation takes place at plant level on material , it takes place at backend via meta FM.

in srm , we dont maintain plant level on product master.

--

product category loading posssible so product also possible.but enhancement required.

br

Muthu

--ps

--

If you use the APIs of the product master in the test mode, the system may use internal numbers. The number range is also updated in the test mode. This results in an unnecessary load of the number range.

Reason and Prerequisites

INACTIVE_PRODUCT, ACTVIE_PRODUCT, number assignment, number range, COM_PRODUCT_MAINTAIN_MULT_API, COM_PRODUCT_MAT_MAINT_MULT_API

Solution

In order to be able to import the correction instructions, you first have to change the interfaces of two function modules.

Function module COM_PRODUCT_CREATEM: Execute Transaction SE37, select tab title 'Import' and insert the additional import parameter IV_CHECK_ONLY with the following attributes: TYPE = COMT_BOOLEAN, Optional = X, Default value = OFF, Short text = Logical Variable.

Function module COM_PRODUCT_MAINTAIN: Execute Transaction SE37, go to tab title 'Import' and insert the additional import parameter IV_CHECK_ONLY with the following attributes: TYPE = COMT_BOOLEAN, Optional = X, Default value = OFF, Short text = Logical Variable

Then install the correction instructions

Header Data

Note 690587 - Assignment of internal product ID if API in the test mode

Former Member
0 Kudos

Resolved..