‎2006 Nov 29 3:39 AM
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
‎2006 Nov 29 4:59 AM
'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.
‎2006 Nov 29 5:23 AM
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
‎2006 Nov 29 6:44 AM
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.
‎2006 Nov 30 10:53 PM