‎2007 Apr 13 7:20 AM
does the data statement inside the form-endform statement
create any column in the selection screen
‎2007 Apr 13 7:21 AM
Hi prathish,
1. As such, data statment does not affect the selection screen.
It only creates a variale in memory.
2. So even if it is written inside form-endform,
it won't affect any column in the selection screen.
regards,
amit m.
‎2007 Apr 13 7:21 AM
Hi prathish,
1. As such, data statment does not affect the selection screen.
It only creates a variale in memory.
2. So even if it is written inside form-endform,
it won't affect any column in the selection screen.
regards,
amit m.
‎2007 Apr 13 9:08 AM
‎2007 Apr 13 9:10 AM
Hi again,
1. For selection screen, we use syntax like
parameters, select-options.
2. eg. (just copy paste)
report abc.
data : mymatnr like mara-matnr.
parameters : a(10) type c.
select-options : matnr for mymatnr.
regards,
amit m.
‎2007 Apr 13 9:13 AM
is selection screen a structure or not?????/
if so what r its components
‎2007 Apr 13 9:15 AM
‎2007 Apr 13 7:23 AM
Hi prathish..
Data statement will create just a work area it will not effect the selection screen.
and if you are talking about <b>Parameters</b>
u can not use these in the form - endform.
Hope it helps you...
Let me know if u have any more doubt...
Reward points if useful......
Suresh.......
‎2007 Apr 13 7:23 AM
hi
first of all any data declarations doesnt create a field in selection screen u need parameters n select options
n more over u cant use them in form endform.
reward if helpful.
regards,
kiran kumar k