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: 

COOIS Interactive text field

warcsi
Participant
0 Kudos
1,081

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

1 ACCEPTED SOLUTION

warcsi
Participant
0 Kudos
1,030

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.

9 REPLIES 9

RaymondGiuseppi
Active Contributor
0 Kudos
1,030

COOIS is a reporting cockpit and there are many tables available as well as links to associated maintenance transactions/API.

  • First identify the table you want to enhance, then look for CI includes or append structures
  • Finally, look for BAdIs or other extensions available for the related transactions.
  • Example BAdI WORKORDER_INFOSYSTEM.

0 Kudos
1,030

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?

0 Kudos
1,030

Are you looking for a new long text on order header?

0 Kudos
1,030

I think I might be,

I am pretty new to ABAP and am unsure if that is what I am looking for.

0 Kudos
1,030

How long should the field be?

0 Kudos
1,030

Nothing longer then 50 characters

0 Kudos
1,030

Ok just a text field, not a long text object.

0 Kudos
1,030

Any chanche you might know how to make it interactive/fillable by the end user when they click on it?

warcsi
Participant
0 Kudos
1,031

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.