cancel
Showing results for 
Search instead for 
Did you mean: 

Submit Program with Suppressing Selection Screen

Former Member
0 Kudos

Hi Experts,

I am using Submit ZREPORT with KUNNR in KUNNR

                                             with VBELN in VBELN

                                             with VKORG in VKORG.

I want to suppress selection screen, how to suppress selection screen ? I want to display output without displaying selection screen.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guy's,

Anybody has idea in SUBMIT statement how to display output without displaying selection screen.

Regards,

Nandkishor

0 Kudos

Hi,

     Try like this

     submit ZREPORT with KUNNR between 1000 and 2000 (If it is a select option) else

     submit ZREPORT with KUNAR eq 1000 (If it is a parameter).


Former Member
0 Kudos

Hi Ramalingam,

Thanks for your reply,

I am not asking how to pass parameters, I am calling this submit statement in other program, When we execute this program, i want to display output directly without showing selection screen.

0 Kudos

Hi,

Are you using via selection screen addition

Can you share your exact code.

Former Member
0 Kudos

Hi Ramalingam,

WHEN  'REF'.

        SUBMIT  zsdsar_sdliefspe

                               WITH kunnr IN kunnr

                               WITH lifspe IN lifspe

                               WITH msr_bl IN msr_bl

                               WITH vkorg = vkorg

                               WITH vtweg IN vtweg

                               WITH spart IN spart

                               WITH vkbur IN vkbur

                               WITH vkgrp IN vkgrp

                               WITH werks IN werks

                               WITH vbeln IN vbeln

                               WITH vbtyp IN vbtyp.

0 Kudos

Hi,

     In Submit you can not pass select options like this either you must use between addition or you must create structure of type RSPARAMS and pass the values check with F1 on submit.