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 type for a transaction

Former Member
0 Likes
1,117

Hi all.

Can any one let me know how to find the message type for a transaction in ale & idocs. & how to find process codes for that message type.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

satsrockford
Active Participant
0 Likes
1,063

hi

After calling transaction, doubl click on that transaction,u will come to know its message type.

collect the message into a message table msgtab. There is an entry in msgtab with message type (MSGTYP) and message id (MSGID).

go to table T100 and check whether they are correct.

u can get related message text also from that table.

READ TABLE T100 WITH KEY........

Also refer to this link which will help u to find a solution to ur problem.

http://help.sap.com/saphelp_erp2005/helpdata/en/aa/b66fe4cd5811d2a5fa0060087832f8/frameset.htm

regards

Satish

Hi all.

Can any one let me know how to find the message type for a transaction in ale & idocs. & how to find process codes for that message type.

Thanks in advance.

3 REPLIES 3
Read only

satsrockford
Active Participant
0 Likes
1,064

hi

After calling transaction, doubl click on that transaction,u will come to know its message type.

collect the message into a message table msgtab. There is an entry in msgtab with message type (MSGTYP) and message id (MSGID).

go to table T100 and check whether they are correct.

u can get related message text also from that table.

READ TABLE T100 WITH KEY........

Also refer to this link which will help u to find a solution to ur problem.

http://help.sap.com/saphelp_erp2005/helpdata/en/aa/b66fe4cd5811d2a5fa0060087832f8/frameset.htm

regards

Satish

Read only

0 Likes
1,063

Hi satish.

Thanks for quick turnaround. What I want is where can I find the message type for a transaction in ale idocs, like for material master tranaction message type is MATMAS,

for vendor master trans message type is CREMAS.

I mean to say is there any transaction or table to view transaction & its message type.

Cheers ,

samiulla.

Read only

0 Likes
1,063

hi,

there is no specific tcode to check both.

but from we81 itself by checking the description we can know the transaction for message type.

you can get process code details from we41 and we42 transactions.