‎2007 May 16 12:24 PM
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
‎2007 May 16 1:05 PM
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>
‎2007 May 16 12:26 PM
‎2007 May 16 12:31 PM
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
‎2007 May 16 12:31 PM
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.
‎2007 May 16 12:33 PM
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
‎2007 May 16 1:05 PM
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>