Monday, January 28, 2008
Another Duet for IBM Lotus Notes?
Wednesday, January 23, 2008
ABAP Report Wizard
It looks like another great tool has been developed based on SDN initiative of community projects. It is called ABAP Report Wizard and it serves for rapid development of not just simple ABAP reports based on table joins. Tools was born by programming contribution of Leonardo De Araujo, Rich Heilman and Alexandre Giguère. See history of this tool here, installation instruction here and you can download it here. Install package can be installed to your SAP system by SAPlink. What to say furthermore? Thank you guys, thank you SDN :-)
Sunday, January 13, 2008
librfc32.dll troubles
620: Version >= 6206.6.1938.4727 (620x.x.x.4727).
640: Version >= 6400.3.79.4740 (640x.x.x.4740).
710: check the newest patch of SAP GUI on SAP FTP server.
See this post to find out where to download librfc32.dll library.
"Custom Code over my dead body"
Custom code is a nightmare of every upgrade project. It is a pain to maintain and upgrade it but on other hands sometimes there was no other way to avoid implementing custom specific functionality without it. SAP enables customers to adapt SAP business programs according their specifics processes. Nevertheless it is not possible to satisfy all customers for individual adjustment or enhancement of SAP solutions to meet specific needs. In these cases, customer can enhance or change the SAP standard. SAP is advising to do not modify standard code by custom code within its software and topics like: simplifying complexity, customizing vs. extending … were discussed in detail during SAP’s analyst summit (so called SAP Industry Influencer summit) in December 2007. According a blog one of participants of this event Michael Krigsman new SAP paradigm in this area is “Customizing is out; extending is in”. Michael interviewed Peter Zencke (member of the SAP Executive Board; responsible for the development of SAP's new application platform based on enterprise SOA) and he described three types of customization:
1. Setting configuration "switches" - which continues to be an accepted and approved method to make packaged SAP software work in varied customer environments.
2. Directly modifying code - "which SAP will not support, so customers can maintain the ability to perform in-flight maintenance."
3. Extending the software - using a "composition layer" that gives access to SAP’s SOA services, has become the approved way for adapting SAP software to meet specific requirements, such as those posed by “micro-verticals”.
So forget about options 2 and 1st and 2nd in terms of ESA (SAP’s Enterprise Service Oriented Architecture - SOA) means that SAP provides a base, on top of which third parties (customers, partners, etc.) can write new applications and which prevents the core SAP standard code from being changed. There are new concepts of Enhancement Framework, Switch Framework, new BAdIs introduced to secure clean and free future upgrades without reprogramming of customer code.
Monday, January 7, 2008
Wants to retain your skills with NW 7?
Training stuff contained in there is official training material from SAP TechEd 2007.
- update on 25-03-2008
Another great blog series of ABAP programming language available! Dedicated to ABAP beginners starting with topics like to install miniSAP, introduction to SAP architecture, coding first ABAPs, a basic MaxDB maintenance and finally Web Dynpro for ABAP.