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

Popup to get Multiple Values

former_member194669
Active Contributor
0 Likes
1,199

Hi,

I am looking for a function module like POPUP_GET_VALUES get multiple values

like the following way

Hierarchy Value1 Value2 Value3

AAA 1 1 1

BBB 2 2 2

CCC 3 3 3

Here i need to get the values for field Value1 Value2 and Value3., here i will pass multiple Hirerarchy Field .

Thanks

aRs

Hi,

I am looking for a function module like POPUP_GET_VALUES get multiple values

like the following way

Hierarchy Value1 Value2 Value3

AAA 1 1 1

BBB 2 2 2

CCC 3 3 3

Here i need to get the values for field Value1 Value2 and Value3., here i will pass multiple Hirerarchy Field .

Thanks

aRs

1 REPLY 1
Read only

Former Member
0 Likes
513

Hi,

Use the FM REUSE_ALV_POPUP_TO_SELECT..

I_TITLE TEST

I_SELECTION - X

I_SCREEN_START_COLUMN - 10

I_SCREEN_START_LINE - 12

I_SCREEN_END_COLUMN - 20

I_SCREEN_END_LINE - 20

I_TABNAME - GT_TEST

IT_FIELDCAT

-


ROW_POS - 1

COL_POS - 1

FIELDNAME - MRNKZ

TABNAME - GT_TEST

CHECKBOX - X

REF_FIELDNAME - MRNKZ

REF_TABNAME - VBRK

INPUT - X

EDIT - X

OUTTAB

-


One blank row..

Thanks,

Naren