Introduction
This is a discussion on ALV reporting-a step by step operation manual about creating an ALV report of medium complexity. This documentation will not make you an expert in ALV. But, definitely, it will come handy at the time of need. It refers an example report YSUBALV, as a reference and will represent relevant blocks of the code at different areas of discussion.
Contents
ALV (ABAP LIST VIEWER) 4
Step 1: DATA DECLARATION.. 5
Example: 5
Step 2: Selecting the variants(Optional) 6
Step 3: (Defining Output Characteristics) 8
Step 4: (Build up events table) 16
Step 5: (Report Output list description) 20
Step 6: (Pass Selection-screen Information) 27
Step 7: (Deciding Sort Criteria) 28
Step 8: (Final Step) 28
Step 9: (Display Internal Output Table) 30
Sample code. 33
Download attached file: You must be Loged in to download file