Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Submit with selection table seltab

Posted on14/07/2006 alla 20: 19 | 2.2k Views


Follow
 RSS Feed
Hi,
data :SELTAB TYPE TABLE OF RSPARAMS.
Im using
submit zprog using selection-table seltab.
But My selection screen of zprog is still visible and
im able to change the values of the 'zprog'.
Is it possible to skip the entire selection screen and just pass value from the program where i use
submit zprog.
My requirement is i should be able to edit values of the calling program 'zprog'. How we do i do this?
The above submit statement doesnt work.
Thanks,
Anita
ABAP Development

Related questions
selection table multiple entries
By Former Member, Sep 19, 2006
Submit:
By Former Member, Mar 09, 2007
Risposte 2
Sort by: 
 Voti

 Creato

 Oldest

  

 Rich Heilman

Posted on14/07/2006 alla 20: 21

Yes, just get rid of the VIA SELECTION-SCREEN part of the SUBMIT statement. I
assume that you are using this.
Regards,
Rich Heilman
o Share

6 Comments

o Former Member  Rich Heilman


17/07/2006 alla 14: 33
Hi Rich,
Thank you. I just have to make sure i pass the correct names and the usage of No-
Extensions and No-intervals for the same parameter were confusing me a bit, as to how to
pass values to the calling progam. Im with 4.6C only and now it works for me.
My Learning goes below:-
Values are seen only after INITIALIZATION and if there are any default values in the
submitted program , those are over written with values from the program where we use
submit program.
Thanks,
Anita

 piace 0
 Share

You might also like