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

Doesn't execute my user exit codes.

Former Member
0 Likes
633

Hello Experts,

I have created user exit ZXF05U01 to validate Tax Number1 field and activated. (txn fk02)

Then Execute the transaction CMOD.

Created a project ZFIAPVEN

In "Enhancement assignments" added SAPMF02K as enhancement.

Saved it.

Then in the initial screen of cmod I've activated the project.

Doesn't execute 'MODULE EXIT_KREDITOR AT EXIT-COMMAND.' When I ran the txn fx02 in debug mode it.

Regards

Naz

4 REPLIES 4
Read only

Former Member
0 Likes
585

'MODULE EXIT_KREDITOR is called when you use the CANCEL or 'BACK' button of the transaction. Otherwise it will never get triggerred.

Morever the exit that you are using is triggerred after you make changes and press the save button in FK02.

Read only

0 Likes
585

I think I took the wrong path to validate the New Zealand specific tax number. Is it possible to set some rules in PRST1_005 in table T005.

If this is possible then please pass me the steps description.

Thanks.

Naz

Read only

Former Member
0 Likes
585

Hello Nazmul,

The exit which u r refering to is used to validate the vendor data. Now I am not sure what u r trying to do but if it just a validation for NZ tax code then I think u can still do that in this exit provided the necessary data is available.

Read only

Former Member
0 Likes
585

Thanks a lot.