2017 Aug 31 5:53 AM
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.
2017 Aug 31 8:43 PM
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.
2017 Aug 31 8:43 PM
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.
2017 Sep 05 7:59 AM