‎2006 Jul 21 9:53 AM
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?
‎2006 Jul 21 10:04 AM
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
‎2006 Jul 21 10:04 AM
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
‎2006 Jul 21 10:21 AM
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