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

Validation for MIR*

Former Member
0 Likes
705

Hi

I created validation for FI (it works on FB01) but I don't know how to create validation

for transaction MIR7.

4 REPLIES 4
Read only

narin_nandivada3
Active Contributor
0 Likes
594

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

Read only

Former Member
0 Likes
594

Hi,

in case of MIR7 aslo , SAP will tigger those validations , if not u can make use of EXIT of that validations.

Regards

prabhu

Read only

Former Member
0 Likes
594

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)

Read only

Former Member
0 Likes
594

I resolved yet