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

T-Code KOB1

Former Member
0 Likes
850

Hello Everyone,

Can anyone say that the program behind KOB1 is RKAEP000. I wanted to add additional columns.

Can you tell me it is report is dynamically declared or not.

I have to add material characteristics to that report.

Thanks,

Raj.

Message was edited by:

raj kumar

4 REPLIES 4
Read only

ferry_lianto
Active Contributor
0 Likes
671

Hi,

Yes ... program RKAEP000 is used for transaction KOB1.

This is dynamic report which calls other transaction

via FM K_LINE_ITEM_LOGICAL_KEY_GET.

Regards,

Ferrry Lianto

Read only

0 Likes
671

Thanks you very much for your reply,

Yes, I know that.

When I am debugging that. I would like to know whether is it dynamically declared or not.

Can I copy the whole program with ZRKAEP000 , so that I can add fields and control over the program. is it possible.

Raj.

Read only

ferry_lianto
Active Contributor
0 Likes
671

Hi,

Yes you can copy to custom program ZRKAEP000.

You may also want to copy all include programs to custom includes as well via SE80.

Regards,

Ferry Lianto

Read only

0 Likes
671

Hi guys,

Why are you trying to complicate task.

Just check this notes:

Note 325546 - CO line item reports: Creating a user-defined field

Note 331416 - CO line item reports: EXIT_SAPLKAEP_009

Note 896531 - CO-EP reports: Customer-specific authorization checks

Good luck.