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: 

ALV Grid Report using OOPS

Former Member
0 Kudos

Hi Friends,

I have to develop the ALV Grid report using the Classes ie OOPS, as i am new to OOPS and know little bit of ALV, so it will be little bit tough to develop the object so plz try to solve my query. I'm sending the Functional specs:

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).

The output must appear in the same screen.

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

thnks in advance.....

1 REPLY 1

amit_khare
Active Contributor
0 Kudos

Hi,

Check out these standard reports, they are enough to help you out .

BCALV_GRID_01

BCALV_GRID_02

BCALV_GRID_03

BCALV_GRID_04

BCALV_GRID_05

BCALV_GRID_06

BCALV_GRID_07

BCALV_GRID_08

BCALV_GRID_09

BCALV_GRID_10

BCALV_GRID_11

BCALV_GRID_AND_POPUP

BCALV_GRID_DEMO

Regards,

Amit