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 Return

Former Member
0 Likes
962

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

8 REPLIES 8
Read only

Former Member
0 Likes
896

Hi Deepu,

Add the addition VIA SELECTION-SCREEN .

I think this will solve ur problem.

With Regards,

Dwarakanath.S

Read only

0 Likes
896

Hello Dwarakanath,

I used it. But still the same result !!!

Regards,

Deepu.K

Read only

Former Member
0 Likes
896

Add skip first screen with submit statement...

Regards

Ravi

Read only

0 Likes
896

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

Read only

0 Likes
896

Hi

No need to give VIA SELECTION SCREEN.

Regards

Sathar

Read only

0 Likes
896

Hello Sathar,

I tried even with not mentioning the VIA SSCRN Syntax.

But invain !

Regards,

Deepu.K

.

Read only

0 Likes
896

Hi

Try

SUBMIT <Program>

USING SELECTION-SET 'SELECTION VARIANT '

AND RETURN.

Regards

Read only

0 Likes
896

Hello Chaitanya,

What is 'SELECTION VARIANT' ?

Regards,

Deepu.K