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

Error message Popup text

former_member188251
Active Participant
0 Likes
1,121

Hi All,

In the APO system , I have two custom fields in the product master and some validations on those fields.

When the validation fails, a custom error message is written in the enhancement. Now the requirement is when I double click

the error message, the modal dialog box pop-up should contain a more descriptive custom message and not just the error message. I found out a point where an implicit enhancement can be added to change the popup text. But this will get triggered on double clicking any message in the system and so I have to place some condition as well. Is there any better way of achieving this rather than an implicit enhancement? I have attached the screenshots . The second screenshot is what I am referring to as the popup. Kindly help.

Regards

Shankarnarayan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
910

Hello Shankarnarayan

If the message is being triggered from an enhancement, then why don't you create a custom message in SE91 and create a long text for it?Then you'll get this long text displayed in the screen you've attached (Pic_2.gif). Just create and call this message from the enhancement instead of the standard message.

Regards

Luis Becker

2 REPLIES 2
Read only

Former Member
0 Likes
911

Hello Shankarnarayan

If the message is being triggered from an enhancement, then why don't you create a custom message in SE91 and create a long text for it?Then you'll get this long text displayed in the screen you've attached (Pic_2.gif). Just create and call this message from the enhancement instead of the standard message.

Regards

Luis Becker

Read only

0 Likes
910

Thanks Dr. Luis. It worked.