13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 *&---* *&Report ZSTATUS_INITIAL_LOAD *&---* *& *&---
这段ABAP 程序的主要作用是从两个 SAP CRM 数据表中检索数据,并将符合特定条件的数据插入到一个自定义的数据表中。程序中还包括一些控制逻辑,用于选择符合条件的数据和执行提交操作。 让我详细解释这段程序的功能以及提供一个示例: 程序开始: REPORT zstatus_initial_load.:这一行指定了程序的名称。 类型定义: ...
什么是SAP CRM里的用户状态(user status) Created by Jerry Wang on Feb 19, 2016 (1) define a new user status profile in customizing below: (2) maintain the status transition relationship. The example below defines the following state transition: a. Created status could only navigate to In proc...
什么是SAPCRM⾥的⽤户状态(userstatus)Created by Jerry Wang on Feb 19, 2016 (1) define a new user status profile in customizing below:(2) maintain the status transition relationship. The example below defines the following state transition:a. Created status could only navigate to In process...
a. Created status could only navigate to In process status, since its highest range is 20( In process). b. In process status could navigate to Activated(30) or Closed(40), however it could not return to Created(10) any more. c. Activated status could navigate to In process or Closed...
(1) If end changes the user status directly in Fiori UI (edit page), authorization object “B_USERSTAT” will be used for check. (2) If user clicks the check box in Fiori search page, authorization object “B_USERST_T” will be used for check....
TJ01: Business Transactions definition TJ02: System status definition. For some of entries in this table, the corresponding constants are defined in include CRM_STATUS_CON TJ03: status object type definition. Storage table for tcode BS12, see screenshot below: ...
CRM User Status Technical name: 0CRM_USSTAT Use Provides you with the status of the transaction, as set by the user. User statuses can include: Open In processing Completed Lost Won Supported from Release CRM 2.0C Reference characteristic N/A External hierarchy N/A Compounding Poss...
CRM Status Abgesagt (One Order) CRM Status Angebot (One Order) CRM Status Angebot akzeptiert (One Order) CRM Status Fakturiert (One Order) CRM Status Fehlerhaft CRM Status Geliefert (One Order) CRM Status Geplant (One Order) CRM Status Kredit...
The message is raised in line 216 due to flag lv_status_transferring is set. However in scenario B, lv_status_transferring is initial. (2) population logic of flag lv_status_transferring It is filled by this function module: This function module reads order status and check whether system ...