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

Extending Fields for KOB1 T-Code

Former Member
0 Likes
1,589

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

4 REPLIES 4
Read only

Former Member
0 Likes
899

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

Read only

Former Member
0 Likes
899

KOB1

You have to copy and modify the code to show extra data in the output. no Enhancements and no Exits in this,..

Read only

Former Member
0 Likes
899

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

Read only

Former Member
0 Likes
899

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