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

Problem with add fields in KOB1

Former Member
0 Likes
2,094

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.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
1,216

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

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
1,217

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

Read only

0 Likes
1,216

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...

Read only

Former Member
0 Likes
1,216

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

Read only

Former Member
0 Likes
1,216

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.