CALL FUNCTION 'ZBP_TEST_WRITE_DOCUMENT' IN UPDATE TASK 因为方式一perform的那个form实际做的也是call 这个function module. 下面详述下这种方式的步骤: Ø 先为Document header的管理数据等全局变量赋值; Object Id:是document key的一部分,所以需要考虑好起什么样的
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)返回到如下界面,将光标放在更改对象上,点击生成更...
方案一:插入BSED表【对于sap标准表,不建议,除非非常确定对其他功能无影响】 方案二:通过配置方式,放开凭证更改规则,允许汇票明细信息可FB02更改,经测试,系统不执行更新【失败】 通过Debug发现系统会调用函数CHANGE_DOCUMENT更新数据,通过测试发现该函数可补充BSED数据至数据库,至此以上问题解决。 更新数据过程如下: 步骤...
Expose ‘C_ChangeDocuments’ CDS view in OData Service. This CDS view will fetch data from CDHDR and CDPOS tables. This is standard CDS view to show the details of all available change document objects. To see the change records of only our change document object, we will filter records fr...
记录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 ...
Here we would like to draw your attention toCKMPCD transaction code in SAP. As we know it is being used in the SAPCO-PC (Product Cost Controlling in CO) componentwhich is coming underCO module (Controlling).CKMPCD is a transaction code used forDisplay Price Change Documentin SAP. ...
使用到了SAP 的chenge document 功能. Tcode : SCDO 首先建立一个自己的change document object ,在对象里面填上需要记录的表的名字. 要是需要记录删除字段信息的话,把第二个checkbox选上. 然后选择生成更新程序 -> 保存. 点击生成信息的话,可以看见生成的程序还有function module信息,要是上面截图第一个checkbox被...
SAP 财务凭证更改Financial document change 事务代码FB02 修改凭证 事务代码FBV0 预制凭证过账 方法/步骤 1 在SAP主界面指令框中输入事务代码FB02并回车,进入“修改凭证:初始屏幕”界面,输入凭证编码、公司代码和会计年度,回车确认,双击要进行修改的凭证行项目,进入修改项目屏幕,对分配或文本进行修改后,保存即可...
CHANGEDOCUMENT_READ With this function module, you read change document headers and the corresponding items for a particular object class and prepare the old and new values in accordance with their type. The search can be limited by specifying various parameters (changed by, date, time). You ca...