zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Jerry Wang进行SAP CRM One Order标准开发的一些笔记

SAP标准笔记开发 进行 一些 CRM One
2023-09-14 09:02:51 时间

clipboard1
clipboard2
clipboard3
clipboard1
clipboard2
A four layer model is used as basic for programming in the CRM system. This model takes strict differentiation between the user interface, interaction, application logic and database access. Every layer is separate and contains data in a local memory. Access to the individual layer is carried out via the interface, but can only occur between the next direct layers or in the same layer.
clipboard3
clipboard4
clipboard1

CRM_ORDER_MAINTAIN_MULTI_OW which is used to maintain the Object work area at a time for different One Order Document.
This FM in turns calls CRM_ORDER_MAINTAIN_SINGLE_OW for each document. It will call the header and item which contain maintain functions and for each CRM__MAINTAIN_OW.
clipboard1

image
image