‎2008 Aug 18 9:01 AM
Hi
I created validation for FI (it works on FB01) but I don't know how to create validation
for transaction MIR7.
‎2008 Aug 18 9:04 AM
Hi Kosmo,
Specify the validation in the User-exit of the transaction.
Or check the badi that triggers when you do some action on the field like ENTER.
for that in SE24 specify the class CL_EXITHANDLER and double click on GET_INSTANCE method and put a break point on the line CALL METHOD cl_exithandler=>get_class_name_by_interface run your transaction and find the exit that is getting triggered and then implement that BADI with your own logic.
Hope this would help you.
Good luck
Narin
‎2008 Aug 18 9:05 AM
Hi,
in case of MIR7 aslo , SAP will tigger those validations , if not u can make use of EXIT of that validations.
Regards
prabhu
‎2008 Aug 18 11:09 AM
I set trace for validation and don't see it in MIR7 in FB01 I see
I see list of user exists but don't know which and how must be coded user exit.
I must check for duplicate of the same reference in memo credit (check bkpf-xblnr)
‎2008 Aug 25 2:00 PM