abaper 25.08.05, 10:49 Witam, na sdn.sap.com piszą o nowym edytorze abapa. Komuś udało sić na 4.6c? Pawel Odpowiedz Link Obserwuj wątek Podgląd Opublikuj
wojtas71 Re: Nowy edytor abap 25.08.05, 12:28 o to bardzo interesujace, skad mozna go sciagnac? Odpowiedz Link
wojgas Re: Nowy edytor abap 25.08.05, 16:42 SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document. Applies To: ABAP Development Environment Summary If you are like me and just can't wait for the new ABAP editor, then this code sample might help you get through the ordeal. I decided that I didn't want to wait until I had access to a WebAS 7.0 system. I set out to create a small ABAP dialog program that could be run even in older releases that would allow me to try out some of the features in the new editor. The trick to this whole thing is that you must have SAPGui 640 Patch 10 or higher loaded on your system (Technically the ABAP editor is delivered in Patch 10. However due to some bugs in patch 10 unrelated to the ABAP editor, you probably want to skip 10 and go directly for patch 11 just to be safe). This is the patch level and release where the front end components of the new ABAP editor are delivered. Remember that the SAPGui is backwards compatible, so you can run the SAPGui 640 on your PC and still connect just fine even to older 610 and higher releases. Please see the attached source code files for the ABAP proxy wrapper class and the sample dialog program. Also see www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/2115 for more details. By: Thomas Jung Company: Kimball International, Kimball Electronics Group Date: 23 Sep 2004 Odpowiedz Link
abaper Re: Nowy edytor abap 26.08.05, 15:39 Ok ale jak importować definicję klasy z pliku tekstowego? Odpowiedz Link