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: 

How Read the selected row from the pop-up

former_member696081
Participant
0 Kudos

Hi all,

I have to capture entire record from a popup. As of now I am using the FM F4IF_INT_TABLE_VALUE_REQUEST by this FM I am getting only the field value for which I am providing F4 help.

How to capture the entire row of the selected record from the pop-up?

Regards.

Rangandh

1 ACCEPTED SOLUTION

Former Member

Hi,

Sorry for mentioning the wrong parameter....actually it is DYNPFLD_MAPPING...check the function module documentation of this parameter for details..

Thanks

Naren

6 REPLIES 6

Former Member
0 Kudos

Once returned from the pop up, you have the value that you could then use read the displayed table using it as a key, unless the keys are not unique.

Optionally, you could create another screen (instead of using the FM) use ALV Grid and react to the hotspot, in turn read the record.

0 Kudos

Hi Paul,

Thank you ror reply.

I am working on a modulepool program. so I need to call the FM only. and more over the records are duplicate so can I get any clue like which row we are picking from the FM?

If so please let me know.

Thank you.

Ranganadh.

0 Kudos

The other option is still available to you to use the Grid on another MODAL screen.

Pretty simple process to do this.

Former Member
0 Kudos

Hi,

Try passing the field names to the internal table FIELD_TAB...and you will get the values of the other fields also..

Thanks

Naren

Former Member

Hi,

Sorry for mentioning the wrong parameter....actually it is DYNPFLD_MAPPING...check the function module documentation of this parameter for details..

Thanks

Naren

0 Kudos

Hi Narendran,

Thank you for reply.

I think it will work.

Regards.

Ranganadh.