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

Adding Extra field in KSB1

Former Member
0 Likes
2,702

Hi all,

I need to add one extra field in output of the Report, Please tell me the procedure to add extra

field in the ALV output.

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,458

Hi,

Create the structure CI_RKPOS and include the field you want to display in this structure .....

use the userexit COOMEP01 CO-OM: Information system -> line item reports

EXIT_SAPLKAEP_001 in this function module ......write the logic to fill that field value....

and pass the value to CS_RECORD structure ....

your added field will be visible in the structure CS_RECORD....

Thanks,

Shailaja Ainala.

Hi,

Create the structure CI_RKPOS and include the field you want to display in this structure .....

use the userexit COOMEP01 CO-OM: Information system -> line item reports

EXIT_SAPLKAEP_001 in this function module ......write the logic to fill that field value....

and pass the value to CS_RECORD structure ....

your added field will be visible in the structure CS_RECORD....

Thanks,

Shailaja Ainala.

2 REPLIES 2
Read only

Former Member
0 Likes
1,459

Hi,

Create the structure CI_RKPOS and include the field you want to display in this structure .....

use the userexit COOMEP01 CO-OM: Information system -> line item reports

EXIT_SAPLKAEP_001 in this function module ......write the logic to fill that field value....

and pass the value to CS_RECORD structure ....

your added field will be visible in the structure CS_RECORD....

Thanks,

Shailaja Ainala.

Read only

0 Likes
1,458

Thanks Shailaja,

Problem is solved