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: 

Find the transaction for an message - M8 - 155

Former Member
0 Kudos

Hi All

Is there is any option available to find the transaction code by messages

Exxample

message id is - M8

Message no is - 155

I found this message triggering in Program name - LMG11U05

Can u help me to find the transaction code of this message triggers.

Cheers

Priyanka

1 REPLY 1

Clemenss
Active Contributor
0 Kudos

Hi Deekshitha,

NO.

Messages and transaction are not related at all. Transactions are 'entry points' for processing. Usually a transaction code is connected to a program an a screen. Starting there, any functions, programs, methods or transactions can be called. The called objects can do the same.

A message can be called directly in the program (This is what you found in function group MG11) or dynamically, selected via control tables or other methods.

You could check the function name of LMG11U05 and request a where-used-list. Then check transaction table TSTC for the programs found in the where-used-list. If you are lucky, it solves your question - at least partially. Because the message may be called elsewhere, too.

If not solved, please describe the situation in detail.

Regards,

Clemens