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: 

reuse_alv_popup_to_select

Former Member
0 Kudos

In this what I should I pass in Import parameter field ES_SELFIELD .

3 REPLIES 3

0 Kudos

Hi ,

The structure SELFIELD contains the following information about the current cursor position

tabname : internal output table name

tabindex : internal output table index

fieldname: field name

value : field contents

Multiple selection using checkboxes puts an 'X' in the I_CHECKBOX_FIELDNAME field in the corresponding row in the internal table.

Regards,

Sreekanth.G

Former Member
0 Kudos

Hi veera,

Just pass value 'X' it will be solved.

Regards,

Sana.

Former Member
0 Kudos

hi,

it depends on ur requirement.

normally it is used for Selection info for simple selection.

ur popup to select wil work fine even if u didnt assign any value to es_selfield.

regards

mano