‎2008 Jun 04 12:35 PM
Hello All,
I'm calling ME80FN transaction from a report program like this :
SUBMIT rm06eaaw
WITH SELECTION-TABLE gt_seltab
AND RETURN.
My report has all the SSCRN parameters of the ME80FN SSCRN parameters.
And my Report has one more parameter which the standard ME80FN SSCRN doen't have.
But still....I pass the respective gt_seltab details to the submit syntax.
Now when I execute the report initially I'm getting the SSCRN of my report and when I execute I'm getting the SSCRN of the ME80FN.
Logically the SSCRN of the ME80FN Program shud not come .
How to resolve this ?
Regards,
Deepu.K
‎2008 Jun 04 12:40 PM
Hi Deepu,
Add the addition VIA SELECTION-SCREEN .
I think this will solve ur problem.
With Regards,
Dwarakanath.S
‎2008 Jun 04 12:43 PM
Hello Dwarakanath,
I used it. But still the same result !!!
Regards,
Deepu.K
‎2008 Jun 04 12:50 PM
‎2008 Jun 04 12:58 PM
Hello Ravi,
I need to skip the 2nd screen. i.e SSCRN of the ME80FN not the first screen (SSCRN of my report).
and how to use the syntax for SKIP with SUBMIT ?
Regards,
Deepu.K
‎2008 Jun 04 1:07 PM
‎2008 Jun 04 1:10 PM
Hello Sathar,
I tried even with not mentioning the VIA SSCRN Syntax.
But invain !
Regards,
Deepu.K
.
‎2008 Jun 04 2:37 PM
Hi
Try
SUBMIT <Program>
USING SELECTION-SET 'SELECTION VARIANT '
AND RETURN.
Regards
‎2008 Jun 04 2:43 PM