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

finding transaction with message

Former Member
0 Likes
659

Hi ,

In the idoc there is mentioned that message type as ZITC_MES_PO. Please tell me how to find the transaction or report (which is used to fill the idoc ) with the help of this message type..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

goto SE91 and in the field Message Class mention ZITC_MES_PO. Click on where-used-list...Select all checkboxes and press enter.....The list will be displayed through which u can check the programs.

Award Points....

4 REPLIES 4
Read only

Former Member
0 Likes
620

goto SE91 and in the field Message Class mention ZITC_MES_PO. Click on where-used-list...Select all checkboxes and press enter.....The list will be displayed through which u can check the programs.

Award Points....

Read only

Former Member
0 Likes
619

Hi Shweta,

The message type you are mentioning will not be seen from SE91. SE91 is the transaction for Message classes (the messages we use in ABAP Program).

to see more about the message type, ZITC_MES_PO , go to transactio WE81 or WE82, you can find these custom message types at the end of the table.

If there is any function modules, used for populating this, you can do a wild search in SE37 transaction by entering ZITC_MES_PO or ITC_MES_PO and pressing F4 button.

Hope this helps.

Sajan Joseph.

Read only

Former Member
0 Likes
619

Message class is in se91 but this is a message type of idoc.

This is altogether a different concept.

Basically the idoc is designed in the form of a function module for which a message type along with process code is attached .

Now the message type and function module is attached in tcode WE57 (plz check this as im not on sap right now).

Now based on the message type u can get the function module name .

Once you get this function module open this in Se37 and look out for the structure .

(or)

Goto tcode we19 and give the message type and execute this will give u the idoc structure .

Once you open the idoc from here u can the segments in control record , data record .

u can populate the idoc from here by filling the control and data segments.

regards,

vijay.

Read only

Former Member
0 Likes
619

Hi Shweta,

I was wondering on what basis you are rewarding points!

For incorrect information provided, i could see you granting "Very Helpful answer"..and unfortunately for some valuable information i provided, i didnt get any?

This is really discouraging.

Sajan Joseph.

I am not mentioning about Vijay's answer...it is definitely a helpful answer

Message was edited by:

Sajan Joseph