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 Master data transfer using IDOC

rajesh_chavan
Active Participant
0 Likes
738

Hi,

I am working on integration scenario with SAp ECC. we are using SAp PI wherein SAP PI is posting data In SAP ECC using standard IDOC for Material master i.e MATMAS05

You might be aware that while material master creation if we pass Plant value then we can activate all Plant related views i.e. Purchasing, sales plant general, MRP views and Accounting etc...

I have a scenario where I want to activate only Sales plant general view...donot want MRP and purchasing views to get activated

I tried passing only Plant and profit center value which required for sales plant general data view and keeping all other fields blank but it doesnot work.

can you suggest a way.

Cheers

Rc

P.s - I am using xml file which will be converted into IDOC by PI.

2 REPLIES 2
Read only

Former Member
0 Likes
545

Hi,

Try to pass E1MARCM-PSTAT = 'V'. this will create only Sales plant view.

if u want to create few others view see the documentation for PSTAT field. it has values for different views eg: V for sales view,L for Sloc view.

hope this helps.

regards,

Shanmugavel.

Read only

rajesh_chavan
Active Participant
0 Likes
545

closing Q