Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Output

Former Member
0 Likes
490

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

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.

4 REPLIES 4
Read only

Former Member
0 Likes
468

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.

Read only

anversha_s
Active Contributor
0 Likes
467

hi,

i think its better to use EDITABLE ALV.

chk this.

http://www.sapdevelopment.co.uk/reporting/reportinghome.htm

Regards

Anver

Read only

Former Member
0 Likes
467

No I want in classical report only.

Read only

former_member188827
Active Contributor
0 Likes
467

hi

PARAMETERS v_char(10) type c.

WRITE / v_char input on.

it works....