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: 

control in field Payment reference (MIRO...) to check if user entered a 12 digits number?

0 Kudos

Hi Expert

How tu put a control in the field Payment reference (MIRO...) to check if user entered a 12 digits number?

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

First look and read for a reference note such as 1156325 - BAdIs in the Logistics Invoice Verification environment.

8 REPLIES 8

kiran_k8
Active Contributor

Sennia,

Did you checked the implementations of BADI INVOICE_UPDATE ?

K.Kiran.

raymond_giuseppi
Active Contributor
0 Kudos

First look and read for a reference note such as 1156325 - BAdIs in the Logistics Invoice Verification environment.

0 Kudos

Suggestion: MRM_HEADER_CHECK (which carries the KIDNO field)

0 Kudos

Thanks Kiran, Raymond for answer and comment but note 2030508 relates more precisely to issue. BUT it concerns only 4 countries and especially Sweden.

The payment Reference field should be filled with a special 12 digits number with the 2 last digits corresponding to a multiple of 97 (from the 10 first).

Go to SE18,and open BADI INVOICE_UPDATE.

Check the Enhancement/BADI Implementations by putting a break-point to see if you can use them for validating the KIDNO field before saving.

You can even find many threads in SCN which can provide you much lead.

K.Kiran.

0 Kudos

Thanks again Kiran, I did not find any enhancement for the KIDNO field nor threads related to control on fields. Do you know any?

Ayrton

0 Kudos

Thanks again This is it.

0 Kudos

Ok Thanks Kiran, it helped, I found