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: 

How to combine 2 standard reports (KOB1 & KSB1 ) to show single ALV?

saurabh_chikate
Active Participant
0 Kudos

Hi Experts,

Got a requirement to combine 2 standard FI reports ( KOB1 & KSB1).Debugging is showing that both reports use the same RFC under the hood i.e. K_LINE_ITEMS_SELECT_AND_LIST.

When different parameters are passed to this FM respective ALV is generated.

I have also tried SUBMIT and RETURN EXPORTING TO MEMEORY but it gives list and not ALV.

for combining outputs of these reports I am trying to tap into internal tables of it before ALV is shown.

Kindly share your views.

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor

Please check the following Blogpost on how to use Class "CL_SALV_BS_RUNTIME_INFO" to get the ALV-data of the mentioned Programs in Background : link

You could make use of this as to get the separate ALVs as Internal Tables and proceed from there ...


Hope this helps

Nic T.

2 REPLIES 2

NTeunckens
Active Contributor

Please check the following Blogpost on how to use Class "CL_SALV_BS_RUNTIME_INFO" to get the ALV-data of the mentioned Programs in Background : link

You could make use of this as to get the separate ALVs as Internal Tables and proceed from there ...


Hope this helps

Nic T.

0 Kudos

Thanks Nic,

This helped a lot.