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: 

FM to display editable table control as Popup.

Former Member
0 Kudos

Hi All,

I am looking for Function Module which displays Editable Table Control as Popup.

I want to display the data from Internal Table, which is not of type of Standard Table or structure.

I tried with

STC1_POPUP_WITH_TABLE_CONTROL

POPUP_WITH_TABLE

POPUP_WITH_TABLE_DISPLAY

POPUP_GET_VALUES_USER_CHECKED,

but none of the above helped me.

Any body having any idea pls post.

Thanking You All.

1 ACCEPTED SOLUTION

Former Member

Hi ,

Further adding to Mehwish,You can pass the field EDIT in the field catalog as X for the field that has to be editable and call the function module REUSE_ALV_POPUP_TO_SELECT.

Thanks

KH

5 REPLIES 5

nabheetscn
Active Contributor
0 Kudos

Hi Ankit

I believe you will need to create modal dialog box screen and inside it code/create your table control.

For displaying data or radio buttons etc we have many

Thanks

Nabheet

Former Member
0 Kudos


Hi All,

I do have the option to use Call Screen Starting Ending, but I do not want to use that way.

I want to go with FM.

Thanking You All.

former_member188827
Active Contributor
0 Kudos

Please check if FM "REUSE_ALV_POPUP_TO_SELECT" helps.

Regards

Former Member
0 Kudos

Hi Ankit,

Use this fm

ADA_POPUP_WITH_TABLE.

Sincerely,

Priyaranjan

Former Member

Hi ,

Further adding to Mehwish,You can pass the field EDIT in the field catalog as X for the field that has to be editable and call the function module REUSE_ALV_POPUP_TO_SELECT.

Thanks

KH