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: 

Interactive Reports Through Reuse_alv_grid_display.

former_member212686
Participant
0 Kudos

Hi All,

I want to create intrective reports through Reuse_alv_grid_display.

when i am passing User_command in this function module its not execute further result.

I am showing in my first report is order number whem i am clicking perticular order number then further

detail like all line item and quantity is not showing on the basis of order number.

If you have possible please send me complete code.

Regards

Mohd Arif 

Moderator message: many examples available, please do more research before posting, do not ask for "complete code".

Message was edited by: Thomas Zloch

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

There are multiple sample here at scn, did you use the search tool ?

Nevertheless, check if

- you passed callback form did you forget to pass the report name or did you use sy-repid which will be replaced by the FG main program, so pass sy-repid to another variable and use this variable in the call (also don't forget to pass the program name in the variant structure)

- did you set correct memory id before passing order number (which transaction and which type of order : sales, maintenance, internal, etc.)

Regards,

Raymond

alex_campbell
Contributor
0 Kudos

Do you intend to perform your logic on single-click or double-click? I believe that only double-click will register as a user command, so it may not be possible for single-click.

Sijin_Chandran
Active Contributor
0 Kudos

Both Single Click and Double Click events are possible for Making an Interactive ALV report.

For Implementing a Single Click event you need to keep the Hotspot functionality active for the desired output field while assigning the value of Field Catalogue for that particular field ( SLIS_FIELDCAT_AL-HOTSPOT = 'X' ).