2006 Jul 14 6:43 AM
Dear All,
I have too modify one report, which contains the data declaration like...
data %runmode type aqlimode.
data %seloptions type table of rsparams with header line.
field-symbols <%selopt> type rsparams_tt.
So what does it mean and how to use it... modify it.
Regards.
Dear All,
I have too modify one report, which contains the data declaration like...
data %runmode type aqlimode.
data %seloptions type table of rsparams with header line.
field-symbols <%selopt> type rsparams_tt.
So what does it mean and how to use it... modify it.
Regards.
2006 Jul 14 6:45 AM
These look like declarations of a generated program. You can change the variable names to whatever you want to replace the same where these are being used.
What is the issue you are facing?
Regards,
Ravi
Note : Please mark all the helpful answers
2006 Jul 14 6:46 AM
Hi,
Just treat it as normal variables and internal table. It is not different as:
data runmode type aqlimode.
data seloptions type table of rsparams with header line.
field-symbols <selopt> type rsparams_tt.
Regards!
P.S. Please award points if it helps.
2006 Jul 14 6:48 AM
it seems to be genrated program .generated via some other program
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |