In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
How to create SAP CRM settype, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.
When we create a settype in the CRM system, the system background quietly helps us create a lot of ABAP objects, such as the corresponding database tables, other ABAP Dictionary objects, function groups, function modules, and screens and so on.
Create set types:
DB check: automatically creates a database table with the same name as settype ID
Question: How this DB generate?
How to check what function groups, function modules, and screens are created? Especially which screens?
When we assign the attributes to the set type, I guess it will insert lines into the table.
Jerry's answer:
When you create a new settype, the product framework automatically generates the structure and storage Table for that settype, as well as the corresponding function module for CRUD. But understanding how the framework itself does what I said earlier is of no direct help to the co deployment we do next. Your question can be translated into:
Suppose I only know that the description field of product is implemented through a settype, and I want to figure out the name of the settype and the function module name of the CRUD that accesses the settype without asking anyone else.
I got a message from my colleague that the product description function is implemented through the SAP standard set type. So I want to be clear:
(1) which standard set type implements the product description and its DB table?
(2) which function module (API) implements the CRUD of product description?
Write in front: the method mentioned in this article is limited to one way of thinking, and does not rule out situations where individual Assignment Block is not applicable. Please open your mind and actively explore more methods to study, hoping to sum up more specific API and simplify the implementation of each function.
Product number: SZIPC (in QHD)
Through self-study, I can get a general idea of the implementation of product fields in the SAP system.
Then, I will start this self-study step by step in a problem-driven way.
(1) which standard set type implements product description?
Try Google first. Wow, we have news. Sets the type name COMM_PR_SHTEXT.
(2) is that so? How do I display the collection type?
One way, Google.
The second way, I want to use SE93 to find the transaction code through the transaction description, got it!
TCODE:COMM_SETTYPE
There are some problems. You cannot directly press TCODE:COMM\ U SETTYPE to display the collection type, you can only use COMM\ U ATRSET to type the collection type COMM\ U PR\ U SHTEXT first enter sue TCODE:COMM\ U SETTYPE to display.
(3) so how do I find the DB of this set type and CRUD function model?
There are two ways.
The first method is to use TCODE:ST05 trace.
I updated the description from Material_Sara to Material_SaraZhang. I searched with the keyword "Material_SaraZhang" and found DB--COMM_PORTEXT.
Second, I want to use TCODE:SE93 to find TCODE COMM_SETTYPE 's package--
Suppose, I don't know, most of the settings are of type name=DB Table name.
There must be a table that contains all collection type names and DB table names. How can I find it?
This is an important thinking point, and for each TCODE in SAP, it is a collection of functions / tables / views. It should be packed in a bag.
In the package, there are multiple DB, and from the DB description, you can see that the COMC_SETTYPE is the management table that contains all the information we need-- the Admin table and the header table are always the starting point and starting point of the DB relationship.
Filter by setting the type name * * COMM\ u PR\ u SHTEXT** to find the setting type DB COMM\ u PRSHTEXT and related functional modules.
(4) how does the functional module work when I read the product description?
TCODE:SE37 uses P to find COM_COMM_PR_SHTEXT_READ_ and set breakpoints.
Search Product ID: SZIPC
In the WebClient user interface.
Follow the call stack to find the key API that reads the product set type.
(5) how does the functional module work when updating product description?
Function module: COM\ U COMM\ U PR\ U SHUTEXT\ U MAINTER\ U UP
Follow the call stack to find the key API that updates the product set type.
(6) I will try to simplify this feature module and select this feature in the report to confirm how the calling function "CRM\ u PRODUCT\ u UI\ u GETDETAIL" works?
This is a key feature for dealing with product set types.
We'd better know its real input value.
One is the product guid in the structure.
The second is to set the type name.
This means that this function can read any collection type.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.