‎2008 Jul 29 6:05 PM
Hi,
I need to add 5 fields additonally to the ALV output of the KOB1 t-code.
Is there any User exit or Enhancement for it, or else it has to be copied to a 'Z' program n then modified?
If it has to be copied and modified using the 'Z' program in which Include area should be modified to get the exact result.
Thanks,
Kumar
‎2008 Jul 29 6:08 PM
Copying into zprogram is the way to go.
find the final internal table that is being printed.
Add the fields to that particular itab.
populate the data in those extra fields.
add these columns to the field catalogs if alv is used.
Regards,
Ravi
‎2008 Jul 29 6:17 PM
KOB1
You have to copy and modify the code to show extra data in the output. no Enhancements and no Exits in this,..
‎2008 Jul 29 7:55 PM
Hi Kumar,
You can add field(s) to CI_RKPOS and add your logic to user exit EXIT_SAPLKAEP_001 (include ZXKAEPU01). We recently added some fields into KOB1.
Good luck,
ThuyVien Nguyen
‎2008 Oct 01 6:59 PM
hi,
go t the view COVP in that COEP table there is one custome include in that include you can put your custome fields hese will get reflected