‎2008 Apr 17 6:57 AM
Hi all,
I created a function module and it is working fine but my problem is i want to provide a drill down facility for the particular variable i.e., when i double click on an output entry in a table i want to call another function module ( Like PICK in normal program ) how to achive this in function module.
Ex:
My function module returns a table like this
AA 0010
In that i want to call another function module when i click on the 0010 for retrive corresponding data.
Please suggest me i will reward definetly for useful answer
Mahi.
‎2008 Apr 17 7:00 AM
hi,
i couldn't under stand what you want , can u mention bit clear what u want .
regards
vinoth.v
‎2008 Apr 17 7:06 AM
Hi vinoth vishparaj,
My function module has one return table. when i execute that i found 3 entries, my requirment is when i click on any one of the record i want to fetch more details based on the entry line and i want to display the detailed output for the particulr entry also. so, i wrote another function module to fetch the detail data for that particular record but my problem is how to call the function module for detail out put ( At line-section event will not trigger in the function modules )
‎2008 Apr 17 7:09 AM
Hi,
Try to get all data in Table Grid format.
activate single line selection option for table grid.
choose the line to processed then Process with you next module pool with selected data
hope it will resolve all your issues.
regards,
Gaurav Sood
‎2008 Apr 17 7:34 AM
But how to display the ALV grid in function module. I created a BAPI function module and it returns a table, when i click the table i found all the entries on that. when i click any entry i want to call another BAPI function module.