Application Development 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: 

MATMAS Idoc with Classification View

Former Member
0 Kudos

Dear Experts

I want to transfer material master data between R/3 using ALE. We are able to send master data using BD10 without classification view. Please let me know in detail the configuration, steps invloved in sending materail master along with classification view.

Regards

Bhavin

2 REPLIES 2

Former Member
0 Kudos

Hi,

send classification as well (CLFMAS). If required CLSMAS (classes) and CHRMAS (characteristics) should be distributed as well...

For details pls. refer to documentation.

kind regards,

hp

Former Member
0 Kudos

Hi,

You would have to go for serialization of message types when MATMAS needs to be generated along with CLFMAS, the classification.

You would have to create a serialization group (txn BD44) and assign the message types to the serialization group with the order in which the message types need to be created. Whenever serialization of message types is incorporated, the message type SERDAT needs to be configured as an outbound message type(at the sender) and as the inbound message type(at the receiver). The distribution model also needs to be updated with SERDAT and the CLFMAS message type.

At the inbound side, further configurations needs to be done. Goto transaction SALE and traverse through Modelling and implementing busines processes -> Master Data Distribution -> Serialization for sending and receiving data -> Serialization using message types -> Define inbound processing. Provide the serialization group and all the required details. The RFC server group which needs to be filled in can be obtained from transaction RZ12. Activate the change pointers(BD50, BD61) and go ahead with the IDoc generation.

The step by step configurations along with screen-shots could be found in the link, http://saptechnical.com/Tutorials/ALE/Serialization/page1.htm

~ Bineah.