2023 Apr 26 7:29 AM
Hello,
I am looking for a way to add a field into COOIS that is user field and then saved.
I am aware how to add fields I would just like to know how I can make and save a user filled custom field.
Thank you for your reply
András
2023 Apr 27 7:22 AM
I have a solution I think.
I took the problem up with my mentor and after looking into the conclussion we came to was. That the best thing to do is to create a new long text object in SE10 and use SAVE_TEXT and READ_TEXT respectively.
I was also alerted to it and advised to use COMMIT_TEXT instead of using the save option when calling the SAVE_TEXT FM instead of using the Exporting parameter savemode_direct as if there is an error during the creation/saving of the object it would have to be manually deleted.
That is the solution that we came up with if you have something to add please feel free to.
2023 Apr 26 9:54 AM
COOIS is a reporting cockpit and there are many tables available as well as links to associated maintenance transactions/API.
2023 Apr 26 10:05 AM
Hi,
I already have a BADi and a implementation and the CI_IOHeADER structure extendes to match my requirements.
I am interested if you might know about a way to create a user editable text field?
2023 Apr 26 10:15 AM
2023 Apr 26 10:19 AM
I think I might be,
I am pretty new to ABAP and am unsure if that is what I am looking for.
2023 Apr 26 10:23 AM
2023 Apr 26 10:27 AM
2023 Apr 26 11:53 AM
2023 Apr 26 12:08 PM
Any chanche you might know how to make it interactive/fillable by the end user when they click on it?
2023 Apr 27 7:22 AM
I have a solution I think.
I took the problem up with my mentor and after looking into the conclussion we came to was. That the best thing to do is to create a new long text object in SE10 and use SAVE_TEXT and READ_TEXT respectively.
I was also alerted to it and advised to use COMMIT_TEXT instead of using the save option when calling the SAVE_TEXT FM instead of using the Exporting parameter savemode_direct as if there is an error during the creation/saving of the object it would have to be manually deleted.
That is the solution that we came up with if you have something to add please feel free to.