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

SUBMIT

was_wasssu
Participant
0 Likes
291

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

1 REPLY 1
Read only

Former Member
0 Likes
255

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