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

about report

Former Member
0 Likes
1,305

HI EXPERTS,

how can we modify the report output field in clasiical reporting ,after displaying the output.

14 REPLIES 14
Read only

Former Member
0 Likes
1,282

Hi Chandra,

I think i am not sure that we can modify the output in the classical report.

Regards,

Kumar.

Read only

Former Member
0 Likes
1,282

Hi,

Once the report is flashed we cant modify ..That also i Classical report its not possible.

Try to reward if useful

Read only

Former Member
0 Likes
1,282

Hi chandra,,

u can use editor call operation to change the output..

Reward if useful..

Read only

Former Member
0 Likes
1,282

Hi Chandra,

Once the output is displayed on screen, report outfield can not be modified in classical reporting.

Hope this sort out your query.

PS If the answer solves your query, plz close the thread by rewarding each reply.

Regards

Read only

Former Member
0 Likes
1,282

we can do using EDITOR-CALL FOR REPORT prog.

Read only

Former Member
0 Likes
1,282

Hi Chandra,

It is not possible to change the output field in classical reporting.

May i know what is the necessity of changing the output field so that i can suggest some solution.

Read only

Former Member
0 Likes
1,282

Hii chandra

when you are writing the data with the write statement write the keyword "editable",

i hope it will work ,if any doubt please ask again,

reward if useful

vikaas

Read only

0 Likes
1,282

check the 'format' statement.

Read only

Former Member
0 Likes
1,282

hi,

just write output after fieldn ame in write satement,

Example:

write: itab1-kunnr output on.

Regards

Suresh.D

Read only

Former Member
0 Likes
1,282

hi chandra,

just try this,

at pf-status event we can provide one puss button called 'EDIT' at the application tool bar,

for that function code u can write the code accordingly,,

regards.....

seshu.

Read only

Former Member
0 Likes
1,282

Hi Chandra,

Can you plz mark your query <i><b>Solved</b></i> if it is sorted out. Also plz close the thread by rewarding each reply.

Regards

Read only

Former Member
0 Likes
1,282

how can we modify the report output field in clasiical reporting ,after displaying the output

U cannot modify the report output field in classical reports after displaying the output but i can be done in ALV reports

<b>REWARD IF U FIND USEFUL</b>

FAREEED

Read only

0 Likes
1,282

u need to reward to all the useful replies.

Read only

Former Member
0 Likes
1,282

Hi,

You can modify the output field after display using INPUT ON option in write statement.

Eg: write: vbak-vbeln input on.

Regards