cancel
Showing results for 
Search instead for 
Did you mean: 

read check number from Field86 problem in MT940

Former Member
0 Kudos

Hi all.

My MT940 EBS have the check number in field 86, and i think my problem is FF.5 is trying to read it from field 61 (NCHK)

Here is an example of my EBS:

:61:1209110911DN250,00NCHKNONREF//0000062000054200

:86:002?00COBRO CHEQUE NUMERO?20/EI/4684                        

      CIP021014TU8 .

my check number is 4684

but in FEBEP I get NONREF (From NCHKNONREF) in the field CHECT and ZUONR

How can I configure the ff.5 to read the correct information?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197737
Contributor
0 Kudos

Hi, Rene, have you asked the bank to populate the field you want (in this case where it comes NONREF) with the check number?

I had this problem in a company and the bank changed the information for us.

If this is not an option, you can also try using search strings for EBS to solve your problem.

Best Regards!

Former Member
0 Kudos

Hi mgitur,  we have asked the bank for this kind of changes (client reference) and the bank did not made any changes, so it's not an option.

Thanks.

Former Member
0 Kudos

Hi, mgitur, where can I find some information on search strings, how to implement it or create it.

Thanks

former_member197737
Contributor
0 Kudos

Hi, here are some useful links:

http://help.sap.com/erp2005_ehp_06/helpdata/en/4d/c15dc6e3062cc0e10000000a42189b/content.htm?framese...

http://help.sap.com/erp2005_ehp_06/helpdata/en/6d/0cdf4b142e11d3963800a0c9426c73/content.htm?framese...

http://help.sap.com/erp2005_ehp_06/helpdata/en/4d/c5efb40c381c36e10000000a42189b/content.htm?framese...

I also recommend you to read the help for the corresponding spro activity (EBS configuration), where you'll find some examples.

The idea is to create a search string to identify the check number in the note to payee. Then assign that search string to your incoming check movement in order to move the result of the search string to the check field.

Best Regards!

former_member197737
Contributor
0 Kudos

Hi again.

Try searching information for seach string in this scn.sap site. You'll find usefull posts and documents!

B.Regards!

Former Member
0 Kudos

Hello Rene,

The standard algorithm which is being used will read line 61 in this case, so if you want to use line 86 for reading the check number then you need to go for custom interpretation algorithm. Also if you are going for user exit make sure to provide the exact details for the developer with respect to the check number length for reading from the note to payee line.

Hope this clarifies.

Regards

Srikanth

Former Member
0 Kudos

Thanks for your help Srikanth,

If I go for the custom interpretation algorithm, what is the transaction for this, or where can I find some tutorial or information?

Thanks

Former Member
0 Kudos

Hello Rene,

The custom Intepreation alogirthm is a enhancement which requires ABAP Developer and once this custom interpretation algorithm is developed you need to assign this algorithm in the place of existing algorithm which is being.

Before that can you please test with Algorithm 013 which will read the check number from Note to Payee Line 86. Attaching the screen shot where the algorithm will be assigned in the configuration.

T.Code: OT51

Former Member
0 Kudos

I'll  try Algorithm 13 and let you know.

Former Member
0 Kudos

Hi Srikant,  I tray with algorithm 13, and check number still is NONREF, and ZUONR is empty.

If I want to use the ustom Intepreation alogirthm where or how can I implement (I am the ABAP Developer) or where can I see an example.

Thanks