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: 

Customer Master User exit

Former Member
0 Kudos

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

Former Member
0 Kudos

Try this:

MESSAGE IXXX(Z1) WITH

'Your message'.

SET SCREEN 7360. LEAVE SCREEN.

0 Kudos

Hi Sam,

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

Thanks,

David.

0 Kudos

Hi,

Does anyone have suggestions for this???

Thanks,

David.

0 Kudos

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