SAP CRM 7.0 for Newbies: (Part 1) Simple BOL Object Creation for CRM Webclient UI



Similar documents
Restricting Search Operators in any Search View

Step by Step Guide for Language Translation Tool

Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package

Table of Contents. Passing Data across Components through Component Controller between Two Value Nodes

How to Assign Transport Request for Language Translation?

Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP

SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage

Creating Transaction and Screen Variants

SAP CRM 7.0 E2C Setup: CRM via Toolset

Deleting the User Personalization done on Enterprise Portal

SAP CRM Campaign Automation

How to Modify, Create and Delete Table Entries from SE16

Reverse Transport Mechanism in SAP BI

How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal

Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System

SAP NetWeaver Developer Studio 7.30 Installation Guide

Web Dynpro: Multiple ALV Grids and Layouts in ALV

Web Dynpro ABAP: ALV and Table in Popup Window

ABAP Proxy Interfacing

Configuration of Enterprise Services using SICF and SOA Manager

Configuring HTTPs Connection in SAP PI 7.10

ALE Settings, for Communication between a BW System and an SAP System

Step by Step Guide to Extract Batch Master Data via Generic and Classification Datasource to BW

Display Options in Transaction SE16

Working with SAP BI 7.0 Data Transfer Process (DTP)

Creating Content Using SO10 Objects and Text Symbols

Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms

Step by Step guide of Report-to- Report Interface in BW Reporting

Creating New Unit of Measure in SAP BW

Merge PDF files in ABAP

SAP Workflow in Plain English

Forgot or Lock "Administrator or J2EE_ADMIN" Password

Embedding Crystal Reports inside ECC ALV Reports

LSMW: Upload Master Data using Batch Input Recording

Deleting the Requests from the PSA and Change Log Tables in Business Intelligence

SAP FI - Automatic Payment Program (Configuration and Run)

Creation and Configuration of Business Partners in SAP CRM

Process Controlled Workflow SRM 7.0 (Using BRF)

Deploying Crystal Reports on Top of a SAP BI Query

Quick Viewer: SAP Report Generating Tool

Step By Step Procedure to Create Logical File Path and Logical File Name

ABAP How To on SQL Trace Analysis

Extractor in R/3 and Delta Queue

Message handling in SAP CRM Web UI

BW Performance Monitoring

Create Automatic Mail Notification/ Alert for Process Chain Monitoring

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1

Tutorial - Creating Pop Up Window Using New Features in WebDynpro Java CE 7.1 Ehp1

Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway

SAP CRM-BW Adapter an Overview

Multi Provider Creation Based on Sales and Planning Info Cubes

How to Create an ecatt?

Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI

SDN Community Contribution

SAP BW - Excel Pivot Chart and Pivot Table report (Excel)

Table of Content. SAP Query creation and transport Procedure in ECC6

How to Generate Stack Xml for Ehp4 and Above Upgrade

Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model

ABAP Debugging Tips and Tricks

Creating Mobile Applications on Top of SAP, Part 1

SPDD & SPAU Adjustments Handbook

Compounding in Infoobject and Analyzing the Infoobject in a Query

Inventory Management (0IC_C03) Part - 3

Understanding DSO (DataStore Object) Part 1: Standard DSO

Invoice Collaboration: Self Billing Invoice

Order Split Usage in Production Orders

How to Get Work Items from Workflow in your Outlook Inbox

Middleware Configuration and Monitoring for Master Data Transfer from SRM to ECC

Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI

Guidelines for Effective Data Migration

Consuming Services in SOA Manager

Workflow Troubleshooting and Monitoring in SAP ECC 6.0

Step by Step Procedures to Load Master Data (Attribute and Text) from FlatFile in BI 7.0

Inventory Management in SAP BW

Integration of SAP R/3 with BO Universe Using Data Federator Connector

Sending an Image File Through XI in a File-to-Mail Scenario

Salesforce.com Integration Using SAP PI: A Case Study

Splitting the Custom Container & Display more than one ALV

Organizational Management- Organizational Structure Creation

Data Extraction and Retraction in BPC-BI

Enhancing Performance Management System (Performance Appraisal) with EHP4

Transfer of GL Master from Source SAP System to a Target SAP System through IDOCS

Release Strategy Enhancement in Purchase Order

Case Study of a Segregation of Duties Project

Multi Level Purchase Order Release Strategy

SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup

SAP CRM Middleware Configurations

Different Types of Alerts for Process Chains. Table of Content

Market Basket Price Calculation in Retail

APD to Update Marketing Attributes from SAP BI to SAP CRM

Step by Step Procedure to Create Broadcasters, to Schedule and to Enhance of SAP- BI Queries from Query Designer

SAP BW - Generic Datasource Function Module (Multiple Delta Fields)

Implementing TinyMCE JavaScript HTML Editor for Web Page Composer (WPC) within the SAP Portal

Query OLAP Cache Optimization in SAP BW

XSLT Mapping in SAP PI 7.1

Currency Conversion using Variables in SAP BI -Reporting

Configuration and Utilization of the OLAP Cache to Improve the Query Response Time

Understanding OLAP Processor and RSRT

Creating and Scheduling Publications for Dynamic Recipients on SAP Business Objects Enterprise

Transcription:

SAP CRM 7.0 for Newbies: (Part 1) Simple BOL Object Creation for CRM Webclient UI Applies to: This article applies to SAP Netweaver 7.0, CRM ABAP 7.0. For more information, visit the Customer Relationship Management homepage. Summary If you are new to CRM ABAP 7.0 and want to get familiar with technical aspects of CRM ABAP 7.0 then this is the right tutorial for you. In this tutorial, you will learn how to develop a simple BOL object that allows you to add, delete, search the table entries using GENIL/BOL layer. Followed by this article, will publish further more articles related to CRM 7.0 Web UI. Author: Shanmuganathan Rajkumar Company: Kaar Technologies Created on: 16 May, 2011 Author Bio Rajkumar is a SAP Certified Netweaver Consultant Working in Kaar Technologies. Raj has a B.Tech. in Information Technology from Anna University and an MBA, working in SAP since 2005. He has been involved in various projects as a technical consultant in ABAP, Business server pages, CRM ABAP, ABAP webdynpro, Adobe Flex and Business Objects(Xcelcius). SDN - sdn.sap.com BPX - bpx.sap.com BOC - boc.sap.com UAC - uac.sap.com 2011 SAP AG 1

Table of Contents Creation of Simple Transparent Table:... 3 Creation of Simple Root Object and its Configuration... 4 Table Operation using BOL/GENIL Layer:... 6 Related Content... 8 Disclaimer and Liability Notice... 9 2011 SAP AG 2

Creation of Simple Transparent Table: Let us build a simple table that will have the information about the service request for an Equipment plant. Create a simple transparent table YDATA_TUTORIAL_1 as shown below in SE11 transaction. Create the fields and corresponding data elements as shown below. Once the table is created, we need to define this table in the Generic Interaction Layer/Object Layer as shown below. 2011 SAP AG 3

Creation of Simple Root Object and its Configuration Create a simple Root Object named Y_TUTORIAL_ROOT. 2011 SAP AG 4

I have defined GUID as one of the field in the table because of the following reason, 1) I can use this field as the key field for the table that can create unique service order for the table. 2) Also, the implementation class CL_CRM_GENIL_GEN_TABLE_OBJ will look for this key field when trying to create the GUID for this table. 3) Also, this root object Y_TUTORIAL_ROOT will be created under the Component set SO2. Once you create the root object, assign the search object to it as shown. In this simple example, I have not defined any relation/method definitions. Create the mapping entries for this simple table in the customizing table CRMV_TBLOBJ_MAP, Create the entries with the same ROOT object name created while creating the simple object. 2011 SAP AG 5

Table Operation using BOL/GENIL Layer: As mentioned above, the created root object and search object will be available under the component set SO2 and you can run the same in the transaction GENIL_BOL_BROWSER. Click the button New Root Object, where you can find the newly created object named Y_TUTORIAL_ROOT. Double click the created object and click the Create Object button. 2011 SAP AG 6

You can see the results in the table YDATA_TUTORIAL_1 as shown. You can search the created entries through the same transaction as well. Click New Search button, type the text/value and click the find button. Search results as shown below, 2011 SAP AG 7

Related Content Introduction to BOL programming. BOL for CRM Web client. For more information, visit the Customer Relationship Management homepage. 2011 SAP AG 8

Disclaimer and 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. 2011 SAP AG 9