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

ABAP - Retrieve Messages from programs that have been called using SUBMIT

pramod_teewaree
Participant
0 Likes
825

I want to retrieve Messages that is executed through the command SUBMIT from an ABAP Program.

Can anyone help me with that?

Thanks,

Pramod

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
790

I don't think this is possible with SUBMIT. Is the program you're calling custom / standard ?

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
791

I don't think this is possible with SUBMIT. Is the program you're calling custom / standard ?

Read only

0 Likes
790

It's a custom program

Actually it's a Standard Program that needs to be called.

Edited by: Pramod Teewaree on Jul 20, 2010 10:23 AM

Read only

andreas_mann3
Active Contributor
0 Likes
790

start other program in batch with fm K_BATCH_REQUEST

and analyse job-log BP_JOBLOG_READ with export parameter from above fm

A.

Read only

0 Likes
790

Thanks,

I will try this one out

Read only

pramod_teewaree
Participant
0 Likes
790

Question Answered.