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

abap reports

Former Member
0 Likes
362

Can any one give detailed code for creating Interactive Report for displaying Vendor Information based on the selection made by the corresponding Vendor Bank Details are listed such that the line selected in the basic list was visible along with the secondary list.

Can any one give detailed code for creating Interactive Report for displaying Vendor Information based on the selection made by the corresponding Vendor Bank Details are listed such that the line selected in the basic list was visible along with the secondary list.

1 REPLY 1
Read only

Former Member
0 Likes
348

Hi,

You can select the data from the tables LFA1 , LFBK..

Then prepare the output internal table..

Then prepare the field catalog internal table for ALV.

Then use the alv FM REUSE_ALV_LIST_DISPLAY to display the records..

Thanks,

Naren