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

Message Types

Former Member
0 Likes
662

Hi All ,

I have created a custom segement as per my requirement and created the

extension by using Tcode we30.

so for this do i need to create the message type?please tell me the procedure.

for creating the message type and mapping and why this is required.

Thanks and Regards

prince

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

Hi Raja,

A message type comprises a data type that describes the structure of a message.

Create message type in we81 and link it to idoc in we82

Regds,

Younus

<b>Reward Helpful Answers!!!</b>

5 REPLIES 5
Read only

Former Member
0 Likes
638

create message type in WE81

link it in WE82 with ur idoc type.

Read only

Former Member
0 Likes
638

Hello,

you know through logical system we will send and receive the data in the format of idoc. Any type data will convert into idoc (intermediatory document) format. By assigning the message to idoc it system recognize which type of data that idoc containing. There are different message type for every master data. suppose for vendor master CREMAS is the message type, for customer mast DEBMAS like these there many message type for other type of master data.

Use We81 to create these.

regards,

Deepu.K

Read only

Former Member
0 Likes
638

hi raja,

transaction code for creating a message class is SE91

goto se91 -> give message class name and description -> click on next tab buuton [attributes] -> give & & & & -> save

& & & & -> used to have any message [ e,i,w,b ]

if helpful reward some points.

with regards,

suresh babu aluri.

Read only

srinivas_akiri
Active Participant
0 Likes
638

Hi

for storing the custom fields you have created a custom segment, that is fine.

then you need to add this custom segment to any of the existing IDOC types to create an idoc.

In WE31 - open the relavent IDOC type and add your custom segment at appropriate level, OR create a new IDOC type with your custom segment

and then create a Message type in WE81

then add your IDOC type type to message type in WE82.

then the new message type can be used to transfer the data

Read only

Former Member
0 Likes
639

Hi Raja,

A message type comprises a data type that describes the structure of a message.

Create message type in we81 and link it to idoc in we82

Regds,

Younus

<b>Reward Helpful Answers!!!</b>