Application Development and Automation 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: 
Read only

Function module(Urgent)

Former Member
0 Likes
508

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.

4 REPLIES 4
Read only

Former Member
0 Likes
487

hi,

i couldn't under stand what you want , can u mention bit clear what u want .

regards

vinoth.v

Read only

0 Likes
487

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 )

Read only

0 Likes
487

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

Read only

0 Likes
487

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.