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

Customizing Reports

Former Member
0 Likes
682

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!

4 REPLIES 4
Read only

Former Member
0 Likes
640

Hello Smith,

In report you can give adding field as editable.

Read only

former_member196651
Contributor
0 Likes
640

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

Read only

narendar_naidu
Active Participant
0 Likes
640

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,

Read only

Former Member
0 Likes
640

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?