Make a field Dynamically Mandatory - Custom Solution
OverviewDisclaimer: This blog post was originally created internally and i apologize for any sarcasm or criticism that i unintentionally leave in the blog. It is my hope that this basic guide will...
View ArticleMake a field Dynamically Mandatory
OverviewPlease note that this blog was originally created internally and i apologize for any sarcasm or criticism that i unintentionally leave in the blog. It is my hope that this basic guide will...
View ArticleAXT Rapid Applications Currency/Quantity fields
SAP_BASIS SAPKB73105SAP_ABA SAPKA73105WEBCUIF SAPK-73105INWEBCUIFBBPCRM SAPKU70204 Introduction: I created 2 custom tables (header/item model) and I wanted to maintain those tables in the Web...
View ArticleActive check for web UI transactions.
Hi, In our last projects when clients upgrade their CRM versions from lower to higher we faced some common issues.One common issue is to know how to check whether a transaction is creating using GUI or...
View ArticleTable Personalization: New enhancement features
Hi All, This is about the feature which is most awaited by many of the End Users and Consultants too. And that feature is - The search result page should retain the sort order for the user throughout...
View ArticleCustom PDF Fachsheet
Requirement : Generating custom PDF Factsheet.Standard Smart form: CRM_ACC_ACCOUNT_OVERVIEW_PRNStandard Class: CL_UIU_PRN_ACCOUNTMethod that gets called: COLLECT_DATACopy the standard form to...
View ArticleEnable/Disable Conditions fields in Web UI
ComponentSupport PackageSAP_BASISSAPKB73105SAP_ABASAPKB73105WEBCUIFSAPK-73105INWEBCUIFBBPCRMSAPKU70204 Hi, In my previous blog Add/manage complex help searches on Conditions views in Web UI I...
View ArticleAccount hierarchy from ECC to CRM
This blog shall guide you how to retrive the BP from the account hierarchy using some standard FM's when data is passed from ECC.Requirement : To check if the BP transferred from the ECC, is in the...
View ArticleSteps to test Asynchronous Web services - SPROXY
Why separately and not in SPROXY? This is because, when we test Asynchronous service like CustomerCRMChangeRequest_In, the response will not be posted immediately. But it would be posted...
View ArticleInside AET: why "create field" button is visible in some UI while invisible...
recently I was asked by one customer why they can create extension field via AET in intellectual property overview page: Figure1however...
View ArticleAttachment to Business Partner or Product in CRM
This Blog is a step by step tutorial for attaching documents to a Business Partner and Product in CRM using ABAP from Application Server. Business Partner is a Person, Organizations and Group to which...
View ArticleCreating Survey URL in CRM_SURVEY_SUITE
Hi, After creating the survey in the TC 'CRM_SURVEY_SUITE' under any Node we need its URL which we will provide to Customers to get their feedback e.g. by Embedding in Mail Forms. So before going to...
View ArticleStep by step to enable your Genil Component with AET
Hi friends, I have written a post how to enable your Genil component with AET in CRM space. I am not sure whether this space here is the better one to put, anyway I list the link below: step by step to...
View ArticleWeb UI : Dynamic queries - Adding operators
In search screens in SAP CRM, you sometimes run in to the fact that for some reason, you are not able to select a search option you might want to be able to select. For instance in the example, let's...
View ArticleEnhance mass change process for Sales Orders in Web UI - Enhance Item Query
ComponentSupport PackageSAP_BASISSAPKB73105SAP_ABASAPKA73105WEBCUIFSAPK-73105INWEBCUIFBBPCRMSAPKU70204 Introduction:I my last blog about MASSEnhance mass change process for Sales Orders in Web UI -...
View ArticleInbound plug of window receives data : Where to process in the view
Hello Fellows, I was going through this issue in the production system of a client. I will not use exact names and scenario and would stick to using general/technical terms. Scenario:-In production...
View ArticleRemoving Unwanted Messages from WebUI Display
There are many times when we override an existing functionality for e.g override standard EH_ONSAVE/EH_ONEDIT etc. but the standard messages are still triggered. These messages don't make any business...
View ArticleSample Codes used in BOL Programming
The BOL API consists of various interfaces and classes that you can use to access businessdata:CL_CRM_BOL_COREYou can use this class to access directly with Business object implementations.Also said as...
View ArticleConverting HTML to XHTML using CL_HTMLTIDY
For some projects or applications one may need XHTML-data instead of HTML. In some cases you may need XHTML to parse data to Adobe Forms for example. One idea to convert the data is based on the Tidy...
View Articlehow to persist the UI exception so you can view them later
When I am working together with local partner to resolve one issue caused by incorrect enhancement set configuration for new custom Product set type, I have realized that if the UI exception is raised...
View Article