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: 

pop-ups

Former Member
0 Kudos

Hi all,

There is a standard sap program name SAPMV50A(delivery document) which contains a include named as MV50AFZ1.

There is a user-exit in it.

How to find a pop-up in that user-exit.

Please help, its urgent.......

1 ACCEPTED SOLUTION

former_member404244
Active Contributor
0 Kudos

Hi Guru,

I guess u want to popup some messages in the include MV50AFZ1.As such there is no popups present for this include.U can use the following FM'S,inorder to generate the POPUP'S.

POPUP_DISPLAY_MESSAGE

POPUP_FOR_INFORMATION

POPUP_FOR_INFO

etc....

Regards,

Nagaraj

6 REPLIES 6

Former Member
0 Kudos

Hi,

Can you post the business requirement?,

Rgds,

0 Kudos

Hi,

if the user-exit runs in the background there should be no pop-up for the user-input, beacuse it will terminate the background processing. so i need to find out the pop-ups present in the exit to run it in the bg.

Former Member
0 Kudos

hi,

using ctrl+F find the any FM related to POP_UP..

former_member181962
Active Contributor
0 Kudos

You want to pop up a message or you want to chevk if the code has already one pop up?

If you want to po uo some text or message, you can use the fMs:

POPUP_WITH_TABLE Popup to display internal table data

POPUP_FOR_INFORMATION

POPUP_FOR_INFO

POPUP_DISPLAY_MESSAGE

POPUP_WITH_WARNING

POPUP_TO_CONFIRM Standard dialog Popup

Former Member
0 Kudos

FYI, Popup windows can be triggered using Message, FM's

for popup window, call screen...

Above are the methods i remember as of now, there might

be others ways which i might have missed due to

ignorance.

Kind Regards

Eswar

former_member404244
Active Contributor
0 Kudos

Hi Guru,

I guess u want to popup some messages in the include MV50AFZ1.As such there is no popups present for this include.U can use the following FM'S,inorder to generate the POPUP'S.

POPUP_DISPLAY_MESSAGE

POPUP_FOR_INFORMATION

POPUP_FOR_INFO

etc....

Regards,

Nagaraj