Hi All...
I am Creating ALV report to display list of Purchase orders and Purchase requisitions. The design of the report must be as:
The program should display the list of Purchase orders and Purchase requisitions created for specified materials. The output should be displayed in form of ALV grid. There should be separate ALV Grid for Purchase order and Purchase requisition list.The user should also have an option to save various ALV layouts and should be able to choose the ALV layout on the selection screen The user should be able to navigate to the relevant document form the ALV grid. (Use hyperlink).
Selection screen fields
Material Number
Creation date (For both, PR and PO).
Output fields
List one
PO Number
PO Item number
Vendor
Date
Material Number
Material Quantity
List two
PR Number
Material Number
Material Quantity
Release status
Date.
Reference
Tables: EKPO, EKKO, EBAN
Transactions: ME23N
HINT Use class - CL_GUI_ALV_GRID
As i'm new to ALV reporting can anyone help me to develop the report.