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: 

Function for Where used list

Former Member
0 Kudos

Hi,

I need to show Where used list in my custom transaction.Just wondering if there is any SAP standard function for showing list.I just need Enter or cancel button on screen so that users can look at list and exit.I don't want to develop my own screen if there is any SAP function available for it.

Regards

Nilesh

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You will have to do your where used functionality yourself. Use function module POPUP_WITH_TABLE to display your results.

Regards,

Rich Heilman

0 Kudos

Thank you for your reply.

I already tried function 'POPUP_WITH_TABLE_DISPLAY' but displays two buttons(One is Confirm and another one is Cancel).I want function with just continue or cancel.I guess I will create my own screen with step loop or table control.

Regards

Nilesh Telkikar