ā2014 Apr 08 7:42 AM
Hi gurus!
We are working with the GRC Reports. We need to add an extra field in one of the reports for the Internal Control person. This person needs to write text in it. Is it possible?
I know how to add the colum into the report by I don“t know to make it writable (for adding comments). Can someone help me with this?
Thanks a lot!
ā2014 Apr 08 7:56 AM
ā2014 Apr 08 8:00 AM
Hi John,
If report is build using OOPs or REUSE function modules, a field can be made editable by making the EDIT of the fieldcatalog for that column as X. Then you have to retrieve the data and save accordingly.
Regards,
Abijith
ā2014 Apr 08 8:16 AM
Hi John,
As people above suggested try making your field catalog EDIT = 'X' and after changing the contents of the field , under user action SAVE read the changed values and modify your final internal table contents with the new values.
regards,
ā2014 Apr 08 8:30 AM
Thanks everybody for your help.
I just got inside the SPRO-> Reporting>Configuration and I added my new field in the specific report. Attached you can see the image. Where is the editable field?