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 Function Module with Header and Details

former_member194669
Active Contributor
0 Likes
827

Hi,

I am looking for popup function module like the following

I need to display the following in a popup

Please change the document number ,Someone else assigned the same document number on a different SCC and saved it while you were working on this You are unable to retain the document number on line because it would create a duplicate.

Document No Item Desc Amount

1001 10 Testing 100.,00

1002 10 Testing 120.00

Thanks

aRs

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
758

Hi,

Please try this FM.

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE

Regards,

Ferry Lianto

Hi,

I am looking for popup function module like the following

I need to display the following in a popup

Please change the document number ,Someone else assigned the same document number on a different SCC and saved it while you were working on this You are unable to retain the document number on line because it would create a duplicate.

Document No Item Desc Amount

1001 10 Testing 100.,00

1002 10 Testing 120.00

Thanks

aRs

4 REPLIES 4
Read only

Former Member
0 Likes
758

Hi,

Have you looked FM POPUP_TO_DISPLAY_VALUE?

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
758

Hi,

You can use the FM REUSE_ALV_POPUP_TO_SELECT

Thanks,

Naren

Read only

former_member194669
Active Contributor
0 Likes
758

Hi Ferry Lianto/Naren,

In my requirement i have two parts (1) Header and (2) Detail line item

(1)

Please change the document number ,Someone else assigned the same document number on a different SCC and saved it while you were working on this You are unable to retain the document number on line because it would create a duplicate.

(2)

Document No Item Desc Amount

1001 10 Testing 100.,00

1002 10 Testing 120.00

..................

...........................

........................

1007 10 Testing 120.00

I tried with REUSE_ALV_POPUP_TO_SELECT / POPUP_TO_DISPLAY_VALUE but i could not able display the header and details line item both

Thanks

aRs

Read only

Former Member
0 Likes
759

Hi,

Please try this FM.

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE

Regards,

Ferry Lianto