2007 Feb 06 5:16 AM
Hi folks,
I need to enter the data in Output of report.
Means in report output can we enter the data....if it is ...how.
Thanks in advance.
Subbbu
2007 Feb 06 5:18 AM
if you want to allow user to change the value of the result, you can do so, by using
WRITE : v_char INPUT on.
and you also can do that using ALV's.
if you want to allow user to change the value of the result, you can do so, by using
WRITE : v_char INPUT on.
and you also can do that using ALV's.
2007 Feb 06 5:18 AM
if you want to allow user to change the value of the result, you can do so, by using
WRITE : v_char INPUT on.
and you also can do that using ALV's.
2007 Feb 06 5:25 AM
hi,
i think its better to use EDITABLE ALV.
chk this.
http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
Regards
Anver
2007 Feb 06 5:31 AM
2007 Feb 06 5:40 AM
hi
PARAMETERS v_char(10) type c.
WRITE / v_char input on.
it works....
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |