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: 

How to remove the 'New Entry' button in the warning message for a dialog bo

Former Member
0 Kudos
701

Hi Experts,

I am calling a Modal Dialog box screen having a pushbutton.

On the click of the pushbutton, I am performing some checks, and giving a warning message.

The warning message comes as a popup in this case and has three buttons on it.

One of these buttons is titled 'New entry'.

I dont want that button to come on the warning popup.

Please let me know if there is a way out for this.

Thanks in advance.

Useful answers will surely be rewarded.

Regards,

Himanshu

1 ACCEPTED SOLUTION

Former Member
0 Kudos
256

Hi Himanshu

Try using FM AQ_INT_SHOW_MESSAGE_AS_POPUP for displaying the warning message...

REgards

Arun

4 REPLIES 4

Former Member
0 Kudos
256

As per my assumption the warning message is coming in a screen (pop-up). FInd out the screen number and check the Status. Go to the status and remove new-entry button. If that is not possible then try to use for that screen .. SET PF-STATUS .. EXCLUDING ... exclude new-entry...

0 Kudos
256

Hi Jyothi,

Thanks a lot for ur prompt reply.

But, in my dialog screen, on click of the button I am simply using the statement :

MESSAGE W000(0K) with 'text'.

The resulting warning message comes as a popup with the 'New Entry' button on it.

From the warning popup, how can I remove the button.

Please let me know.

Thanks.

Regards,

Himanshu

Former Member
0 Kudos
257

Hi Himanshu

Try using FM AQ_INT_SHOW_MESSAGE_AS_POPUP for displaying the warning message...

REgards

Arun

0 Kudos
256

Hi Arun,

Thanks a lot for ur reply.

It has really helped me a lot.

Regards,

Himanshu