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

Problem with COOIS

Former Member
0 Likes
927

I added a button to the COOIS transaction wich running a transaction for the selected line. Can anyone tell me how to run this for all lines selected in case of multiple marked lines?

Thanks a lot.

1 ACCEPTED SOLUTION
Read only

eduardo_hinojosa
Active Contributor
0 Likes
784

Hi

I'm not sure about your requirement, but perhaps BADI 'WORKORDER_INFOSYSTEM' would help you

See these notes:

SAP Note 434123 - Filling and displaying own fields in information system

SAP Note 806375 - COOIS: Order delay Business Add-In in IOHEADER

SAP Note 615206 - COOIS: BAdI order delay in IOHEADER

and related notes.

See also the documentation of the BADI

I hope this helps you

Regards

Eduardo

I added a button to the COOIS transaction wich running a transaction for the selected line. Can anyone tell me how to run this for all lines selected in case of multiple marked lines?

Thanks a lot.

2 REPLIES 2
Read only

eduardo_hinojosa
Active Contributor
0 Likes
785

Hi

I'm not sure about your requirement, but perhaps BADI 'WORKORDER_INFOSYSTEM' would help you

See these notes:

SAP Note 434123 - Filling and displaying own fields in information system

SAP Note 806375 - COOIS: Order delay Business Add-In in IOHEADER

SAP Note 615206 - COOIS: BAdI order delay in IOHEADER

and related notes.

See also the documentation of the BADI

I hope this helps you

Regards

Eduardo

Read only

Former Member
0 Likes
784

Thanks so much Eduardo.

Finally, I added a button to the navigation profile with the option "call of class", calling a method in a new class defined.

Regards.

Edited by: IMH on Jul 8, 2011 10:12 AM