Note 1382685 - SE 729 Customizing Incorrectly Maintained



Comments



Description

2016-12-06Page 1/3 1382685 - SE 729 Customizing incorrectly maintained Version 36 Type SAP Note Language Inglés Master Language Inglés Priority Correction with low priority Category FAQ Release Status Released for Customer Released On 23.01.2013 Component MM-SRV-SR (Service Entry) Please find the original document at https://launchpad.support.sap.com/#/notes/1382685 Symptom 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, ME51N, T162V, TC_View, SAPLMLSP 400, Service Selection, IW42, IW44 Reason and Prerequisites You have recently made an upgrade Number of entries in table T162V is different to the number of columns in table control for screen SAPLMLSP/400. Solution The variants maintained before and after upgrade are probably different. 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. 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). Table Control(Screen) Screen 400 SAPLMSP(TC for services ). Below is the standard logic to verify if the customising is correct. ********************************************************** * Determine number of lines in customizing tables describe table t162v_tab lines lv_t162vlines. * Determine number of columns in table control describe table tc_view-cols lines lv_tclines. lv_tclines = 6 * lv_tclines. Here 6 signifies the 6 variants for the TC. if lv_t162vlines ne lv_tclines. message s729. endif. ********************************************************** © 2016 SAP SE or an SAP affiliate company. All rights reserved ---This is owing to the incomplete coding of the user-exit that must be performed by the user. All rights reserved . When you activate your project. For this case. the system show messagge SE 729. If you have the second case please use 'New entries' to add the missing ones to T162V. and the end result is the [Service selection] button disappears. you need to write the code of the include ZXMLUU18. hence I_EDIT_KZ will be blank.doc" for further help. so that the export parameter E_EDIT of EXIT_SAPLMLSR_001 returns a value.doc" and "SE729_B. which contains the SAP enhancement. The most important thing is that you have the same number of entries in lv_t162vlines as in lv_tclines.2016-12-06 Page 2/3 Please make sure that the entries maintained in T162V are the same as the columns maintained in the Table Control (TC). Without code. the call of the user-exit is not performed and the value of I_EDIT_KZ is set to 'X'. The attachment explains only the first case. After all changes are made please test the behaviour again. There can be two cases: . Dieses Dokument referenziert auf SAP-Hinweis/KBA Titel 824911 SAPLMLSP: Tabel control variant for screen 400 121550 User settings table control 1067124 SE729 in ML82 Dieses Dokument wird referenziert von SAP-Hinweis/KBA Titel © 2016 SAP SE or an SAP affiliate company.table control has more entries than T162V Please compare them and choose the appropriate solution. Please see the attached files "SE729_A.table control has less entries than T162V . ======================================= Issue two The button for services selection is missing and when you want to record a new entry sheet. you can use SM31 transaction to maintain the same number of entries in table T162V as in TC. the parameter value will be blank. that explain exactly how to check the situation and how to use SM31. and never changed. Time out's can also be a result. When the SAP enhancement SRVEDIT is not active. 2016-12-06 Page 3/3 1067124 SE729 in ML82 824911 SAPLMLSP: Tabel control variant for screen 400 121550 User settings table control Anlagen Dateiname Dateigröße MIME-Typ SE729_A. All rights reserved .zip 144 application/x-zip-compressed Terms of use | Copyright | Trademark | Legal Disclosure | Privacy © 2016 SAP SE or an SAP affiliate company.zip 127 application/x-zip-compressed SE729_B.
Copyright © 2024 DOKUMEN.SITE Inc.