‎2007 Oct 15 9:09 PM
Hello every one,
I have a doubt on a SAP REPORT (T-code <b>COHV</b>; Program name:<b>PPIO_ENTRY</b>), this is a production orders report.
My client requirement is to get a report same like COHV with some additional fields. He needs the same functionality on COHV with viewing additional fields, like ZCOHV.
I copied all the report in se80, but the list is the taking from the another programs. ex: in selection screen if i select list as Order Headers, then it will take the programe PPIOH000. so copied all these programs also. but i am unable to link witht he Z_PPIO_ENTRY to Z_PPIOH000....... from my program Z_PPIO_ENTRY it was going to PPIOH000 (actually it should go to Z_PPIOH000). I am not able to get this.......will you help me...........
I got strucked here..........please push me further........
any questions let me know.
Thanks in advance,
Raj.
‎2007 Oct 15 9:32 PM
Hi Raj,
PPIOH000 is a report. Now instead to that if you wish to call your report ZPPIOH000, find the location where this report PPIOH000 is being called and change the call to ZPPIOH000.
To find where PPIOH000 is being called, debug your program ZPPIO_ENTRY and put breakpoint on statement "SUBMIT REPORT PPIOH000".
You will have to replace PPIOH000 by ZPPIOH000.
Regards,
Reema.
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo
‎2007 Oct 15 10:15 PM
Hello Reema,
Thank you very much for reply, but here is the problem. even I changed those entried with PPIOH000 with ZPPIOH000 but it was not going to the program ZPPIOH000....that is my problem.....I changed every where, and I debugged ..in program PPIO_ENTRY_MOD_F4_PPIO_LISIT......it is filling with the table through the call function COIS_F4_PPIO_LISTTYPE..........with the internal table entries ....for all the reports like PPIOH000, PPIOA000....etc.......When I am changing these..in debugging with my program name with ZPPIOH000 it was not hardcoding the program name...........
I want to get linked with ZPPIOH000..
Will you help me.. on this.
Raj.