Application Development 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: 

Problem with COOIS

Former Member
0 Kudos

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

eduardo_hinojosa
Active Contributor
0 Kudos

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

2 REPLIES 2

eduardo_hinojosa
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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