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

Customer Master User exit

Former Member
0 Likes
790

Hi,

I am trying to generate an error message in the contact person tab of the customer master and have implemented the User exit EXIT_SAPMF02D_001 that triggers when we save data. The exit is getting triggered and the error message generated but the error message is coming in the next tab i.e. export data and not in the contact person's tab. The User wants it in the contact person's tab. Can someone tell me why it is changing tabs and how we can control it?

Any help would be greatly appreciately and will be accordingly rewarded with points.

Thanks,

David.

4 REPLIES 4
Read only

Former Member
0 Likes
680

Try this:

MESSAGE IXXX(Z1) WITH

'Your message'.

SET SCREEN 7360. LEAVE SCREEN.

Read only

0 Likes
680

Hi Sam,

I appreciate your reply but it still goes to that export data tab. Any other suggestions.

Thanks,

David.

Read only

0 Likes
680

Hi,

Does anyone have suggestions for this???

Thanks,

David.

Read only

0 Likes
680

Hello David,

This is not possible , cursor will stop last edittable tab position.

Just say to client that it is not possible since sap commands will not work.

Thanks

Seshu