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 issue

Former Member
0 Likes
3,178

Hello all,

I am giving error message in search help exit if no values are found for certain combinations , its coming fine for me in status bar but when functional resource is testing the error message is coming as popup.I couldn't replicate this issue on my system .Please let me know what can be the issue on user side

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,111

Ask him to check the system settings within SAP.

Follow the below menu path to check.

Customize Local Layout(ALT+F12) =>Options =>Messages =>Uncheck the Dialog box at error message.

Regards,

Dara.

12 REPLIES 12
Read only

Former Member
0 Likes
2,111

Hi,

Can i have your code plz.

Read only

Former Member
0 Likes
2,111

If you are sure you both are testing in exactly same way then seems something related to Authorisations.

Read only

Former Member
0 Likes
2,111

Hi Sundeep,

Click on below link:

[http://wiki.sdn.sap.com/wiki/display/Snippets/ImplementingSearchHelp+Exits]

Hope this helps.

BR

Dep

Read only

Former Member
0 Likes
2,112

Ask him to check the system settings within SAP.

Follow the below menu path to check.

Customize Local Layout(ALT+F12) =>Options =>Messages =>Uncheck the Dialog box at error message.

Regards,

Dara.

Read only

0 Likes
2,111

Hi Dara,

He is getting other error messages in status bar only this one is coming as popup.

Read only

0 Likes
2,111

Devireddy,

Hi my syntax is

MESSAGE e034(YMM) TYPE 'E'.

Diwakar,

Yes we are tesing with same data but iam getting message in status bar , can you please tell me how to find it is related to authorizations?

Read only

0 Likes
2,111

Hi,

Can you try with


MESSAGE e034(YMM).

Thanks

Read only

0 Likes
2,111

hi Harish,

Yes tried all possible syntax options but couldn't replicate issue functional resource is getting.its coming in status bar for me for all syntax for error message.

Read only

0 Likes
2,111

Hi,

Can you check with


MESSAGE exxx(xx) DISPLAY LIKE 'S'.

or 

MESSAGE exxx(xx) DISPLAY LIKE 'E'.

Thanks

Read only

Former Member
0 Likes
2,111

Hi sandeep,

Ask the functional consultant to replicate same scenioro in your system or else you both test it altogather so that you can understand it better way.

Cheers,

Pravin

Read only

Former Member
0 Likes
2,111

Hi Sundeep,

Just Give:

MESSAGE e034.

BR

Dep

Read only

0 Likes
2,111

Hi

Please try

MESSAGE Sxxx(xx) DISPLAY LIKE 'E'.