Application Development 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: 

Custom field in KBS1 not shown in report output.

simadri_sekhar
Participant
0 Kudos

Hi SAP experts,

I created one custom field as per requirement by following "SAP NOTE 325546 "  in actual item report.

But when i run the transaction KSB1, I can not find the required custom field in the report.

I checked in layout change also by going into "setting->layout->change" , but i can not able to find the field.

When I entered one material document no which contains the value for my custom field in debugging mode, I can able to see the field in report.

But when there is no value found for any line items the whole column is suppressed.

Please guide me in this case as I searched SCN but did not find any solution till now.

Eagerly waiting for a reply.

Thanks,

Simadri

6 REPLIES 6

royolav_johansen
Explorer
0 Kudos

If you set a break-point in the user exit and see that it is reached, and still the field is not seen in transaction.

Then check note Note 122975 - Resetting buffering of ALV field catalog.

0 Kudos

Hi Roy,

I already checked that note and also implemented, but no success. I did a workaround for that and its working now.

Thanks,

Simadri

former_member188219
Participant
0 Kudos

U can check the thread http://scn.sap.com/message/11074982

nabheetscn
Active Contributor
0 Kudos

Their are three steps in the note. Can you please put a screens hot for each specially for the last one V_TKALV.

Seconldy did you check these notes also 359691 and 327821 for this

venkateswaran_k
Active Contributor
0 Kudos

Dear Simadri,

1. Please check your note applied are activated.

2. You need to do changes in user-exit to get that field in layout. 

    (You need to implement exit COOMEP01)

Regards,

Venkat

raymond_giuseppi
Active Contributor
0 Kudos

In your CMOD project which contains SMOD COOMEP01, check

  • You activated the project
  • You activated the included structure CI_RKPOS (check activation log)
  • You activated the Abap include ZXKAEPU01 (EXIT_SAPLKAEP_001)
  • You called correct transaction, code is KSB1 and not KBS1
  • You executed SM34 on cluster V_TKALV and save the change
  • You refreshed the ALV buffer (BALVBUFDEL)

You could also read  325546  - CO line item reports: Creating a user-defined field and dependant notes (at end of note) once again.

Regards,

Raymodn