Blogs posted September 2009
-
Kevin Wilson posted on September 22, 2009Overview We have 3 tables related to each other as shown below. We want to be able to maintain the table in a hierarchical manner. i.e. We create 1 entry in the header table, then we select that entry and create multiple lines underneath the... Read More »11Comments21Likes
-
The Single Transaction Analysis was developed to promote the usage of ABAP trace inside SAP Support. It integrates the ABAP- (SE30) and the Performance (ST05) Trace into one transaction. This blog will show how to take a trace with ST12 in the so... Read More »5Comments17Likes
-
Former Member posted on September 2, 2009Sometime the need of connect more than one Integration Server to SAP Application system may arise, but not in all scenario and SAP releases can be implemented the optimal solution “Consumer and Provider ABAP ProxyService to Multiple SAP... Read More »9Comments13Likes
-
Ivan Femia posted on September 21, 2009In this short blog I would give you 10 tips and tricks that could make your SAP life easier and, even more, generate a money saving. Good programmers write good code, but great programmers reuse the good programmers’ code! Do not create... Read More »17Comments11Likes
-
Often the Question comes up, what exactly is a Lead in SAP CRM and what is the difference between a Lead and an Opportunity? Where does this confusion come from? The first point is, that there is also in the literature no clear definition... Read More »3Comments9Likes
-
Last updated: March 31, 2020 Why Do House-Cleaning in the SLD – and how? Few people would regard this task fun, and if systems update their data regularly in the SLD using SLD data suppliers, and three mechanisms of data distribution... Read More »5Comments9Likes
-
Throughout the course of this blog series, we have covered the basic cornerstones of object-oriented programming including: OO Programming with ABAP Objects: Classes and Objects OO Programming with ABAP Objects: Encapsulation OO Programming with... Read More »3Comments9Likes
-
This article briefly describes the 3 cornerstones to ensure high Data Quality in CRM: Address Validation, Duplicate Check and Data Cleansing. It also describes options how this can be done in a more automated process. In the past I’ve posted... Read More »13Comments8Likes
-
Rainer Hübenthal posted on September 21, 2009Character variables Variables of type c have a specified length declared in the TYPES or DATA declaration section. The length can not change, and there is no length indicator nor an end-of-char like \0 in c. Blanks to the right of the content... Read More »10Comments6Likes
-
ADBC is the abbreviation for “ABAP Database Connectivity” that is a class-based API for the Native SQL interface of the Application Server ABAP. ADBC allows object orientated and dynamic access to the Native SQL interface and can... Read More »5Comments6Likes