You are on page 1of 2

SAP Note

1382685 - SE 729 Customizing incorrectly maintained


Component: MM-SRV-SR (Service Entry), Version: 38, Released On: 15.03.2018

Symptom
Issue 1:
When entering a Service Entry sheet using ML81N you receive the message SE729 -
Customizing Incorrectly maintained.
Please note that the message can appear in all transactions showing service lines
(ME21N, ME22N, ME51N, ME52N, ME31K, ME32K, IW42, etc.).
Issue 2:
The button for Service Selection is missing and when you want to record a new entry
sheet, the system show messagge SE 729.

Other Terms
SE729, SE 729, Customizing Incorrectly maintained, ML81N, Service Entry Sheet, ME21N, ME22N,
ME23N, ME51N, ME52N, ME51N, T162V, TC_View, SAPLMLSP 400, Service Selection, IW42, IW44, ECC

Reason and Prerequisites


Issue 1: Reason
You have recently made an upgrade and the number of entries in table T162V is different
to the number of columns in table control for screen SAPLMLSP/400. If the numbers are
the same, it can be that entries in table T162V are different as the ones from the
columns in the table.
Since different customers maintain different number of entries for each variant, it
would not be possible to release a standard note to all customers to fix this. Moreover
this cannot be fixed using the Note Assistant, the changes have to be done manually.
Issue 2: Reason
This is due to the incomplete coding of the user-exit that must be performed by the
user.

When the SAP enhancement SRVEDIT is not active, the call of the user-exit is not
performed and the value of I_EDIT_KZ is set to 'X', and never changed.

Solution
Issue 1: Solution
The entries in the Table 'T162V'(for each of the 6 variants) should always be the same
as that of the columns in the table control(TC_View) in muber and content.
Table Control(Screen) Screen 400 SAPLMSP(TC for services ). Please use SM31
transaction to maintain the same number of entries in table T162V as in TC.
Please see the attached files "SE729_A.doc" and "SE729_B.doc" for further help, that
explain exactly how to check the situation and how to use SM31.
There can be two cases:
- table control has less entries than T162V
- table control has more entries than T162V
Please compare them and choose the appropriate solution. The attachment explains only
the first case. If you have the second case please use 'New entries' to add the missing
ones to T162V.
After all changes are made please test the behaviour again.
Issue 2: Solution
When you activate your project, which contains the SAP enhancement, you need to write
the code of the include ZXMLUU18, so that the export parameter E_EDIT of
EXIT_SAPLMLSR_001 returns a value.
Without code, the parameter value will be blank, hence I_EDIT_KZ will be blank, and the
end result is the [Service selection] button disappears. Time out's can also be a
result.

Manual Activities

This document refers to


SAP Note/KBA Title

824911 SAPLMLSP: Tabel control variant for screen 400

121550 User settings for table control

1122140 Customizing incorrectly maintained - Message no. SE729

1067124 SE729 in ML82

This document is referenced by


SAP Note/KBA Title

2747917 How to resolve Message No. SE729

121550 User settings for table control

1067124 SE729 in ML82

824911 SAPLMLSP: Tabel control variant for screen 400

Attachments
File Name File Size Mime Type

SE729_A.zip 127 application/x-zip-compressed

SE729_B.zip 144 application/x-zip-compressed

You might also like