‎2007 May 15 5:05 AM
HI EXPERTS,
how can we modify the report output field in clasiical reporting ,after displaying the output.
‎2007 May 15 5:44 AM
Hi Chandra,
I think i am not sure that we can modify the output in the classical report.
Regards,
Kumar.
‎2007 May 15 6:02 AM
Hi,
Once the report is flashed we cant modify ..That also i Classical report its not possible.
Try to reward if useful
‎2007 May 15 6:13 AM
Hi chandra,,
u can use editor call operation to change the output..
Reward if useful..
‎2007 May 15 6:35 AM
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
‎2007 May 15 6:56 AM
‎2007 May 15 9:11 AM
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.
‎2007 May 15 11:02 AM
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
‎2007 May 15 11:08 AM
‎2007 May 15 11:30 AM
hi,
just write output after fieldn ame in write satement,
Example:
write: itab1-kunnr output on.
Regards
Suresh.D
‎2007 May 15 1:22 PM
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.
‎2007 May 17 11:47 AM
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
‎2007 May 17 12:22 PM
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
‎2007 May 18 10:02 AM
‎2007 May 28 6:31 AM
Hi,
You can modify the output field after display using INPUT ON option in write statement.
Eg: write: vbak-vbeln input on.
Regards