1、通过TCODE:SCDO 创建一个change document object。 1)输入TCODE:SCDO 2)为change document object命名 Namespace(名字空间)可以不填; 注意:Customers change document object必须以Z或Y开始。 3)为c
Ø在同一个SAP LUW中去做application table的更新和change document的更新; Ø提交事务。 程序demo如下: 执行结果: 3、查看change document 通过TCODE: RSSCD100 附录: 1、命名规则和功能简介: 1)更新函数模块:它是自动创建的,命名规则是:<change document object’name>_WRITE_DOCUMENT; 在这个例子中就为ZLM...
This is the whole process to create the change document object for your customer specific table in ABAP and displaying changes in a SAP Fiori App.
SAP Managed Tags: ABAP Development Hi again, 1. In your case there would be se38 program to detect the sales order change. 2. VERKBELEG this is the name of the change document, which u would pass in the first FM. 3. There will also be a date parameter, in the FM, which will...
SAP Managed Tags: ABAP Development Hi All, I am working with MM02. When I change the characteristic value in classification view, I want that change to be logged in CDHDR table. I have created a change document object for AUSP table and generated update program for that. Now that progr...
CHANGEDOCUMENT_ UNICODE_CHECK This function module tests whether the change document was written in UNICODE-enabled form. CHANGEDOCU_ARCHIVE_HANDLE_SET This function module sets the archive handle globally. CHANGEDOCU_CDPOS_READ Reads the table [P]CDPOS with TABKEY. CHANGEDOCU_GET_VERSION_TABLES Ge...
If the prerequisites under point 1 or point 2 are not satisfied, you cannot use the change document object implemented by SAP. In this case, you can only log the changes by using the table logging functionality. You can implement a change document object of your own or...
How To Enable Table Change Logging in the SAP System Before the Table Change Logging can be activated for individual tables, it must be enabled for a system in general. Changes to customizing tables can either be applied locally on the system or via transport requests from external systems. Ta...
change in table vbap Former Member 2009 Dec 15 7:07 AM 0 Kudos 372 SAP Managed Tags: ABAP Extensibility Hello All , My client required arktx field of 400 length , it is of 40 now in standard. Can it is possible by enhancement or badi. Please Reply. Regards, Shrikant....
The detail of what was changed is in tableCDPOS. The link is via the document number, fieldCHANGENR. Lets look at tableCDPOS These tables contains not just PO changes but changes to most SAP documents (accross all functional areas). So, as you can imagine these tables get huge. Entries ...