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

COOIS tcode needs to be enhanced with a button.

Former Member
0 Likes
1,062

Hi...

We have copied COOIS transaction into a Z prgram... Now I need to add a button on the Menu.

I was trying to debug the program but couldn't find the right place.

There is a button when click on it, it displays the Standard ALV Functions On..

Can any one help me out...

<REMOVED BY MODERATOR>

Thanks,

Chaithanya K

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 11:19 AM

Hi...

We have copied COOIS transaction into a Z prgram... Now I need to add a button on the Menu.

I was trying to debug the program but couldn't find the right place.

There is a button when click on it, it displays the Standard ALV Functions On..

Can any one help me out...

<REMOVED BY MODERATOR>

Thanks,

Chaithanya K

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 11:19 AM

5 REPLIES 5
Read only

Former Member
0 Likes
857

Hi Chaithanya,

In your copied program find properly in the correct PF status and do your modification there.

This should fix this.

Thanks,

Greetson

Read only

0 Likes
857

Hi Greetson,

Thanks for your reply.

In my Copied program it still goes to the Standard Function Group(SAPLCOISOUTPUT) for display purposes..

In this include LCOISOUTPUTF16 it displays the SET PF-STATUS.

Do I need to copy all this programs to Z programs...

Thanks,

Chaithanya K

Read only

0 Likes
857

Yes . You are correct. When you copy a SAP standard program You need to take Z version of all the includes if you need to. For this case it is must.

Thanks,

Greetson

Read only

0 Likes
857

Hi..

Thanks for your reply...

I am unable to determine the Cursor Position when it goes to this SAPLCOISOUTPUT Function pool.

The question is how does it link to this Function Group..

Thanks,

Chaithanya K

Read only

0 Likes
857

Hi ,

The module pool "SAPLCOISOUTPUT" has a Include by name "LCOISOUTPUTUXX. " This is the include that holds all the function modules. This include program will link to the FunctionGroup main program.

Hope it helps.

Thanks,

Greetson

Edited by: Greetson Shunmugasundaram on Apr 14, 2008 6:33 PM