2008 Apr 14 4:13 PM
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
2008 Apr 14 4:33 PM
Hi Chaithanya,
In your copied program find properly in the correct PF status and do your modification there.
This should fix this.
Thanks,
Greetson
2008 Apr 14 4:57 PM
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
2008 Apr 14 5:01 PM
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
2008 Apr 14 5:20 PM
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
2008 Apr 14 5:32 PM
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