Preview only show first 10 pages with watermark. For full document please download

Sap Note- 1382685 Service Entry Sheet

Note

   EMBED


Share

Transcript

  Page 1 of 21382685SAP NoteFeb 13, 201837Version ProcessornewProcessing StatusCannot be implementedImplementation StatusELanguageSE 729 Customizing incorrectly maintainedShort TextMM-SRV-SRComponentService Entry Description 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, et c.). 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. 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. 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  Page 2 of 21382685SAP NoteFeb 13, 201837Version  _View). Table Control(Screen) Screen 400 SAPLMSP(TC for services ). Please use SM31 transaction to maintain the same number of entries in t able 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 h ow 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 ple ase 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 e xport 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. Other terms SE729, SE 729, Customizing Incorrectly maintained, ML81N, Service Entry Sheet, ME21N, ME22N, ME23N, ME51N, ME52N, ME51N, T162V, TC_Vie w, SAPLMLSP 400, Service Selection, IW42, IW44, ECC