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 and SKIP information message

Former Member
0 Likes
2,570

I'd like to submit ... and return a report in one of my report.

The 'called' program is generating info/error messages but the info message show a popup and I don't want this popup to appear

Anything I can do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,047

Hello Stephan,

U can do by using this code.

Create FM which works in bacground task.

ie

<b>Make the PARAMETERS OF FM as the PARAMETERS u r passing to the SUBMIT report.

CAll FUNCTION 'ZSUBMIT' IN BACKGROUND TASK.

Inside the FM

SUBMIT (REPORT NAME) AND RETURN.</b>

If useful reward points.

Vasanth

Message was edited by: Vasanth M

Message was edited by: Vasanth M

2 REPLIES 2
Read only

Former Member
0 Likes
1,048

Hello Stephan,

U can do by using this code.

Create FM which works in bacground task.

ie

<b>Make the PARAMETERS OF FM as the PARAMETERS u r passing to the SUBMIT report.

CAll FUNCTION 'ZSUBMIT' IN BACKGROUND TASK.

Inside the FM

SUBMIT (REPORT NAME) AND RETURN.</b>

If useful reward points.

Vasanth

Message was edited by: Vasanth M

Message was edited by: Vasanth M

Read only

Former Member
0 Likes
1,047

Hi Stephan,

   Submit <program name> and return.

Just bebug the called program and check where is the info pop-up coming or can you tell what is the content in the info pop-up.

Regards,

Tushar