‎2008 Aug 13 9:56 PM
Hi,
I need to add some fields in the KOB1 report for Display Actual Cost Line Items for Orders, i have tried change the Customizing include CI_RKPOS with the new fields and the includes ZXKAEPTOP, ZXKAEPU01 from EXIT_SAPLKAEP_001. The problem is that the new fields are marked with 'X' in the fielcat-no_out and not appear in the report. How can i change this fieldcat or do that these fields appear in the report.
Thanks.
‎2008 Aug 13 10:09 PM
You can select them from the ouput using the "Change Layout" and than save that Layout.
Next time when you start, use the field "Layout" on the selection screen to select your created Layout to bring the Zfields.
Regards,
Naimesh Patel
‎2008 Aug 13 10:09 PM
You can select them from the ouput using the "Change Layout" and than save that Layout.
Next time when you start, use the field "Layout" on the selection screen to select your created Layout to bring the Zfields.
Regards,
Naimesh Patel
‎2008 Aug 13 10:19 PM
Hi,
The fields that i add in the report not appear in the column list of the change layout. i can not select them. If i debug the program they appear in the fieldcat with no_out = 'X'.
Please help...
‎2008 Sep 04 10:22 AM
Hi,
do like this
1) there is a view covp go in to that open table/join tab COEP table in that one include is there CI_COBL
in this include put your custome fields.
and activate it.
2)open se37 tc and run this RS_SEL_OPTIONS fm and exe cute it click on creat button and you can able to give group no in the sceen with the fields which you need to display. then save it.
3) run kob1 you will get it
‎2008 Sep 04 3:31 PM
Hi,
I solved the problem, the fields do not show on the ALV Grid because there are not data in the transparent table. when i put data in these fields they show in the layout an then on the ALV Grid report.
Thanks.