Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Material creation using IDOC

Former Member
0 Likes
2,160

Hi All

We are trying to create a Material with just a Basic View using FM : IDOC_INPUT_MATMAS01, but we are unable to do the same since it returns errors about fields to be filled for other Material master views

like Plant , Sales Organisation etc

Has any one succesfully created a material using this FM

Please let us know ,

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
1,312

hi sanjay,

You can use this standard program to generate IDoc(s) for material master.

RBDSEMAT

RCCLMAT

You can check the EDIDC (data control) of an IDoc (WE02) to ensure correct and match with your partner profile (WE20).

Regards,

Naveen

Read only

Former Member
0 Likes
1,312

Hai Sanjay,

Check the Plant, Sales Area details in the target system. The material will be created only if the above details exists in the target system.

Read only

Former Member
0 Likes
1,312

Hi Sanjay,

These are the related programs related to your question.

RBDARTS2 Posting of retail materials to your own system via IDocs

RBDARTST Reimport IDoc Directly to Inbound Processing of Retail Material Master

RBDFEART Get retail material

RBDFEMAT Get Material

RBDMATS2 Post Materials via IDocs to Your Own System

RBDMATST Reimport IDoc Directly to Inbound Processing for the Material Master

RBDSEART Send retail material

RBDSEART_DXWB Send Material (Data Transfer Workbench)

RBDSEBOM Material BOM Distribution

RBDSECNP Distribution of Configuration Profiles for Materials

RBDSEMAT Send Material

RBDSEPAM Plant allocations to material BOMs distribution

RBDSESTT Distribution of material variants

RBDSEWG1 Direct transfer of base material groups

RBDSEWGR Direct Transfer of Material Group Hierarchies

You can use this standard program to generate IDoc(s) for material master.

RBDSEMAT

RCCLMAT

You can check the EDIDC (data control) of an IDoc (WE02) to ensure correct and match with your partner profile (WE20).

Reward points if helpful.

Regards,

Harini.S

Read only

0 Likes
1,312

My problem is i'm trying to use IDOC_INPUT_MATMAS01 using customized program and generating materials with internal material number. It keeps asking for details of other views where as i want to create only Basic view.

So, is there any settings in SPRO for internal Material number range?