SAP调用函数CHANGE_DOCUMENT更新会计凭证 Jane.liu 工欲善其事必先利其器,精益,专注,创新,量变终将带来质变 问题描述 执行F-32对客户应收票据W清账时,系统更新取消,提示:Clear:行项目 006 在凭证2000009123 1000 2023中不存在。 原因分析 SM13查看更新取消详细信息,定位到报错技术信息如下: 函数:POST_DOCUMEN
1、通过TCODE:SCDO创建一个change document object。 1)输入TCODE:SCDO 2)为change document object命名 Namespace(名字空间)可以不填; 注意:Customers change document object必须以Z或Y开始。 3)为change document object指定一个application table;然后插入条目; 4)返回到如下界面,将光标放在更改对象上,点击生成更...
CALL FUNCTION 'ZBP_TEST_WRITE_DOCUMENT' IN UPDATE TASK 因为方式一perform的那个form实际做的也是call 这个function module. 下面详述下这种方式的步骤: Ø 先为Document header的管理数据等全局变量赋值; Object Id:是document key的一部分,所以需要考虑好起什么样的object id,以便今后搜索方便。一种方式是把cha...
Engineering Change Management in Document Management Document Distribution Product Structure Browser Conversion Conversion with SAP Visual Enterprise Generator Business Package for DMS Connector for KM Change Document Before you change a document, note the following: Changes to documents are not hist...
记录SAP表中数据的修改历史(SCU3) 通过TCode SCDO为表ZZZ_SALESSTAT创建变更文档对象(change document object),输入object名字zztest然后点击创建按钮, 勾上checkbox,输入text,然后点击红宝马按钮生成change document object, 点击Generate 按钮生成相关对象, 在下一屏幕中可以看到自动生成的include程序,update的函数ZZTEST...
As soon as a delivery document is changed and saved by a user, a change document is created in delivery processing. The change document contains the following information: which changes were made to a delivery document which user made the changes ...
Requirement: To show the record of changes in ‘city’ and ‘name’ defined as fields in customer-specific table using SAP Fiori app. Solution: Create Change Document Object
使用到了SAP 的chenge document 功能. Tcode : SCDO 首先建立一个自己的change document object ,在对象里面填上需要记录的表的名字. 要是需要记录删除字段信息的话,把第二个checkbox选上. 然后选择生成更新程序 -> 保存. 点击生成信息的话,可以看见生成的程序还有function module信息,要是上面截图第一个checkbox被...
2. This Mechanism is called CHANGE DOCUMENTS in SAP Terminology 3. 2 Fuction Modules are Required. (They will fetch necessary data from CDHDR,CDPOS) CHANGEDOCUMENT_READ_HEADERS CHANGEDOCUMENT_READ_POSITIONS 4. The First FM gives list of all records ( with change no) which have changed. 5...
As those tables log the SAP document changes, we can imagine how much large they are, especially CDPOS ! And unfortunately, as this one is a “cluster” table, no “Join” query is possible. And this is the main inconvenient; you’ll have to be very careful in building your query, ...