Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
SAP CRM Articles
Found 4 articles
Difference between Marketing Automation and CRM
The marketing division is, without a doubt, a crucial aspect of every successful business. Most businesses know what they want and work hard to get there through various forms of advertising, but many sales funnels still have holes in them because their employees don't stick to a set procedure. Potential clients may be scared away, and current ones may not return. Marketing automation and customer relationship management systems are the most widely utilized software in the marketing industry. Even though different types of software are needed to achieve different ends, marketing still requires a wide range of them. In this ...
Read MoreUse of SAP HANA Live browser
With the use of SAP HANA Live Browser, you can easily browse and tag SAP HANA content views and they can be easily consumed SAP Lumira or SAP BusinessObjects (BOBJ) Analysis to analyze the data. This is based on SAP UI5 Web-based application.
Read MoreHiding null values in a column in SAP Crystal Reports
I am not sure where this formula is written. You have to write this formula in suppress part of Section Expert.To open section expert, right-click Report Header → Section Expert click x→2 or suppressAlso, note that you can write the formula in any section where data is present in your report. Try below formulaToNumber({Choice_.Choice1}) > 0 //You have to ensure choice1 should always a numeric value else report throws exception
Read MoreCallback is not working on remote but working locally in SAP CRM
The issue lies in the class you are using for making a method call. This class is basically making RFC callback with the help of SAP GUI. SO, when you are using the function builder, it works well because it has an SAP GUI connection present.But when you are using an external system, the GUI is missing and it doesn’t works. What you can try is to use some other method which does not have an RFC callback and thus will not have any problem. Try to use ‘create_with_table’ in place of your used method.
Read More