<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>SAP顾问圈 - SAP CRM</title>
    <link>https://www.591sap.com/forum-crm-1.html</link>
    <description>Latest 20 threads of SAP CRM</description>
    <copyright>Copyright(C) SAP顾问圈</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 25 May 2026 04:50:47 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.591sap.com/static/image/common/logo_88_31.gif</url>
      <title>SAP顾问圈</title>
      <link>https://www.591sap.com/</link>
    </image>
    <item>
      <title>SAP CRM中日期时间的下拉框搜索帮助</title>
      <link>https://www.591sap.com/thread-688-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Thu, 03 Mar 2016 01:57:13 +0000</pubDate>
    </item>
    <item>
      <title>CRM BOL关系类型Association、Aggregation、Composition区别</title>
      <link>https://www.591sap.com/thread-686-1-1.html</link>
      <description><![CDATA[[*]Association
is a relationship where all objects have their own life-cycle and there is no owner. Let\'s take an example of Teacher and Student. Multiple students can associate with single teacher and single student can associate with multiple tea ...]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Tue, 16 Feb 2016 06:49:47 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM开发常用的函数</title>
      <link>https://www.591sap.com/thread-685-1-1.html</link>
      <description><![CDATA[CRM_ORDER_AUTH_CHECK ]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
<enclosure url="/forum/状态变动" length="" type="image/jpeg" />      <pubDate>Tue, 16 Feb 2016 06:44:50 +0000</pubDate>
    </item>
    <item>
      <title>CRM 创建自定义的Genil/Bol object Model</title>
      <link>https://www.591sap.com/thread-684-1-1.html</link>
      <description><![CDATA[使用接口：IF_GENIL_APPL_MODEL，创建动态模型。

1、SE24 创建类：ZCL_CUSTOMER_MODEL

添加继承类：CL_WCF_GENIL_ABSTR_COMPONENT，保存激活

2、SM34  注册Genil  component

输入CRMVC_GIL_APPDEF ，维护数据

定义 Component和 Component Set，然后将 Component分 ...]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Tue, 16 Feb 2016 02:24:58 +0000</pubDate>
    </item>
    <item>
      <title>RESPONDING TO EVENT OF ANOTHER COMPONENT</title>
      <link>https://www.591sap.com/thread-683-1-1.html</link>
      <description><![CDATA[Sometimes, it is necessary to respond to an event which is actually defined in some other component. it is very common scenario in SAP CRM WEBUI framework to use one component in another components. 

DO_FINISH_INPUT method helps us to respond to tho ..]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 15:27:27 +0000</pubDate>
    </item>
    <item>
      <title>TREE VIEW</title>
      <link>https://www.591sap.com/thread-682-1-1.html</link>
      <description><![CDATA[TREE VIEW is used to represent hierarchical form of data. 

Ex: organizational data in SAP CRM can be represented as tree view. 

In WEB UI terminology, there is no special view type for tree view as we have form view and table view. We can consider]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 15:26:46 +0000</pubDate>
    </item>
    <item>
      <title>ENHANCING STANDARD UI COMPONENT</title>
      <link>https://www.591sap.com/thread-681-1-1.html</link>
      <description><![CDATA[It is very important to know how to enhance a component.  It is rare to create a new UI component. Most of the times, we need to change the existing SAP standard component according to our adjustment. 

So we need enhance the existing components to t ..]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 15:14:20 +0000</pubDate>
    </item>
    <item>
      <title>ENHANCING BP SEARCH WITH EXISTING FIELD</title>
      <link>https://www.591sap.com/thread-680-1-1.html</link>
      <description><![CDATA[It is very common requirement to perform a search with the attribute that does not existing in the bp search structure. 

For Ex: User wants to find out all business partners whose death date is current date.(Sorry for taking death date as an example ..]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 15:07:04 +0000</pubDate>
    </item>
    <item>
      <title>DISPLAYING NAVIGABLE MESSAGES</title>
      <link>https://www.591sap.com/thread-679-1-1.html</link>
      <description><![CDATA[NAVIGABLE MESSAGES :

In the previous chapter, we have created simple messages. At times, we have to execute certain actions to process the error message.
For ex:
By clicking on message, user has to navigate to some other screen or we need to execute]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 14:58:09 +0000</pubDate>
    </item>
    <item>
      <title>DISPLAYING MESSAGES</title>
      <link>https://www.591sap.com/thread-678-1-1.html</link>
      <description><![CDATA[Issuing messages to the user is very important task in any Software. Displaying messages in CRM WEB UI is not much difficult task. We need to have below information at our hand and after that we need to call one method to display the message. 

Messa ..]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 14:54:37 +0000</pubDate>
    </item>
    <item>
      <title>ONE CLICK ACTIONS</title>
      <link>https://www.591sap.com/thread-677-1-1.html</link>
      <description><![CDATA[When we open any service contract, we can see these one click actions in the item assignment block. These actions help us to edit some important fields of line item there itself in the table view. We need to not navigate to item overview page to edit ...]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 14:51:11 +0000</pubDate>
    </item>
    <item>
      <title>VALUE NODE - DISPLAYING CUSTOM TABLE ON WEB UI</title>
      <link>https://www.591sap.com/thread-676-1-1.html</link>
      <description><![CDATA[Let us display a Custom table on web ui using value node concept. 

In the starting chapters, we just told what a value node is.
A Value node is nothing but a context node which is not based on any BOL object. It is based on the data elements or fiel .]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 14:44:47 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM Business Patner相关的BAIPI</title>
      <link>https://www.591sap.com/thread-673-1-1.html</link>
      <description><![CDATA[[*]业务合作伙伴创建
BAPI_BUPA_CREATE_FROM_DATA
[*]业务合作伙伴地址信息创建、修改、获得、删除
BAPI_BUPA_ADDRESS_ADD
BAPI_BUPA_ADDRESS_CHANGE
BAPI_BUPA_ADDRESS_GETDETAIL
BAPI_BUPA_ADDRESS_REMOVE
[*]业务合作伙伴中心数据修改、获得
BAPI_BUPA_CENTRAL_CHAN ...]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Fri, 05 Feb 2016 03:35:21 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM BT 组件类型表：CRMC_OBJECTS</title>
      <link>https://www.591sap.com/thread-672-1-1.html</link>
      <description><![CDATA[透明表 CRMC_OBJECTS：Business Transaction - Component Type

维护这些对象可以用SM30维护视图：CRMV_OBJECTS


将这些对象分配给BT，可以用SM30维护视图：CRMV_OBJECT_ASSI]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Tue, 02 Feb 2016 02:58:23 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM数据库表、BADI、函数的命名规则</title>
      <link>https://www.591sap.com/thread-671-1-1.html</link>
      <description><![CDATA[Tips Based on Business Transaction Sub-Objects:

[*]Finding Database table:CRMD*
[*]Finding FM to read the data:CRM**READ*OW
[*]Finding FM to modify the data: CRM**MAINTAIN*OW
[*]Finding A Badi: **BADI

___
Eg:CRM*PARTNER*READ*OW

CRM表命名的一般规则 ..]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Tue, 02 Feb 2016 01:45:24 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM Enhancement set</title>
      <link>https://www.591sap.com/thread-670-1-1.html</link>
      <description><![CDATA[SAP provides a concept to enhance standard UI Components without modifying the standard SAP UI components. all the modifications that are carried by the customer will be stored in the container called Enhancement set

[*]Execute the Transaction SM34. ..]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Sun, 31 Jan 2016 16:50:41 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM Genil Object( Root/Search/Dependant/Access objects )区别</title>
      <link>https://www.591sap.com/thread-669-1-1.html</link>
      <description><![CDATA[GENIL_MODEL_EDITOR - Editor for Genil Models 中Genil Object区别:
**** 本内容被作者隐藏 ****]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Sun, 31 Jan 2016 16:40:09 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM中以*OW/OB/DB/DU等字符结尾的函数区别</title>
      <link>https://www.591sap.com/thread-668-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Sun, 31 Jan 2016 16:35:48 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM 中Business Transaction（BT）理解</title>
      <link>https://www.591sap.com/thread-667-1-1.html</link>
      <description><![CDATA[Business Transaction: Any transaction happening between the customer and the org is called a BT.

**** 本内容被作者隐藏 ****]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Sun, 31 Jan 2016 16:21:42 +0000</pubDate>
    </item>
    <item>
      <title>SAP CRM 中更新Business Transaction数据的一般步骤</title>
      <link>https://www.591sap.com/thread-666-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>SAP CRM</category>
      <author>Twilight</author>
      <pubDate>Sun, 31 Jan 2016 16:11:39 +0000</pubDate>
    </item>
  </channel>
</rss>