‎2009 Dec 16 4:46 AM
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.
‎2009 Dec 16 5:00 AM
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.
‎2009 Dec 17 6:54 AM
‎2009 Dec 17 6:54 AM