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

KKA2 values into internal table

Former Member
0 Likes
1,498

Hi,

I would like to create a report which accepts multiple WBS elements and display with all records which comes at KKA2.

KKA2 accept sinlge record, but whatever the values displaying at KKA2, i want in my Z report.

Please let me know how can I fetch those records as it is a module pool program, i didnt find option to use SUBMIT PROGRAM.

Even I may not able to use Export and Import memory id's to read it.

Please guide me.

Regards,

Amarnath S

Hi,

I would like to create a report which accepts multiple WBS elements and display with all records which comes at KKA2.

KKA2 accept sinlge record, but whatever the values displaying at KKA2, i want in my Z report.

Please let me know how can I fetch those records as it is a module pool program, i didnt find option to use SUBMIT PROGRAM.

Even I may not able to use Export and Import memory id's to read it.

Please guide me.

Regards,

Amarnath S

5 REPLIES 5
Read only

Former Member
0 Likes
1,138

Can I have any clue on this.

Read only

0 Likes
1,138

No updates?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,138

What did you try : did you debug the transaction, did you trace it thru SAT or SE30 or ST05 ?

Regards,

Raymond

Read only

0 Likes
1,138

I tried ST05, there i found 100's of tables. Is there any way to use logic import and of memory id's to get the result?

Read only

0 Likes
1,138

Many of those tables are not much relevant, nevertheless better use an Abap trace (or analyze source code) to identify a subset of forms or an FM executed so you just could call those forms or FM in you report.

Regards,

Raymond

PS 1 : With luck you shoud find a FM like AD19...

PS 2 : Why did your functional not ask for KKAJ (Oh! a report)