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

Issue with submit program RSNAST00

Former Member
0 Likes
1,230

Hi,

From my program iam submitting to RSNAST.

The sumbit statement is as follows.

SUBMIT RSNAST00 VIA SELECTION-SCREEN WITH S_KAPPL IN S_KAPPL

WITH S_OBJKY IN S_PONUM

WITH S_KSCHL IN S_KSCHL

WITH S_NACHA = '1'

WITH P_AGAIN = W_AGAIN

AND RETURN.

But here it is going upto to the RSNAST selectoptions and filling select-options values.

I want this RSNAST00 should be executed.But here it is going till RSNAST00 select options and filling the values,

What i need to do to execute this program.

3 REPLIES 3
Read only

former_member206377
Active Contributor
0 Likes
669

Hi Vinay ,

Omit the addition VIA SELECTION-SCREEN :


SUBMIT RSNAST00 
 WITH S_KAPPL IN S_KAPPL
WITH S_OBJKY IN S_PONUM 
WITH S_KSCHL IN S_KSCHL
WITH S_NACHA = '1'
WITH P_AGAIN = W_AGAIN
AND RETURN.

Read only

Former Member
0 Likes
669

set

Read only

Former Member
0 Likes
669

set