`
JerryWang_SAP
  • 浏览: 1085063 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论
文章列表
When you perform request download, the expected behavior is you should see the information message below:     However, sometimes you may see warning message with status Wait instead. How to research this issue by yourself? Set a breakpoint on function module SMOF0_INIT_DNL_START which does th ...
Distribution channel is not allowed for sales organization I try to download customer material info record from ERP via request download. This is my download request created in tcode R3AR2:     This is my customer material info record created in ERP:     When I perform request download, I ...
Distribution channel is not allowed for sales organization I try to download customer material info record from ERP via request download. This is my download request created in tcode R3AR2:     This is my customer material info record created in ERP:     When I perform request download, I ...
For project reasons I need to find all tables whose fields have used a given table say COMM_PRODUCT as check table.     The only information I know is that such kind of table metadata is stored in table with name prefix DD*. Unfortunately there are huge number of table starting with DD:     ...
I have already been working with Smart template for one month. Since now no frontend JavaScript code for application is generated but instead the template maintained centrally by SAP is used in the runtime, so it might be a little bit difficult for trouble shooting when you meet with issues, for exa ...
(1) Create CDS view based on sample database table spfli and scarr Create two CDS views in ABAP development studio. The source code for both are listed below. You just need to copy them into studio and click activate button. @AbapCatalog.sqlViewName: 'zjerrySQL0309' @AbapCatalog.compiler.compar ...
The appearance of smart table rendered looks like below:     The source code of this example could be found from this link. How table related annotation is parsed and table columns are rendered Unlike the previous three examples, the control instance of SmartTable now is not created dynamical ...
The hyperlink could easily be defined by Smart field with the help of corresponding annotation declared in OData Model metadata. The hyperlink in this example looks like below in UI:     Once clicked, it will display an additional popup contained more information which is defined in the applica ...
Let’s try to resolve one real issue now. What we want to achieve is: in CRM we need a CDS view which returns the service order guid together with its Sold-to Party information, “Title” ( Mr. ) and “Name” ( blGMOUTH ).     The title and Name information are stored on table BUT000, while Service ...
In this blog, I will show you how to create a CRM Service Order Fiori application within just a couple of minutes. You don’t need to write even one line of JavaScript code to get this responsive application. Main function of this Fiori application (1) There is a list which shows overview of Servic ...
In previous blog Create a CRM Service Order Fiori application within a couple of minutes I introduced the approach to generate a Fiori application which supports search and display on Service Order within just a few minutes. In this blog, I will use one field in Service Order header level to demonst ...
In the blog Step by Step to create CDS view through SmartTemplate + WebIDE and Create a CRM Service Order Fiori application within a couple of minutes we get an Fiori application generated which needs several fine-tuning on appearance. For example, the status field is by default rendered as a pure i ...
Suppose you need to investigate which database table stores the value of Requested start date and end date:     You can just activate SQL trace via tcode ST05, make changes on either field, and save the change. Then display trace and search with keyword “update”:     You could find one rec ...
During my recent CDS view explore I have experienced several ways of CDS view annotation declaration or generation. I list them in this blog for study purpose. Approach 1: developer does not declaration explicitly, but backend generates automatically Take this field for example:     I do not ...
You might observe the same number value but displayed with different format if you log on the same system with different user.     The user with Decimal Notation setting ” ” will see the format “1.880,00” and setting “Y” will see “1 880,00”. What has happened under the hood?     If you mon ...
Global site tag (gtag.js) - Google Analytics