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: 

i need code for an interactive/alv report using all the possible events.

Former Member
0 Kudos
95

hi,

i am a new learner who has just started working on abap.

please help me to make a single report based on sd or mm module,using all the possible events in a single report.

thanks n regards

praveen

2 REPLIES 2

Former Member
0 Kudos
69

Hi Praveen,

You can use these demo programs provided by SAP.

BCALV_TEST_FULLSCREEN_EVENTS

BCALV_TEST_FULLSCREEN_EVENTS

BCALV_TEST_GRID_EVENTS

BCALV_TEST_HIERSEQ_LIST_EVENTS

BCALV_TEST_LIST_EVENTS

Hope this helps you.

Thanks,

Arun

Former Member
0 Kudos
69

Hi Praveen,

I think U r aware of ALV. There r som FM used in ALV -


REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY

REUSE_ALV_FIELDCATLOG_MERGE

REUSE_ALV_EVENTS_GET

REUSE_ALV_COMMENTARY_WRITE

REUSE_ALV_VARIANT_F4 etc..........

for interactive ALV.....

FORM SUB1 USING <USERCOMMAND> LIKE SY-UCOMM

HIDE TYPE SLIS_SELFIELD.

In SLIS_SELFIELD----


Fieldname & Value

For Block ALV----


REUSE_ALV_BLOCK_LIST_APPEND

REUSE_ALV_BLOCK_LIST_INIT

REUSE_ALV_BLOCK_LIST_DISPLAY

Reward if helpful,

Thanks