‎2011 Mar 08 8:13 AM
Hi,
I have a program (program1). Inside program1 a have a "SUBMIT program2 EXPORTING LIST TO MEMORY ... AND RETURN".
Inside program2 i raise some error messages "MESSAGE eXXX ....". When a error message occurs in the the program2 i can't see the text message on program1. How can i do to see in the prgram1 the exact error message that i raise in the program2?
Thanks.
Moderator message: please use more descriptive subject lines for your posts.
Edited by: Thomas Zloch on Mar 8, 2011 9:35 AM
‎2011 Mar 08 8:23 AM
in program 2 you can use:
message exxx into text.
and then export text to memory.
in program 1, you can read from memory what you have exported in program 2.
Regards.
Andrea