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: 

what is the tcode to create message typ

Former Member
0 Kudos

is message type only logical?does that not have any physical importance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

message type will decide the flow logic of any programme

SAP has given the predefined formats for message types

if you give error then the program will stop the process

if you give succes then a message will be shown and continues

if information it needs an user aaction on it

thanks & regards,

Venkatesh

4 REPLIES 4

Former Member
0 Kudos

Hi,

message type will decide the flow logic of any programme

SAP has given the predefined formats for message types

if you give error then the program will stop the process

if you give succes then a message will be shown and continues

if information it needs an user aaction on it

thanks & regards,

Venkatesh

varma_narayana
Active Contributor
0 Kudos

Hi...

Every IDOC is created based on Two important Components

1. Idoc Type : It defines the Structure for the data to be stored in Idoc

2. Message Type : It determines to processing Logic for Creating IDOCs in outbound and Posting Idocs in Inbound.

Tcode to Create Message type WE81.

Tcode to Assign IDOC type / Message type WE82

<b>Reward if Helpful</b>

Former Member
0 Kudos

Hi,

Use TCode WE81 to create message type.

Use Transaction BD50 and BD61 for change pointers

Regards

Former Member
0 Kudos

Hi,

Message Type Tcode - we81

Message type will decide what data is transfered.

Link Message type and IDOC Type in tcode we82

In the customer distribution model (BD64) you define the message type along with the sender and receiver system

In the Partner profile - tcode we20 you define the message type

In the creation of change pointers bd51 you link message type

Regards

Arun